mirror of
https://github.com/YunoHost-Apps/ofbiz_ynh.git
synced 2024-09-03 19:46:33 +02:00
Fix permission, remove admin argument
This commit is contained in:
parent
9adf6c7fa2
commit
e7eeed3a29
1 changed files with 1 additions and 3 deletions
|
@ -32,9 +32,6 @@ ram.runtime = "50M"
|
|||
[install.domain]
|
||||
type = "domain"
|
||||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://dlcdn.apache.org/ofbiz/apache-ofbiz-18.12.07.zip"
|
||||
|
@ -51,6 +48,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.allowed = "admins"
|
||||
|
||||
[resources.apt]
|
||||
packages = ["openjdk-11-jdk", "postgresql"]
|
||||
|
|
Loading…
Reference in a new issue