mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
Update manifest.toml
This commit is contained in:
parent
c4c89a9f73
commit
bb63615ffc
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,7 @@ userdoc = "https://github.com/go-shiori/shiori/wiki/Usage"
|
|||
code = "https://github.com/go-shiori/shiori"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
yunohost = ">= 11.1.17"
|
||||
architectures = ["amd64", "arm64", "armhf"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -50,6 +50,11 @@ ram.runtime = "50M"
|
|||
armhf.sha256 = "193b0c999a23cd63c09731b9e3f3363e71e4ceaafa9172723060b5516e920409"
|
||||
in_subdir = false
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^*Linux_x86_64$"
|
||||
autoupdate.asset.arm64 = "^*Linux_aarch64$"
|
||||
autoupdate.asset.armhf = "^*Linux_armv7$"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue