generated from DAM/ts-TEMPLATE
- docker-compose.yml: TS_AUTHKEY and TS_LOGIN_SERVER now read from environment - README.md: updated Tailscale configuration instructions to reference env vars instead of editing the file - Added .gitignore to prevent committing secrets or Tailscale state This protects reusable test auth keys and custom coordination servers from being committed to any ts-* repo.
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/
|