main Breadcrumbs headscale-panel-ui /docs / nginx.md Latest commit HistoryHistory File metadata and controls Preview Code Blame 31 lines (27 loc) · 899 Bytes Raw 如果你想要将前端与后端部署到同一个服务器上,建议你使用nginx或其他能够同时提供 server { listen 80; listen [::]:80; server_...
RUN mkdir -p /etc/headscale-panel && mkdir -p /etc/headscale && mkdir -p /var/lib/headscale && mkdir -p /var/run/headscale 5 changes: 3 additions & 2 deletions 5 config/config.go Original file line numberDiff line numberDiff line change @@ -115,13 +115,14 @@ func InitConfig...
QianheYu / headscale-panel Public Notifications Fork 6 Star 30 Code Issues 2 Pull requests Actions Projects Security Insights Compare changesCompare changes across branches, commits, tags, and more below. If you need to, you can also compare across forks . ...
1panel-network: ipv4_address: ${SUBNET} ports: - "${PANEL_APP_PORT_HTTP}:8080" volumes: - "./data/config:/etc/headscale" - "./data/data:/var/lib/headscale" cap_add: - NET_ADMIN - NET_RAW - SYS_MODULE sysctls: - net.ipv4.ip_forward=1 - net.ipv6.conf.all.forwarding=1 co...
chown -R 1000:1000 /opt/1panel/apps/local/headscale-webui/headscale-webui/data ``` - 2、回到已安装应用界面,重建应用。 # 原始相关 *** <p align="center"> <a href="https://github.com/juanfont/headscale"> <img src="https://github.com/iFargle/headscale-webui/raw/main/static/img...
headscale-ui: container_name:${CONTAINER_NAME} restart:always networks: -1panel-network ports: -"${PANEL_APP_PORT_HTTPS}:443" image:ghcr.io/gurucomputing/headscale-ui:latest labels: createdBy:"Apps" networks: 1panel-network: external:true ...
headscale-derp latest README.md data.yml logo.png headscale heimdall hertzbeat hexo home-assistant it-tools jellyfin joplin-server jsonhero kkfileview kms-web koodo-reader libreoffice linkding lsky-pro maddy-mail matomo mcsmanager-daemon
RUNmkdir -p /etc/headscale-panel && mkdir -p /etc/headscale && mkdir -p /var/lib/headscale && mkdir -p /var/run/headscale Expand Down 2 changes: 2 additions & 0 deletions2Dockerfile.alpine Original file line numberDiff line numberDiff line change ...