1、删除掉tls_letsencrypt_hostname或留空, 防止 ACME 启动 2、删除掉tls_cert_path或留空, 防止加载自定义证书 3、server_url填写 Nginx 或 Caddy 被访问的 HTTPS 地址 4、在你的 Nginx 或 Caddy 中反向代理填写listen_addr的 HTTP 地址 Nginx 配置参考 官方 Wiki, Caddy 只需要一行reverse_proxy headscale...
nginx # cat /etc/nginx/nginx.conf | grep -v \# | grep -v ^$ worker_processes 1; worker_rlimit_nofile 1024; events { worker_connections 800; } http { include mime.types; default_type application/octet-stream; index index.html index.htm; keepalive_timeout 65; server_tokens off; serv...
( *\)- https://controlplane.tailscale.com/derpmap/default|#\1- https://controlplane.tailscale.com/derpmap/default\n\1- http://127.0.0.1/d/derp.json|" /etc/headscale/config.yaml # 重启服务 sudo systemctl restart headscale sudo systemctl restart nginx # 生成API密钥 headscale apikeys ...
“localhost” if Headscale is running on the same host as NGinX Proxy Manager. In the Port field, Enter the port number you mapped in the first section for Headscale. In my example above is 27896. Tick the options for “Block Common Exploits” and “Websocket Support”. ...
nginx-proxy-manager nginx-ui nginxwebui nvpress obsidian-zh obsidian onedev onenav onlyoffice openlitespeed openresume pandora passwordpusher pgadmin4 photoprism photoview php-unofficial picx pingvin-share port-forward-agent port-forward-server prometheus qBittorrent qbittorrent-vnc qia...
@bharathmsd7 are you running headscale behind a proxy? Author bharathmsd7 commented Jul 28, 2021 Yep behind an Nginx proxy Owner juanfont commented Jul 28, 2021 Then I am going to close this issue. We are tracking the issues with nginx here #56 juanfont closed this as completed Jul...