2023-09-09 11:17:52 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "gitea"
name = "Gitea"
description . en = "Lightweight Git forge"
description . fr = "Forge Git légère"
2024-10-10 03:41:31 +02:00
version = "1.22.3~ynh1"
2023-09-09 11:17:52 +02:00
maintainers = [ "Josué Tille" ]
# previous_maintainers = [
# "rafi59"
# ]
[ upstream ]
license = "MIT"
website = "https://gitea.io/"
admindoc = "https://docs.gitea.io/"
code = "https://github.com/go-gitea/gitea"
cpe = "cpe:2.3:a:gitea:gitea"
fund = "https://opencollective.com/gitea"
[ integration ]
2024-08-30 22:57:28 +02:00
yunohost = ">= 11.2.18"
helpers_version = "2.1"
2023-09-09 11:17:52 +02:00
architectures = [
"amd64" ,
"i386" ,
"armhf" ,
"arm64"
]
multi_instance = true
ldap = true
2024-04-26 23:57:31 +02:00
# reverse proxy authentication disabled until https://github.com/go-gitea/gitea/pull/18452 is merged
sso = false
2023-09-09 11:17:52 +02:00
disk = "120M"
2023-11-29 09:30:35 +01:00
ram . build = "0M"
2023-09-09 11:17:52 +02:00
ram . runtime = "100M"
[ install ]
[ install . domain ]
type = "domain"
[ install . path ]
type = "path"
default = "/gitea"
[ install . init_main_permission ]
help . en = "Gitea should be visible by visitors to use git via HTTP and to use the API. You can still set repositories as private individually."
help . fr = "Gitea doit être visible par les visiteurs pour utiliser git via HTTP et utiliser l'API. Vous pouvez toujours rendre les dépôts privés individuellement."
type = "group"
default = "visitors"
2023-11-29 10:57:32 +01:00
[ install . init_admin_permission ]
2023-12-06 11:56:38 +01:00
ask . en = "Which group will have access to Gitea admin page"
ask . fr = "Quel groupe aura accès à l'administration de Gitea"
help . en = "Users of this group should have access to Gitea admin page"
help . fr = "Les utilisateurs de ce groupe devrait avoir accès à la page d'administration de Gitea"
2023-11-29 10:57:32 +01:00
type = "group"
default = "admins"
2023-09-09 11:17:52 +02:00
[ resources ]
[ resources . sources . main ]
extract = false
rename = "gitea"
2024-10-10 03:41:31 +02:00
armhf . url = "https://github.com/go-gitea/gitea/releases/download/v1.22.3/gitea-1.22.3-linux-arm-6"
armhf . sha256 = "28c92642acd87544b9bff9b1c333325abd3993659839f27d438a7ba9ae85ff6e"
arm64 . url = "https://github.com/go-gitea/gitea/releases/download/v1.22.3/gitea-1.22.3-linux-arm64"
arm64 . sha256 = "0d957ca51317be75788a7d286193fb550463c432518fb4b2dd05c19df3910b22"
i386 . url = "https://github.com/go-gitea/gitea/releases/download/v1.22.3/gitea-1.22.3-linux-386"
i386 . sha256 = "7bb4715606f66c6a1f42af53a1d9b61b684d8ab92258b423852b1d1b66487166"
amd64 . url = "https://github.com/go-gitea/gitea/releases/download/v1.22.3/gitea-1.22.3-linux-amd64"
amd64 . sha256 = "a720ff937912a6eb6c0cacf6ebcdd774deed5197cd945ecc34f5744cb5c517e8"
2023-09-09 11:17:52 +02:00
2024-02-25 23:36:15 +01:00
autoupdate . strategy = "latest_github_release"
autoupdate . asset . armhf = "^gitea-.*-linux-arm-6$"
autoupdate . asset . arm64 = "^gitea-.*-linux-arm64$"
autoupdate . asset . i386 = "^gitea-.*-linux-386$"
autoupdate . asset . amd64 = "^gitea-.*-linux-amd64$"
2024-02-23 23:28:43 +01:00
2023-09-09 11:17:52 +02:00
[ resources . system_user ]
home = "/home/yunohost.app/__APP__"
allow_ssh = true
allow_email = true
[ resources . install_dir ]
[ resources . data_dir ]
[ resources . permissions ]
main . url = "/"
2023-12-20 23:35:34 +01:00
admin . show_tile = false
admin . auth_header = false
2023-11-29 10:57:32 +01:00
admin . label = "Admins"
2023-09-09 11:17:52 +02:00
[ resources . ports ]
main . default = 6000
[ resources . apt ]
packages = [
"mariadb-server"
]
[ resources . database ]
type = "mysql"