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-31 18:21:31 +02:00
parent ddc7df2171
commit e956b509a6
5 changed files with 5 additions and 11 deletions

View file

@ -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 ## Streaming app
OBS can be used as streaming video app: https://obsproject.com/ OBS can be used as streaming video app: https://obsproject.com/

View file

@ -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 ## Application de diffusion en continu
OBS peut être utilisé comme application de streaming vidéo : https://obsproject.com/ OBS peut être utilisé comme application de streaming vidéo : https://obsproject.com/

View file

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

View file

@ -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).

View file

@ -22,7 +22,7 @@ upgrade_type=$(ynh_check_app_version_changed)
#================================================= #=================================================
ynh_script_progression --message="Stopping a systemd service..." --weight=1 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 # DOWNLOAD, CHECK AND UNPACK SOURCE