diff --git a/doc/DISCLAIMER.md b/doc/ADMIN.md similarity index 76% rename from doc/DISCLAIMER.md rename to doc/ADMIN.md index ba5cc0d..91672e3 100755 --- a/doc/DISCLAIMER.md +++ b/doc/ADMIN.md @@ -1,6 +1,6 @@ ## Configuration -You can configure Owncast in the admin page: `domain.ltd/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key. +You can configure Owncast in the admin page: `__DOMAIN__/admin` with `admin` and `abc123` as credential. Don't forget to change the stream key. ## Streaming app @@ -9,10 +9,10 @@ OBS can be used as streaming video app: https://obsproject.com/ 1. Install OBS or Streamlabs OBS and get it working with your local setup. 1. Open OBS Settings and go to **Stream**. 1. Select **Custom…** as the service. -1. Enter the URL of the server running your streaming service in the format of `rtmp://myserver.net/live`. +1. Enter the URL of the server running your streaming service in the format of `rtmp://__DOMAIN__/live`. 1. Enter your **Stream Key** that matches your key file. 1. Press **Start Streaming** (OBS) or **Go Live** (Streamlabs) on OBS. ## Standalone chat mode -`https://live.domain.ltd/index-standalone-chat-readwrite.html` \ No newline at end of file +`https://__DOMAIN__/index-standalone-chat-readwrite.html` \ No newline at end of file diff --git a/doc/DISCLAIMER_fr.md b/doc/ADMIN_fr.md similarity index 100% rename from doc/DISCLAIMER_fr.md rename to doc/ADMIN_fr.md diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100755 index 0000000..d38fd51 --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +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 diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100755 index 0000000..079f2cc --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +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).