feat: add Honcho memory provider with Traefik + Authelia #48

Merged
gortium merged 48 commits from feat/honcho-only into master 2026-06-15 17:08:21 +00:00
5 changed files with 248 additions and 0 deletions
Showing only changes of commit 930cacad78 - Show all commits

View File

@@ -28,7 +28,6 @@ RUN groupadd --system app && \
useradd --system --gid app --create-home app
COPY --from=builder /app /app
COPY --from=builder /root/.cache/uv /root/.cache/uv
WORKDIR /app
ENV PATH="/app/.venv/bin:$PATH"