mirror of
https://github.com/YunoHost-Apps/owncast_ynh.git
synced 2024-09-03 19:56:20 +02:00
cleaning
This commit is contained in:
parent
ddc7df2171
commit
e956b509a6
5 changed files with 5 additions and 11 deletions
|
@ -1,7 +1,3 @@
|
|||
## Configuration
|
||||
|
||||
You can configure Owncast in the admin page: `https://__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key.
|
||||
|
||||
## Streaming app
|
||||
|
||||
OBS can be used as streaming video app: https://obsproject.com/
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
## Configuration
|
||||
|
||||
Vous pouvez configurer Owncast dans la page d'administration : `https://__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant. N'oubliez pas de changer la clé de flux (Stream Key).
|
||||
|
||||
## Application de diffusion en continu
|
||||
|
||||
OBS peut être utilisé comme application de streaming vidéo : https://obsproject.com/
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
You can configure Owncast in the admin page: `https://__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key.
|
||||
You can configure Owncast in the admin page: `https://__DOMAIN__/admin` with `admin` and `abc123` as credential.
|
||||
Don't forget to change the stream key.
|
|
@ -1 +1,2 @@
|
|||
Vous pouvez configurer Owncast dans la page d'administration : `https://__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant. N'oubliez pas de changer la clé de flux (Stream Key).
|
||||
Vous pouvez configurer Owncast dans la page d'administration : `https://__DOMAIN__/admin` avec `admin` et `abc123` comme identifiant.
|
||||
N'oubliez pas de changer la clé de flux (Stream Key).
|
||||
|
|
|
@ -22,7 +22,7 @@ upgrade_type=$(ynh_check_app_version_changed)
|
|||
#=================================================
|
||||
ynh_script_progression --message="Stopping a systemd service..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log"
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
|
Loading…
Add table
Reference in a new issue