mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
commit
9127eaba1f
4 changed files with 18 additions and 18 deletions
|
@ -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 <https://__DOMAIN____PATH__>
|
||||
- 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 <https://__DOMAIN____PATH__admin/plugins/show/peertube-plugin-auth-ldap> and complete with the following informations:
|
||||
- URL: `ldap://127.0.0.1`
|
||||
- Insecure TLS: `checked`
|
||||
- Search base: `ou=users,dc=yunohost,dc=org`
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
- __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__
|
||||
- Peertube est désormais accessible sur <https://__DOMAIN____PATH__>
|
||||
- Le nom d'utilisateur administrateur est : `root`
|
||||
- Le mot de passe administrateur est : `__ADMIN_PASS__`
|
||||
|
||||
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).
|
||||
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).
|
||||
|
||||
Pour activer l'authentification LDAP, vous devez ouvrir [https://__DOMAIN____PATH__admin/plugins/show/peertube-plugin-auth-ldap](https://__DOMAIN____PATH__admin/plugins/show/peertube-plugin-auth-ldap) et compléter avec le informations suivantes :
|
||||
Pour activer l'authentification LDAP, vous devez ouvrir <https://__DOMAIN____PATH__admin/plugins/show/peertube-plugin-auth-ldap> et compléter avec les informations suivantes :
|
||||
- URL : `ldap://127.0.0.1`
|
||||
- TLS non sécurisé : "vérifié"
|
||||
- Base de recherche : `ou=users,dc=yunohost,dc=org`
|
||||
|
||||
Tous les utilisateurs de YunoHost seront autorisés à se connecter en tant qu'utilisateur PeerTube.
|
||||
Tous les comptes YunoHost seront autorisés à se connecter sur PeerTube.
|
||||
|
|
|
@ -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__
|
||||
- Peertube can now be accessed at <https://__DOMAIN____PATH__>
|
||||
- The admin username is: `root`
|
||||
- The admin password is: `__ADMIN_PASS__`
|
||||
|
|
|
@ -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__
|
||||
- Peertube est désormais accessible sur <https://__DOMAIN____PATH__>
|
||||
- Le nom d'utilisateur administrateur est : `root`
|
||||
- Le mot de passe administrateur est : `__ADMIN_PASS__`
|
||||
|
|
Loading…
Reference in a new issue