From 75c9d3c593fc6496046b0d103b64229bf04b951f Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 2 Mar 2023 18:55:33 +0100 Subject: [PATCH] Fix main permission --- conf/qBittorrent.conf | 2 +- manifest.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/qBittorrent.conf b/conf/qBittorrent.conf index 006732a..dc15985 100644 --- a/conf/qBittorrent.conf +++ b/conf/qBittorrent.conf @@ -39,7 +39,7 @@ WebUI\HTTPS\KeyPath= WebUI\HostHeaderValidation=true WebUI\LocalHostAuth=false WebUI\MaxAuthenticationFailCount=5 -WebUI\Port=30000 +WebUI\Port=__PORT__ WebUI\RootFolder= WebUI\SecureCookie=true WebUI\ServerDomains=* diff --git a/manifest.toml b/manifest.toml index f6bc5c5..c2ba723 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,11 +37,11 @@ ram.runtime = "50M" [install.admin] type = "user" - #[install.init_main_permission] - ## this is a generic question - ask strings are automatically handled by YunoHost's core - ## This won't be saved as setting and will instead be used to initialize the SSOwat permission - #type = "group" - #default = "visitors" + [install.init_main_permission] + # this is a generic question - ask strings are automatically handled by YunoHost's core + # This won't be saved as setting and will instead be used to initialize the SSOwat permission + type = "group" + default = "admins" #[install.password] ## this is a generic question - ask strings are automatically handled by YunoHost's core