mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
Merge pull request #53 from CodeShakingSheep/add-autoupdate-strategy
Add autoupdate strategy
This commit is contained in:
commit
862f068c31
1 changed files with 11 additions and 0 deletions
|
@ -53,6 +53,17 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
[resources.sources]
|
||||||
|
|
||||||
|
# Source is only added for autoupdate, it's not actually being downloaded
|
||||||
|
# For updating version n8n version needs to be updated in `_common.sh`
|
||||||
|
[resources.sources.main]
|
||||||
|
url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.9.3.zip"
|
||||||
|
sha256 = "53114a7817f319bfc065566cd77ae889aacb2f2ffd8283f905292a31e19d41e1"
|
||||||
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.version_regex = "^n8n@(.*)$"
|
||||||
|
prefetch = false
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue