From 32a81e02870fae76ac3eb58c8b49c768f656a747 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Sat, 29 Jul 2023 23:15:39 +0200 Subject: [PATCH] missing permissions --- config_panel.toml | 2 +- manifest.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index a05a734..4770bb9 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -1,7 +1,7 @@ version = "1.0" [main] -name = "Hubzilla configuration" +name = "Streams configuration" [main.php_fpm_config] name = "PHP-FPM configuration" diff --git a/manifest.toml b/manifest.toml index 8936e76..0b60112 100644 --- a/manifest.toml +++ b/manifest.toml @@ -29,6 +29,10 @@ ram.runtime = "50M" type = "domain" full_domain = true + [install.init_main_permission] + type = "group" + default = "visitors" + [install.admin] type = "user"