Add 24 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 14s

This commit is contained in:
j
2026-02-26 15:04:20 +13:00
parent 26b74f91a5
commit 1a61eec6ac
12 changed files with 423 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# 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"