1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
peertube_ynh/doc/POST_INSTALL.md

16 lines
658 B
Markdown
Raw Normal View History

__APP__ was successfully installed :)
2023-03-21 23:12:02 +01:00
Please open your __APP__ domain: https://__DOMAIN____PATH__
The admin username is: root
The admin password is: __ADMIN_PASS__
2023-03-21 23:33:23 +01:00
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).
2021-01-13 20:59:06 +01:00
2023-03-21 23:12:02 +01:00
To enable LDAP authentication open https://__DOMAIN____PATH__admin/plugins/show/peertube-plugin-auth-ldap
2021-03-30 22:58:26 +02:00
Complete with the following informations :
2021-03-31 20:28:34 +02:00
- URL: ldap://127.0.0.1
- Insecure TLS : checked
- Search base : ou=users,dc=yunohost,dc=org
2021-03-30 22:58:26 +02:00
All YunoHost users will be allowed to login as peertube user.