mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Readd autoupdater
This commit is contained in:
parent
e4f637f06e
commit
bb373de2de
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@ ram.runtime = "1G"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
[resources.sources.main]
|
||||||
|
# Unused source, only to trigger the autoupdater
|
||||||
|
prefetch = false
|
||||||
|
url = "https://github.com/TryGhost/Ghost/archive/refs/tags/v5.59.1.tar.gz"
|
||||||
|
sha256 = "0718612fbee2108b77f8f64be01fd7b65c2ca0aa9e3f96bfc092b424b4b253a6"
|
||||||
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue