generated from DAM/ts-TEMPLATE
- docker-compose.yml: read authkey and login server from env - README.md: updated instructions to use env vars instead of editing the file - Added .gitignore for secrets and Tailscale state
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
# Secrets and environment files
|
|
.env
|
|
.env.*
|
|
*.key
|
|
tskey-*
|
|
authkey*
|
|
|
|
# Tailscale data (never commit state)
|
|
tailscale/tailscale-data/
|