From 9bb440a2c51194eb21240344a2562e57330518fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:21:56 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 0267a9b..a06e205 100644 --- a/manifest.toml +++ b/manifest.toml @@ -38,11 +38,6 @@ ram.runtime = "50M" type = "path" default = "/sonarr" - [install.init_main_permission] - type = "group" - default = "admins" - help = "This app is only protected by YunoHost's SSO, so do not make it accessible by visitors." - [resources] [resources.sources.main] amd64.url = "https://github.com/Sonarr/Sonarr/releases/download/v4.0.1.929/Sonarr.main.4.0.1.929.linux-x64.tar.gz" @@ -68,6 +63,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.allowed = "admins" api.url = "/api" api.allowed = "visitors" api.show_tile = false