Commit Graph

10 Commits

Author SHA1 Message Date
fuomag9 b9a88c4330 fix: remove ACME cert scanning to eliminate caddy-data permission issue (#88)
Caddy's certmagic creates storage dirs with hardcoded 0700 permissions,
making the web container's supplementary group membership ineffective.
Rather than working around this with ACLs or chmod hacks, remove the
feature entirely — it was cosmetic (issuer/expiry display) for certs
that Caddy auto-manages anyway.

Also bump access list dropdown timeout from 5s to 10s to fix flaky E2E test.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 12:34:18 +02:00
fuomag9 1e3632f048 remove unused stuff 2026-02-28 21:31:34 +01:00
fuomag9 000607cee7 updated documentation 2026-02-27 20:10:54 +01:00
fuomag9 4332e1acbc feat: make geoipupdate container opt-in via COMPOSE_PROFILES 2026-02-23 20:39:08 +01:00
fuomag9 8024c99a05 feat: add geoipupdate service and shared GeoIP volume
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 19:56:36 +01:00
fuomag9 a0324d7574 fix folder permission for rootles, this should also fix arm64 builds 2026-01-12 00:08:31 +01:00
fuomag9 a2512ffb8c implemented rootless image and running 2025-12-28 20:19:46 +01:00
fuomag9 be21f46ad5 Added user tab and oauth2, streamlined readme 2025-12-28 15:14:56 +01:00
fuomag9 2fd11c8fd2 better readme 2025-12-10 18:28:03 +01:00
fuomag9 5d0593e56c variables consistency in docs, added .env.example 2025-12-10 18:10:49 +01:00