From 7925d1f3c6954606508f0717b20e08391362def1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 30 May 2023 19:38:13 +0200 Subject: [PATCH] fix --- manifest.toml | 8 ++++---- scripts/upgrade | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index ff702d5..34c8f1f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,11 +62,11 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - #admin.url = "/admin" - #admin.allowed = "admins" + admin.url = "/admin" + admin.allowed = "admins" #admin.show_tile = false - #admin.auth_header = false - main.auth_header = false + admin.auth_header = false + #main.auth_header = false [resources.apt] packages = "ffmpeg" diff --git a/scripts/upgrade b/scripts/upgrade index a205707..f14ad09 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ yunohost service add $app --description="Self-hosted live video and web chat ser #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=3 -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" sleep 20 #=================================================