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]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.admin]
|
|
||||||
type = "user"
|
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://dlcdn.apache.org/ofbiz/apache-ofbiz-18.12.07.zip"
|
url = "https://dlcdn.apache.org/ofbiz/apache-ofbiz-18.12.07.zip"
|
||||||
|
@ -51,6 +48,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
main.allowed = "admins"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = ["openjdk-11-jdk", "postgresql"]
|
packages = ["openjdk-11-jdk", "postgresql"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue