1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncast_ynh.git synced 2024-09-03 19:56:20 +02:00

Update install

This commit is contained in:
ericgaspar 2021-09-29 18:39:49 +02:00
parent ba19b20c86
commit 6d46b01a95
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -146,6 +146,9 @@ then
ynh_permission_update --permission="main" --add="visitors"
fi
# Only the admin can access the admin panel of the app (if the app has an admin panel)
ynh_permission_create --permission="admin" --url="/admin" --auth_header=false
#=================================================
# RELOAD NGINX
#=================================================