From f81ad732952c359330109cf11b6eb821a6847d88 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:38:39 +0200 Subject: [PATCH] Update POST_INSTALL.md --- doc/POST_INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 064af63..e8bd02d 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,10 +1,10 @@ -- __APP__ can now be accessed at [https://__DOMAIN____PATH__](https://__DOMAIN____PATH__) -- The admin username is: root -- The admin password is: __ADMIN_PASS__ +- Peertube can now be accessed at +- The admin username is: `root` +- The admin password is: `__ADMIN_PASS__` -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). +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). -To enable LDAP authentication, you should open [https://__DOMAIN____PATH__admin/plugins/show/peertube-plugin-auth-ldap](https://__DOMAIN____PATH__admin/plugins/show/peertube-plugin-auth-ldap) and complete with the following informations: +To enable LDAP authentication, you should open and complete with the following informations: - URL: `ldap://127.0.0.1` - Insecure TLS: `checked` - Search base: `ou=users,dc=yunohost,dc=org`