From 23f6e6f5f3a60b934d48d4863caab7f3f434ee3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 Mar 2023 18:08:58 +0100 Subject: [PATCH] Fix --- doc/ADMIN.md | 2 +- doc/ADMIN_fr.md | 6 +++++- doc/POST_INSTALL.md | 2 +- doc/POST_INSTALL_fr.md | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 91672e3..e3bcbf1 100755 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,6 +1,6 @@ ## Configuration -You can configure Owncast in the admin page: `__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. ## Streaming app diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index bc7c61b..b7e0870 100755 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,6 +1,6 @@ ## Configuration -Vous pouvez configurer Owncast dans la page d'administration : `domain.ltd/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). ## Application de diffusion en continu @@ -12,3 +12,7 @@ OBS peut être utilisé comme application de streaming vidéo : https://obsproje 1. Entrez l'URL du serveur exécutant votre service de streaming au format `rtmp://myserver.net/live`. 1. Saisissez votre « Stream key » qui correspond à votre clé de streaming choisie lors de l'installation. 1. Appuyez sur **Démarrer le streaming** (OBS) ou **Go Live** (Streamlabs) sur OBS. + +## Mode de discussion autonome + +`https://__DOMAIN__/index-standalone-chat-readwrite.html` diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index d38fd51..e8a7601 100755 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1 +1 @@ -You can configure Owncast in the admin page: `__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key. \ No newline at end of file +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. \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md index 079f2cc..5a2b4f6 100755 --- a/doc/POST_INSTALL_fr.md +++ b/doc/POST_INSTALL_fr.md @@ -1 +1 @@ -Vous pouvez configurer Owncast dans la page d'administration : `__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).