example_configs: add hedgedoc

Co-authored-by: nitnelave <valentin.tolmer@gmail.com>
This commit is contained in:
Hobbabobba 2022-10-07 21:19:55 +02:00 committed by GitHub
parent 123fdc5baf
commit 2f9ea4f10f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -260,6 +260,7 @@ folder for help with:
- [Emby](example_configs/emby.md) - [Emby](example_configs/emby.md)
- [Gitea](example_configs/gitea.md) - [Gitea](example_configs/gitea.md)
- [Grafana](example_configs/grafana_ldap_config.toml) - [Grafana](example_configs/grafana_ldap_config.toml)
- [Hedgedoc](example_configs/hedgedoc.md)
- [Jellyfin](example_configs/jellyfin.md) - [Jellyfin](example_configs/jellyfin.md)
- [Jitsi Meet](example_configs/jitsi_meet.conf) - [Jitsi Meet](example_configs/jitsi_meet.conf)
- [KeyCloak](example_configs/keycloak.md) - [KeyCloak](example_configs/keycloak.md)

View File

@ -0,0 +1,16 @@
# Configuration for hedgedoc
[Hedgedoc](https://hedgedoc.org/) is a platform to write and share markdown.
### Using docker variables
Any member of the group ```hedgedoc``` can log into hedgedoc.
```
- CMD_LDAP_URL=ldap://lldap:3890
- CMD_LDAP_BINDDN=uid=admin,ou=people,dc=example,dc=com
- CMD_LDAP_BINDCREDENTIALS=insert_your_password
- CMD_LDAP_SEARCHBASE=ou=people,dc=example,dc=com
- CMD_LDAP_SEARCHFILTER=(&(memberOf=cn=hedgedoc,ou=groups,dc=example,dc=com)(uid={{username}}))
- CMD_LDAP_USERIDFIELD=uid
```
Replace `dc=example,dc=com` with your LLDAP configured domain for all occurances