All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 14s
31 lines
779 B
Bash
31 lines
779 B
Bash
# DO NOT EDIT THIS FILE FOR YOUR SERVICE!
|
|
# This file is replaced from the template whenever there is an update.
|
|
# Edit the service.env file to make changes.
|
|
|
|
# Template to use - always required!
|
|
TEMPLATE=tailscale-relay
|
|
REQUIRES_HOST_ROOT=false
|
|
REQUIRES_DOCKER=false
|
|
REQUIRES_DOCKER_ROOT=false
|
|
|
|
# Service settings
|
|
CONTAINER_NAME=tailscale-relay
|
|
|
|
# LXC image to use
|
|
LXC_IMAGE="ubuntu:24.04"
|
|
|
|
# Tailscale defaults (to be overridden in service.env)
|
|
TAILSCALE_AUTH_KEY=""
|
|
TAILSCALE_HOSTNAME=""
|
|
TAILSCALE_EXTRA_ARGS=""
|
|
|
|
# Relay port - the UDP port for the peer relay feature
|
|
# Forward this port on your router to the container's STATIC_IP
|
|
RELAY_PORT="3478"
|
|
|
|
# Network defaults (to be overridden in service.env)
|
|
HOST_INTERFACE=""
|
|
STATIC_IP=""
|
|
GATEWAY=""
|
|
DNS_SERVERS="8.8.8.8,8.8.4.4"
|