mcmikemn
mcmikemn
Well, separate private and public domains works for me, as I'll only use it via private.
Oh! I never knew what docker profiles were. It would still be nice (and easy-ish) to have a Make target customize that for you.
Another data point: I get the same error when using this `config.toml`; ``` config.toml backend = "ollama" backend-health-check-timeout = 1000 editor = "clipboard" model = "gpt-oss:20b" ollama-url = "http://my.ollama.server:11434" theme...
Wow! Ambitious. Cool. I'm concerned that the nature of LLMs today will make this a bit "fuzzy" (like sometimes it will understand "start drawio" and sometimes it won't). But if...
Yeah, there could be separate functionality (a separate project) to shut down a container after X. Even if that doesn't exist, then at least the containers aren't active until I...
This project turned out to be beyond my skillset. It requires: - adding a Traefik plugin - possibly needing to template a docker-compose.override.yaml file for traefik installation ([see here](https://github.com/EnigmaCurry/d.rymcg.tech/blob/49a7c3e9bec8eb6328af4e01f33e523c42357a8e/traefik/docker-compose.yaml#L198)) -...
At the moment, @EnigmaCurry, this only works if you leave COOKIE_NAME to the default value of "_forward_auth" (and you have to make sure that TRAEFIK_FORWARD_AUTH_SECRET is the same value as...