-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.env
26 lines (22 loc) · 1.06 KB
/
template.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#-----------------------------------------------------------------------------
# Environment Configuration Template
# - Copy this file to '.env' before setting your values
# - All variables are required for proper functionality
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Tailscale Container Configuration
#-----------------------------------------------------------------------------
# Container Hostname
# - Used as base name for container instances
# - Example: 'web-server' becomes 'ts-web-server'
TS_HOSTNAME=your-hostname
# Tailscale Network FQDN
# - Must be a subdomain of your Tailscale network
# - Format: <hostname>.<network-name>.ts.net
# - Example: web-server.company.ts.net
TS_HOST_FQDN=your-hostname.your-tailscale-network.ts.net
# Tailscale Authentication
# - Required only for initial setup or container recreation
# - Generate at: https://login.tailscale.com/admin/settings/keys
# - Format: tskey-auth-XXXX-XXXXXXXXXX
TS_AUTHKEY=authkey-for-your-host