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:
commit
2049cdc549
1 changed files with 27 additions and 22 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue