1
0
Fork 0
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:
Félix Piédallu 2024-03-22 15:23:28 +01:00
parent 9adf6c7fa2
commit e7eeed3a29

View file

@ -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"]