Add 24 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 14s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 14s
This commit is contained in:
30
tailscale-relay/template_info.env
Normal file
30
tailscale-relay/template_info.env
Normal 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"
|
||||
Reference in New Issue
Block a user