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:
parent
8627232b9f
commit
9374d80e24
1 changed files with 27 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue