1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
This commit is contained in:
yalh76 2021-03-31 20:28:34 +02:00
parent e81b32e9d4
commit e7240ea5a4
2 changed files with 5 additions and 6 deletions

View file

@ -9,9 +9,9 @@ To make PeerTube Live available, you also need to make the TCP port __RTMP_PORT_
To enable LDAP authentication open https://__DOMAIN____PATH_URL__admin/plugins/show/peertube-plugin-auth-ldap To enable LDAP authentication open https://__DOMAIN____PATH_URL__admin/plugins/show/peertube-plugin-auth-ldap
Complete with the following informations : Complete with the following informations :
URL: ldap://localhost - URL: ldap://127.0.0.1
Insecure TLS : checked - Insecure TLS : checked
Search base : ou=users,dc=yunohost,dc=org - Search base : ou=users,dc=yunohost,dc=org
All YunoHost users will be allowed to login as peertube user. All YunoHost users will be allowed to login as peertube user.
If you are facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/peertube_ynh If you are facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/peertube_ynh

View file

@ -12,5 +12,4 @@ You need to run this command to remove the data (warning all your videos will be
rm -R __DATADIR__ -f rm -R __DATADIR__ -f
If you facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/peertube_ynh If you facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/peertube_ynh