mirror of
https://github.com/YunoHost-Apps/silverbullet_ynh.git
synced 2024-09-03 20:26:18 +02:00
fix manifest
This commit is contained in:
parent
f4fc1e0a81
commit
3641a6a0ed
1 changed files with 3 additions and 3 deletions
|
@ -19,12 +19,12 @@ code = "https://github.com/silverbulletmd/silverbullet"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "amd64"
|
architectures = [ "amd64" ]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = "false"
|
ldap = false
|
||||||
|
|
||||||
sso = "false"
|
sso = false
|
||||||
|
|
||||||
disk = "100M"
|
disk = "100M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
|
|
Loading…
Reference in a new issue