From 1119852466b41d1d7d2e83a3d90b897b6d408a63 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Mon, 31 Jul 2023 12:20:40 +0200 Subject: [PATCH] Set proper YunoHost permissions in manifest.toml --- manifest.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index 08b33c7..54aafec 100644 --- a/manifest.toml +++ b/manifest.toml @@ -11,7 +11,6 @@ maintainers = ["Papa Dragon"] [upstream] license = "Public Domain" -website = "" code = "https://codeberg.org/streams/streams" [integration] @@ -29,17 +28,13 @@ ram.runtime = "50M" type = "domain" full_domain = true - [install.init_main_permission] - type = "group" - default = "visitors" - [install.admin] type = "user" [install.database] ask.en = "Choose your database" ask.fr = "Choisissez votre base de données" - type = "string" + type = "select" choices = ["mysql", "postgresql"] default = "mysql" @@ -59,6 +54,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.allowed = "visitors" [resources.apt] packages = "php8.2-mbstring php8.2-cli php8.2-imagick php8.2-xml php8.2-zip php8.2-curl php8.2-ldap php8.2-json php8.2-gd"