From e7eeed3a29af2a44b9ba8b6e082ec3693a3c27ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 22 Mar 2024 15:23:28 +0100 Subject: [PATCH] Fix permission, remove admin argument --- manifest.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0166eb7..720a487 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"]