From 2b2bc3290a3742b5ccc769e0aaf2a89133dcf4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:11:17 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f26d23d..3824c38 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,6 +34,10 @@ ram.runtime = "50M" type = "path" default = "/phpinfo" + [install.init_main_permission] + type = "group" + default = "visitors" + [install.phpversion] ask.en = "Choose the version of PHP to use." ask.fr = "Choisissez la version de PHP à utiliser." @@ -50,4 +54,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.2-fpm" \ No newline at end of file + packages = "php8.2-fpm" + \ No newline at end of file