Skip to content

Commit

Permalink
Add more information for some services.
Browse files Browse the repository at this point in the history
  • Loading branch information
wichmann committed Aug 1, 2024
1 parent 3612620 commit 159ab29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion identity-provider/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ services:
# To start the initial setup, navigate to http://<your server's IP or hostname>:9000/if/flow/initial-setup/
# TODO: Check whether a authentik proxy is necessary (ghcr.io/goauthentik/proxy).
# More infos:
# - https://github.com/brokenscripts/authentik_traefik [very good guide to Authentik behind Traefik!]
# - https://helgeklein.com/blog/authentik-authentication-sso-user-management-password-reset-for-home-networks/
# -
# Alternatives to Authentik:
# - Keycloak https://www.keycloak.org | https://github.com/keycloak/keycloak [by Redhat, scalable solution, extensive features]
# - Authelia https://www.authelia.com/ | https://github.com/authelia/authelia [more easily to deploy and maintain]
image: ${AUTHENTIK_IMAGE}
restart: unless-stopped
depends_on:
Expand Down
1 change: 1 addition & 0 deletions infrastructure/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ services:
whoami:
# A container that exposes an API to show its IP address
image: traefik/whoami
restart: always
labels:
- "traefik.http.routers.whoami.tls=true"
- "traefik.http.routers.whoami.rule=Host(`${TRAEFIK_DASHBOARD_DOMAIN}`) || PathPrefix(`/who`)"
Expand Down
2 changes: 2 additions & 0 deletions kanboard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
# Project management Kanban-style
# default credentials: admin/admin
# https://docs.kanboard.org/v1/admin/docker/
# information for running MariaDB instead of SQLite: https://docs.kanboard.org/v1/admin/docker/
# plugin for authorization with Authentik: https://github.com/kanboard/plugin-oauth2
image: ${KANBOARD_IMAGE}
restart: unless-stopped
labels:
Expand Down

0 comments on commit 159ab29

Please sign in to comment.