1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

Merge pull request #78 from YunoHost-Apps/testing

Testing 1.21.5-0~ynh1
This commit is contained in:
OniriCorpe 2024-02-14 22:38:32 +01:00 committed by GitHub
commit 2049cdc549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ description.fr = "Forge logiciel légère"
version = "1.21.5-0~ynh1" version = "1.21.5-0~ynh1"
maintainers = ["Emmanuel Averty"] maintainers = [ "Emmanuel Averty" ]
[upstream] [upstream]
license = "MIT" license = "MIT"
@ -18,7 +18,7 @@ code = "https://codeberg.org/forgejo/forgejo"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"
architectures = ["amd64", "arm64", "armhf"] architectures = [ "amd64", "arm64", "armhf" ]
multi_instance = true multi_instance = true
ldap = true ldap = true
sso = true sso = true
@ -58,30 +58,35 @@ ram.runtime = "2G"
extract = false # will be extracted during install script extract = false # will be extracted during install script
rename = "forgejo.xz" rename = "forgejo.xz"
[resources.system_user] autoupdate.asset.amd64 = "^forgejo-.*-linux-amd64.xz$"
allow_ssh = true autoupdate.asset.arm64 = "^forgejo-.*-linux-arm64.xz$"
autoupdate.asset.armhf = "^forgejo-.*-linux-arm-6.xz$"
autoupdate.strategy = "latest_forgejo_release"
[resources.ports] [resources.system_user]
main.default = 6000 allow_ssh = true
[resources.install_dir] [resources.ports]
main.default = 6000
[resources.data_dir] [resources.install_dir]
[resources.permissions] [resources.data_dir]
main.url = "/"
admin.show_tile = false [resources.permissions]
admin.auth_header = false main.url = "/"
admin.protected = true
api.url = "/api" admin.show_tile = false
api.show_tile = false admin.auth_header = false
api.allowed = "visitors" admin.protected = true
api.auth_header = false
[resources.apt] api.url = "/api"
packages = "postgresql" api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
[resources.database] [resources.apt]
type = "postgresql" packages = "postgresql"
[resources.database]
type = "postgresql"