Skip to content

Commit 9cb55fd

Browse files
committed
Update .env files for multiple services to version 1.1
- Updated service URLs to point to the new repository: https://github.com/tailscale-dev/ScaleTail. - Added detailed comments for service configuration, network configuration, and Tailscale configuration. - Ensured consistency across all service .env files by including DNS_SERVER and TS_AUTHKEY placeholders. - Removed deprecated comments and improved clarity for each configuration section.
1 parent c811047 commit 9cb55fd

File tree

29 files changed

+404
-231
lines changed

29 files changed

+404
-231
lines changed

services/bentopdf/.env

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=bentopdf
5-
IMAGE_URL=bentopdf/bentopdf:latest
6-
SERVICEPORT=3000
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=bentopdf # Service name (e.g., bentopdf). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=bentopdf/bentopdf:latest # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=3000 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
12+
# Tailscale Configuration
13+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

services/changedetection/.env

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=changedetection
5-
IMAGE_URL=ghcr.io/dgtlmoon/changedetection.io
6-
SERVICEPORT=5000
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=changedetection # Service name (e.g., changedetection). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=ghcr.io/dgtlmoon/changedetection.io # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=5000 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12+
13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

services/clipcascade/.env

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=clipcascade
5-
IMAGE_URL=sathvikrao/clipcascade
6-
SERVICEPORT=8080
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=clipcascade # Service name (e.g., clipcascade). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=sathvikrao/clipcascade # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=8080 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12+
13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

services/coder/.env

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=coder
5-
IMAGE_URL=ghcr.io/coder/coder
6-
SERVICEPORT=7080
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
94

5+
# Service Configuration
6+
SERVICE=coder # Service name (e.g., coder). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=ghcr.io/coder/coder # Docker image URL from container registry.
108

11-
# Custom to Coder
9+
# Network Configuration
10+
SERVICEPORT=7080 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
1212

13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.
15+
16+
# Optional Service variables
1317
CODER_VERSION=latest
1418
POSTGRES_USER=username
1519
POSTGRES_PASSWORD=strongpassword

services/convertx/.env

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=convertx
5-
IMAGE_URL=ghcr.io/c4illin/convertx:latest
6-
SERVICEPORT=3000
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=convertx # Service name (e.g., convertx). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=ghcr.io/c4illin/convertx:latest # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=3000 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12+
13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

services/cyberchef/.env

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=cyberchef
5-
IMAGE_URL=ghcr.io/gchq/cyberchef
6-
SERVICEPORT=80
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=cyberchef # Service name (e.g., cyberchef). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=ghcr.io/gchq/cyberchef # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=80 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12+
13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

services/docmost/.env

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=docmost
5-
IMAGE_URL=docmost/docmost
6-
SERVICEPORT=3000
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=docmost # Service name (e.g., docmost). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=docmost/docmost # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=3000 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12+
13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

services/dozzle/.env

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=dozzle
5-
IMAGE_URL=amir20/dozzle
6-
SERVICEPORT=8080
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=dozzle # Service name (e.g., dozzle). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=amir20/dozzle # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=8080 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12+
13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

services/dumbdo/.env

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=dumbdo
5-
IMAGE_URL=dumbwareio/dumbdo:latest
6-
SERVICEPORT=3000
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=dumbdo # Service name (e.g., dumbdo). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=dumbwareio/dumbdo:latest # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=3000 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12+
13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

services/excalidraw/.env

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
#version=1.0
2-
#url=https://github.com/2Tiny2Scale/tailscale-docker-sidecar-configs
3-
#COMPOSE_PROJECT_NAME= // only use in multiple deployments on the same infra
4-
SERVICE=excalidraw
5-
IMAGE_URL=excalidraw/excalidraw
6-
SERVICEPORT=80
7-
TS_AUTHKEY=
8-
DNS_SERVER=9.9.9.9
1+
#version=1.1
2+
#URL=https://github.com/tailscale-dev/ScaleTail
3+
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
4+
5+
# Service Configuration
6+
SERVICE=excalidraw # Service name (e.g., excalidraw). Used as hostname in Tailscale and for container naming (app-${SERVICE}).
7+
IMAGE_URL=excalidraw/excalidraw # Docker image URL from container registry.
8+
9+
# Network Configuration
10+
SERVICEPORT=80 # Port to expose to local network. Uncomment the "ports:" section in compose.yaml to enable.
11+
DNS_SERVER=9.9.9.9 # Preferred DNS server for Tailscale. Uncomment the "dns:" section in compose.yaml to enable.
12+
13+
# Tailscale Configuration
14+
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.

0 commit comments

Comments
 (0)