docs: add Default Passwords section to SECURITY.md

This commit is contained in:
peskyadmin
2026-08-02 16:30:44 -04:00
parent a9a3464694
commit 0ca4b8897b

View File

@@ -19,3 +19,12 @@ These capabilities are necessary for Tailscale to function but increase the atta
- Regularly rotate auth keys. - Regularly rotate auth keys.
- Review Headscale/Tailscale ACLs to ensure services only have the access they need. - Review Headscale/Tailscale ACLs to ensure services only have the access they need.
- Keep the Tailscale Docker image reasonably up to date. - Keep the Tailscale Docker image reasonably up to date.
## Default Passwords
The `docker-compose.yml` file contains placeholder values (`***`) for sensitive items such as:
- Postgres password
- Vikunja JWT secret
**Change these values** before deploying anywhere security matters. Never use the default placeholders in production or shared environments.