1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncast_ynh.git synced 2024-09-03 19:56:20 +02:00
This commit is contained in:
Éric Gaspar 2023-05-30 19:38:13 +02:00
parent 423d62e9b3
commit 7925d1f3c6
2 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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
#=================================================