aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-27 09:21:24 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2023-06-27 09:21:24 +0200
commitdbb1d2bce8f00a3b9e0d1074841fe835349740a7 (patch)
treeea425b1c164a3901a047f6a7ffddbc48378f7e27 /README.md
parentAddresses some flake8 warnings. (diff)
downloadnewspipe-dbb1d2bce8f00a3b9e0d1074841fe835349740a7.tar.gz
newspipe-dbb1d2bce8f00a3b9e0d1074841fe835349740a7.tar.bz2
newspipe-dbb1d2bce8f00a3b9e0d1074841fe835349740a7.zip
[PATCH] 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