1
0
Fork 0
1Panel-Appstore/apps/headscale-derp
pooneyy 9779122311
feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters
- maintain existing labelEn and labelZh fields for backward compatibility
- apply consistent internationalization structure across all apps
- improve localization support for multi-language user interfaces
2025-11-06 23:35:02 +08:00
..
1.90.6 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
latest feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
README.md Update Apps 2025-07-03 11:40:55 +08:00
README_en.md Update Apps 2025-07-03 11:40:55 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png feat:添加headscale-derp到列表 2023-12-13 23:06:03 +08:00

README_en.md

Derper

docker workflow docker pulls platfrom

Setup

required: set env DERP_DOMAIN to your domain

docker run -e DERP_DOMAIN=derper.your-domain.com -p 80:80 -p 443:443 -p 3478:3478/udp fredliang/derper
env required description default value
DERP_DOMAIN true derper server hostname your-hostname.com
DERP_CERT_DIR false directory to store LetsEncrypt certs(if addr's port is :443) /app/certs
DERP_CERT_MODE false mode for getting a cert. possible options: manual, letsencrypt letsencrypt
DERP_ADDR false listening server address :443
DERP_STUN false also run a STUN server true
DERP_STUN_PORT false The UDP port on which to serve STUN. 3478
DERP_HTTP_PORT false The port on which to serve HTTP. Set to -1 to disable 80
DERP_VERIFY_CLIENTS false verify clients to this DERP server through a local tailscaled instance false

Usage

Fully DERP setup offical documentation: https://tailscale.com/kb/1118/custom-derp-servers/