mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
Add autoupdate
This commit is contained in:
parent
abc8255ad0
commit
c84f8b295f
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@ ram.runtime = "50M"
|
|||
in_subdir = false
|
||||
rename = "ocis"
|
||||
|
||||
# commented for now, waiting for stable owncloud v5
|
||||
# autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^ocis-.*-linux-amd64$"
|
||||
autoupdate.asset.arm64 = "^ocis-.*-linux-arm64$"
|
||||
autoupdate.asset.i386 = "^ocis-.*-linux-386$"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Add table
Reference in a new issue