From 4eb2fb01d9a7c270cf9c6cb76a26d997101c998b Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 30 Mar 2022 17:49:03 +0700 Subject: [PATCH] a note about SSO, LDAP, 2FA in the FAQ --- README.md | 1 - docs/FAQ.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7416674..201ed77 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,6 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex - [ ] Add [SponsorBlock](https://sponsor.ajay.app/) integration - [ ] User created playlists (#108) - [ ] Auto play or play next link -- [ ] SSO / LDAP support - [ ] Show similar videos on video page - [ ] Multi language support - [ ] Show total video downloaded vs total videos available in channel diff --git a/docs/FAQ.md b/docs/FAQ.md index 3491939..7d5c9ee 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -29,3 +29,6 @@ So Docker is the only supported installation method. If you don't have any exper ## 4. Finetuning Elasticsearch A minimal configuration of Elasticsearch (ES) is provided in the example docker-compose.yml file. ES is highly configurable and very interesting to learn more about. Refer to the [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) if you want to get into it. + +## 5. Advanced Authentication +If you like to use things like SSO, LDAP or 2FA to login, consider using something like Authelia as a reverse proxy so this project can focus on the core task. Tube Archivist has a *remember me* checkbox at login to extend your sessions lifetime in your browser.