aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-24 08:36:02 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-24 08:36:02 -0400
commite1e3faaf7f88bad2215890a07aa015bbf12d6301 (patch)
treea696bcfc37ce7de2317c49b1cbbd806ff6e379d3 /README.md
parentdisplay external-auth on user for admin edit-user page (diff)
downloadnewspipe-e1e3faaf7f88bad2215890a07aa015bbf12d6301.tar.gz
newspipe-e1e3faaf7f88bad2215890a07aa015bbf12d6301.tar.bz2
newspipe-e1e3faaf7f88bad2215890a07aa015bbf12d6301.zip
add ldap auth
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3883ef4..2813f69d 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ https://www.newspipe.org
* detection of inactive feeds;
* share articles on Pinboard, Reddit and Twitter;
* management of bookmarks (with import from Pinboard).
+* Optional ldap authentication
## Deployment
bgstack15