added some example .env files to show what values are necessary

This commit is contained in:
Peter Wood
2024-12-08 12:53:37 -05:00
parent 62a91f667d
commit a3c1b38d6a
4 changed files with 19 additions and 0 deletions

3
cloudflare/.env.example Normal file
View File

@@ -0,0 +1,3 @@
TAILSCALE_AUTHKEY=
TAILSCALE_SOCKET=
CLOUDFLARE_TUNNEL_TOKEN=

1
golinks/.env.example Normal file
View File

@@ -0,0 +1 @@
TAILSCALE_AUTHKEY=W

2
vaultwarden/.env.example Normal file
View File

@@ -0,0 +1,2 @@
ADMIN_TOKEN=
DOMAIN=

13
wiki/.env.example Normal file
View File

@@ -0,0 +1,13 @@
# ~/docker/wiki/.env
# wiki service
DB_TYPE=
DB_HOST=
DB_PORT=
DB_USER=
DB_PASS=
# postgres database service
POSTGRES_DB=
POSTGRES_PASSWORD=
POSTGRES_USER=