diff --git a/manifest.toml b/manifest.toml index 19d648e..bc0dda8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,7 +44,7 @@ ram.runtime = "100M" type = "group" default = "visitors" - [install.admin] + [install.init_admin_permission] type = "user" [install.discovery] @@ -143,6 +143,7 @@ ram.runtime = "100M" admin.protected = true admin.auth_header = false + admin.show_tile = false [resources.ports] main.default = 8095 diff --git a/scripts/install b/scripts/install index 515b5ab..323915a 100644 --- a/scripts/install +++ b/scripts/install @@ -113,9 +113,6 @@ fi yunohost service add "$app" --description="Jellyfin media center" "${ports_args[@]}" -# Only the admin can access the admin panel of the app (if the app has an admin panel) -ynh_permission_update --permission="admin" --add="$admin" - #================================================= # EDIT SYSTEMD ENVIRONMENT VARIABLE FOR AUTO-DISCOVERY #=================================================