From 539b927d7e4f20c3abb933cc6eb530dad68ac5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:15:49 +0100 Subject: [PATCH] fix --- doc/ADMIN.md | 2 +- doc/ADMIN_fr.md | 2 +- doc/POST_INSTALL.md | 2 +- doc/POST_INSTALL_fr.md | 2 +- doc/POST_UPGRADE.md | 2 +- doc/POST_UPGRADE_fr.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 855a896..d06df62 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1 +1 @@ -Do not modify the `__INSTALL_DIR__/conf/production.yaml` file, because it will be overridden in the next upgrade. Please instead either change them though the web interface, which stores specific local settings in a separate configuration file. +Do not modify the `__INSTALL_DIR__/config/production.yaml` file, because it will be overridden in the next upgrade. Please instead either change them though the web interface, which stores specific local settings in a separate configuration file. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 43f96eb..cb6f36c 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1 +1 @@ -Ne modifiez pas les paramètres dans le fichier `__INSTALL_DIR__/conf/production.yaml`, car il sera remplacé lors de la prochaine mise à niveau. Veuillez plutôt modifier la configuration via l'interface Web, qui stocke les paramètres locaux spécifiques dans un fichier de configuration distinct. \ No newline at end of file +Ne modifiez pas les paramètres dans le fichier `__INSTALL_DIR__/config/production.yaml`, car il sera remplacé lors de la prochaine mise à niveau. Veuillez plutôt modifier la configuration via l'interface Web, qui stocke les paramètres locaux spécifiques dans un fichier de configuration distinct. \ No newline at end of file diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 064af63..116807d 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,6 +1,6 @@ - __APP__ can now be accessed at [https://__DOMAIN____PATH__](https://__DOMAIN____PATH__) - The admin username is: root -- The admin password is: __ADMIN_PASS__ +- The admin password is: __PASSWORD__ To make PeerTube Live available, you also need to make the TCP port __PORT_RTMP__ available from internet (For example, opening the port on your ISP box if it's not automatically done). diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md index 3d3ecec..26755c0 100644 --- a/doc/POST_INSTALL_fr.md +++ b/doc/POST_INSTALL_fr.md @@ -1,6 +1,6 @@ - __APP__ est désormais accessible sur [https://__DOMAIN____PATH__](https://__DOMAIN____PATH__) - Le nom d'utilisateur administrateur est : root -- Le mot de passe administrateur est : __ADMIN_PASS__ +- Le mot de passe administrateur est : __PASSWORD__ Pour rendre PeerTube Live disponible, vous devez également rendre le port TCP __PORT_RTMP__ disponible depuis internet (par exemple, ouvrir le port sur votre box FAI si ce n'est pas fait automatiquement). diff --git a/doc/POST_UPGRADE.md b/doc/POST_UPGRADE.md index 1f1bf2a..3b6880b 100644 --- a/doc/POST_UPGRADE.md +++ b/doc/POST_UPGRADE.md @@ -1,3 +1,3 @@ - __APP__ can now be accessed at [https://__DOMAIN____PATH__](https://__DOMAIN____PATH__) - The admin username is: root -- The admin password is: __ADMIN_PASS__ +- The admin password is: __PASSWORD__ diff --git a/doc/POST_UPGRADE_fr.md b/doc/POST_UPGRADE_fr.md index 21ba152..7b7e26c 100644 --- a/doc/POST_UPGRADE_fr.md +++ b/doc/POST_UPGRADE_fr.md @@ -1,3 +1,3 @@ - __APP__ est désormais accessible sur [https://__DOMAIN____PATH__](https://__DOMAIN____PATH__) - Le nom d'utilisateur administrateur est : root -- Le mot de passe administrateur est : __ADMIN_PASS__ +- Le mot de passe administrateur est : __PASSWORD__