mirror of
https://github.com/YunoHost-Apps/zeroui_ynh.git
synced 2024-09-03 18:05:57 +02:00
Improve manifest
This commit is contained in:
parent
1b03fc1901
commit
d92ede2897
1 changed files with 2 additions and 6 deletions
|
@ -22,18 +22,14 @@ architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M"
|
disk = "300M"
|
||||||
ram.build = "50M"
|
ram.build = "2G"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
# [install.path]
|
|
||||||
# type = "path"
|
|
||||||
# default = "/example"
|
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "admins"
|
default = "admins"
|
||||||
|
|
Loading…
Add table
Reference in a new issue