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
7377b8b321
commit
a58383c07f
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@ name = "Shiori"
|
||||||
description.en = "Simple bookmark manager"
|
description.en = "Simple bookmark manager"
|
||||||
description.fr = "Gestionnaire de liens simple"
|
description.fr = "Gestionnaire de liens simple"
|
||||||
|
|
||||||
version = "1.5.5~ynh3"
|
version = "1.5.5~ynh4"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -19,8 +19,11 @@ code = "https://github.com/go-shiori/shiori"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "arm64", "armhf"]
|
architectures = ["amd64", "arm64", "armhf"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
Loading…
Add table
Reference in a new issue