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

Add description

This commit is contained in:
ericgaspar 2021-08-29 10:41:07 +02:00
parent 14c21d2e23
commit d10230799b
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 2 additions and 2 deletions

1
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1 @@
Owncast is an open source, self-hosted, decentralized, single user live streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.

1
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1 @@
Owncast est un serveur de diffusion en direct et de chat open source, auto-hébergé, décentralisé et à utilisateur unique pour exécuter vos propres diffusions en direct dans un style similaire aux grandes options grand public. Il offre une propriété complète sur votre contenu, votre interface, votre modération et votre audience.

View file

@ -39,8 +39,6 @@ stream_port=$(ynh_app_setting_get --app=$app --key=stream_port)
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "