File tree Expand file tree Collapse file tree 29 files changed +404
-231
lines changed
Expand file tree Collapse file tree 29 files changed +404
-231
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
1317CODER_VERSION = latest
1418POSTGRES_USER = username
1519POSTGRES_PASSWORD = strongpassword
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments