mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Add blog section, optimize images
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -61,11 +61,13 @@ For each of the following mappers, click the name, and set the "_Read Only_" fla
|
||||
|
||||
## Summary
|
||||
|
||||
We've setup a new realm in Keycloak, and configured read-write federation to an [OpenLDAP](/recipes/openldap/) backend. We can now manage our LDAP users using either Keycloak or LDAP directly, and we can protect vulnerable services using [Traefik Forward Auth](/docker-swarm/traefik-forward-auth/).
|
||||
We've setup a new realm in Keycloak, and configured read-write federation to an [OpenLDAP](/recipes/openldap/) backend. We can now manage our LDAP users using either [Keycloak][keycloak] [^1] or LDAP directly, and we can protect vulnerable services using [Traefik Forward Auth](/docker-swarm/traefik-forward-auth/).
|
||||
|
||||
!!! Summary
|
||||
Created:
|
||||
|
||||
* [X] Keycloak realm in read-write federation with [OpenLDAP](/recipes/openldap/) directory
|
||||
|
||||
[^1]: A much nicer experience IMO!
|
||||
|
||||
--8<-- "recipe-footer.md"
|
||||
|
||||
@@ -17,7 +17,7 @@ The nice thing about OpenLDAP is, like MySQL, once you've setup the server, you
|
||||
|
||||
This recipe combines the raw power of OpenLDAP with the flexibility and featureset of LDAP Account Manager.
|
||||
|
||||

|
||||

|
||||
|
||||
## What's the takeaway?
|
||||
|
||||
@@ -29,7 +29,7 @@ What you'll end up with is a directory structure which will allow integration wi
|
||||
|
||||
### Setup data locations
|
||||
|
||||
We'll need several directories to bind-mount into our container, so create them in /var/data/openldap:
|
||||
We'll need several directories to bind-mount into our container, so create them in `/var/data/openldap`:
|
||||
|
||||
```bash
|
||||
mkdir /var/data/openldap/openldap
|
||||
|
||||
@@ -7,7 +7,7 @@ description: ML-powered private photo hosting
|
||||
|
||||
[Photoprism™](https://github.com/photoprism/photoprism) "is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud."
|
||||
|
||||
{ loading=lazy }
|
||||
{ loading=lazy }
|
||||
|
||||
--8<-- "recipe-standard-ingredients.md"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user