mirror of
https://github.com/YunoHost-Apps/nitter_ynh.git
synced 2024-09-03 19:46:24 +02:00
Update manifest.toml
This commit is contained in:
parent
d2c527c581
commit
83dd280b54
1 changed files with 4 additions and 1 deletions
|
@ -20,8 +20,11 @@ code = "https://github.com/zedeus/nitter"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = true
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "2000M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -85,4 +88,4 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "acl nim libsass-dev"
|
||||
packages = "acl, nim, libsass-dev"
|
||||
|
|
Loading…
Reference in a new issue