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

add autoupdate strategy

This commit is contained in:
OniriCorpe 2024-02-14 19:01:05 +01:00
parent 8627232b9f
commit 9374d80e24

View file

@ -58,6 +58,11 @@ ram.runtime = "2G"
extract = false # will be extracted during install script
rename = "forgejo.xz"
autoupdate.asset.amd64 = "^forgejo-.*-linux-amd64.xz$"
autoupdate.asset.arm64 = "^forgejo-.*-linux-arm64.xz$"
autoupdate.asset.armhf = "^forgejo-.*-linux-arm-6.xz$"
autoupdate.strategy = "latest_forgejo_release"
[resources.system_user]
allow_ssh = true