Document DoneTick Pangolin and Authentik config
Some checks failed
secret-guardrails / artifact-secret-scan (push) Has been cancelled
secret-guardrails / gitleaks (push) Has been cancelled

This commit is contained in:
Fizzlepoof
2026-05-24 01:17:07 +00:00
parent 9bb48ee385
commit 147889c72d
3 changed files with 73 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ Per-service gotchas that aren't bugs but will bite you if you forget them.
- Env vars alone are insufficient for DB type selection
- Requires `/mnt/tank/docker/appdata/donetick/config/selfhosted.yaml` with full DB config
- Uses viper config loader — `DT_ENV` controls config file path
- Public exposure through Pangolin can stay unhealthy after renumbering if the target health-check hostname is stale even when the target IP/port are already fixed; verify both `ip` and `hcHostname`
- OIDC metadata for the frontend is exposed from `/api/v1/resource`; if the login button is missing, check that endpoint before debugging the SPA
### shlink
- Data directory must be `chmod 777` — runs as non-root user that doesn't match host default ownership