From 0071f1ec1c1877fc56320fa4578816dd1d68bdfc Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 11 Aug 2024 19:45:55 -0600 Subject: [PATCH] Update Docker & Kubernetes/Docker/Docker Compose/Homebox.md --- Docker & Kubernetes/Docker/Docker Compose/Homebox.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docker & Kubernetes/Docker/Docker Compose/Homebox.md b/Docker & Kubernetes/Docker/Docker Compose/Homebox.md index 015ba69..ed947dc 100644 --- a/Docker & Kubernetes/Docker/Docker Compose/Homebox.md +++ b/Docker & Kubernetes/Docker/Docker Compose/Homebox.md @@ -2,6 +2,10 @@ [Reference Documentation](https://hay-kot.github.io/homebox/quick-start/) +!!! caution "Protect with Keycloak" + The GitHub project for this software appears to have been archived in a read-only state in June 2024. There is no default admin credential, so setting the environment variable `HBOX_OPTIONS_ALLOW_REGISTRATION` to `false` will literally make you unable to log into the system. You also cannot change it after-the-fact, so you cannot just register an account then disable it and restart the container, it doesn't work that way. + + Due to this behavior, it is imperative that you deploy this either only internally, or if its external, put it behind something like [Authentik](https://docs.bunny-lab.io/Docker %26 Kubernetes/Docker/Docker Compose/Authentik/) or [Keycloak](https://docs.bunny-lab.io/Docker%20%26%20Kubernetes/Docker/Docker%20Compose/Keycloak/). ## Docker Configuration ```jsx title="docker-compose.yml"