Gareth Dunstone
79f9a3a5c2
Update jellyfin.md example ( #598 )
...
* Update jellyfin.md example
The LdapAdminBaseDN either doesn't work properly or is used incorrectly here.
This change will make it work.
see:
- https://github.com/jellyfin/jellyfin-plugin-ldapauth/issues/145
* Update jellyfin.md
Added some more detail about admin groups and user groups.
2023-06-09 09:59:40 +07:00
arcoast
7daebc308b
example_configs: Add Mealie configuration
2023-06-07 13:29:41 +02:00
Howard He
f812c9e666
example_configs: fix grafana config
2023-06-02 05:39:47 +02:00
dalz
87a35af693
example_configs: fix dokuwiki config
...
Previously Dokuwiki couldn't find LDAP groups.
2023-05-21 19:16:26 +09:00
lordratner
4c4a397f66
example_configs: fix typo in home-assistant.md
...
Error in file name /config/lldap-auth.sh
2023-05-14 10:03:32 +09:00
poVoq
ab2da7b975
example_configs: Add Ejabberd
...
Basic auth only for now
2023-05-09 14:31:54 +02:00
Anudeep
8f69e4badd
example_configs: add chmod to home-assistant instructions
2023-05-06 07:08:41 +02:00
lordratner
852e1586e7
example_configs: Fix a filter in Grafana
2023-05-02 15:45:04 +02:00
Hobbabobba
22ae2c7124
example_configs: fix zendto memberrole
2023-04-25 20:53:38 +02:00
lordratner
5ad63d31d3
example_docs: add pfsense.md
2023-04-20 18:10:14 +02:00
Tyler Pace
d55d4487ed
Add OPNsense example config. ( #558 )
...
* Add OPNsense example config.
---------
Co-authored-by: Tyler Pace <tpace@newrelic.com>
2023-04-15 10:06:34 +07:00
Austin Alvarado
8eb27c5267
docs: Create Home Assistant config ( #535 )
2023-04-07 14:59:21 -06:00
amiga23
1fe635384f
docs: Add email attribute to nextcloud config
...
Otherwise nextcloud will not set the email address in users profile
2023-04-04 12:14:41 +02:00
Hobbabobba
df16d66753
added Shaarli configuration example ( #519 )
...
* Create shaarli.md
* added Shaarli doc
* fixed uid
2023-04-03 18:54:39 +02:00
amiga23
07523219d1
docs(dex): Fix group search
...
The userAttr needs to be the full DN, otherwise the search does not work:
```
❯ ldapsearch -x -H ldap://localhost:3890 -D "cn=admin,ou=people,dc=example,dc=com" -b "ou=groups,dc=example,dc=com" -W "member=bob"
Enter LDAP Password:
# extended LDIF
#
# LDAPv3
# base <ou=groups,dc=example,dc=com> with scope subtree
# filter: member=bob
# requesting: ALL
#
# search result
search: 2
result: 53 Server is unwilling to perform
text: Unsupported group filter: while parsing a user ID: Missing DN value
# numResponses: 1
```
2023-03-18 00:07:40 +01:00
carolosf
98acd68f06
example_configs: Add example for Sonatype Nexus Repository Manager 3
2023-02-23 09:33:35 +01:00
WS
733f990858
example_configs: Add Rancher example
2023-02-20 15:27:00 +01:00
arcoast
5bee73180d
example_configs: add authentik configuration
...
This should import users, groups & memberships
2023-02-14 18:22:49 +01:00
Juli
94d45f7320
example_configs: Added explanation to Jellyfin Docs
2023-02-12 11:10:52 +01:00
Rex Zhang
648848c816
example_configs: Add note for Gitea's simple auth mode
2023-02-08 10:30:23 +01:00
Diptesh Choudhuri
58b9c28a0b
example_configs: Add Dex example
...
Fixes #428 .
2023-02-01 13:02:52 +01:00
arcoast
0ae1597ecd
example_configs: Add Wikijs example
...
In response to https://github.com/nitnelave/lldap/pull/424#discussion_r1083280235
2023-01-22 09:49:00 +01:00
poVoq
260b545a54
example_configs,gitea: add additional attributes and group sync
...
Not extensively tested, but group/team sync seems to work in Forgejo.
2023-01-09 17:53:44 +01:00
MrOnak
80fc94c4db
example_configs: Add Kanboard
2022-11-22 12:13:27 +01:00
Norm
ffc59af345
example_configs: Update Nextcloud and add tutorial for OIDC with Authelia
2022-11-18 14:05:16 +01:00
Hobbabobba
eb26019a52
example_configs: Added zendto
...
* Create zendto.md
* Update README.md
2022-11-10 11:06:29 +01:00
Hobbabobba
69d0308f46
example_configs: Add vaultwarden sync
2022-11-04 15:34:14 +01:00
Valentin Tolmer
ee7dc39afa
example_configs: Add quotes to authelia filters
2022-10-19 14:13:55 +02:00
Roman
eefe65c042
example_configs: Add Dell iDrac
2022-10-16 16:10:47 +02:00
Roman
a42a532929
example_configs: Add WeKan sample config
2022-10-15 14:42:16 +02:00
Hobbabobba
3bb07db63f
example_configs: fix docuwiki group filter
2022-10-12 22:22:48 +02:00
Hobbabobba
412f4fa644
example_config: add Docuwiki
2022-10-09 13:11:26 +02:00
Hobbabobba
2f9ea4f10f
example_configs: add hedgedoc
...
Co-authored-by: nitnelave <valentin.tolmer@gmail.com>
2022-10-07 21:19:55 +02:00
Marco Dura
1660cb1fbb
example_config: grafana fix typos and attributes
2022-09-22 15:22:30 +02:00
arcoast
b6ee918ca9
example_configs: add Airsonic
2022-09-10 14:32:56 +02:00
Valentin Tolmer
0b6b274cfa
example_configs: add Nextcloud
2022-09-10 12:47:41 +02:00
Valentin Tolmer
36eed1e091
README: Document the build process, add systemd service
...
Fixes #269 .
2022-08-01 09:14:39 +02:00
Valentin Tolmer
901eb7f469
example_configs: Add XBackBone
2022-07-11 12:30:46 +02:00
Ben Penkacik
33cd850e65
docs: add emby config
2022-07-08 11:01:02 +02:00
Greg
b387ceb1c4
Update authelia_config.yml
2022-07-01 14:21:32 +02:00
Greg
85d59e79ca
Update Authelia config for Authelia 4.36.1
...
Authelia 4.36.1 changed the key for password resets. Fixed an error where the user: field was incorrectly set to uid=admin, resulting in a fatal error starting Authelia.
2022-07-01 14:21:32 +02:00
MickMorley
82f6292927
docs, guacamole: Added Docker option
2022-06-30 15:55:20 +02:00
MickMorley
45bbe23b3b
docs: add example config for Apache Guacamole app ( #195 )
2022-06-24 12:46:40 +02:00
Ghassan Alduraibi
85ee097a3b
docs: add calibre-web config ( #187 )
...
* docs: add calibre-web config
* docs: update readme with calibre-web config
* docs: update calibre-web config with login fix
* docs: update calibre-web config with requested changes
2022-06-24 12:44:38 +02:00
Martin Leydier
04afc9d8d9
docs: add grafana config ( #186 )
2022-06-24 12:41:33 +02:00
publicdesert
b03a38f267
docs: add Readd example config for Seafile
...
Readds both the previous example for Seafile and an alternative setup with Authelia as an intermediary.
2022-06-24 12:38:40 +02:00
MickMorley
8f446bd932
docs: add Syncthing example
2022-06-21 23:13:37 +02:00
Dedy Martadinata S
1ae7987b88
docs: portainer: add filter by group example
2022-06-20 11:54:16 +02:00
publicdesert
936a6d696a
Removed Seafile example config
...
Removed Seafile example config because of the issue in described in #191
2022-06-17 16:11:50 +02:00
publicdesert
fc7ec97051
Apply suggested changes
2022-06-17 16:11:50 +02:00