export DOWNLOAD_URL="https://mirrors.tuna.tsinghua.edu.cn/docker-ce" # 如您使用 curl curl -fsSL https://get.docker.com/ | sh # 如您使用 wget wget -O- https://get.docker.com/ | sh 0x03 docker compose文件 本文中compose文件仅部署headscale、headscale-ui、derp、client,请按需进行修改。
Docker Installation If you are using docker, you can installheadscalealongsideheadscale-ui, like so: version:'3.5'services:headscale:image:headscale/headscale:stablecontainer_name:headscalevolumes: -./container-config:/etc/headscale-./container-data/data:/var/lib/headscale#ports:#- 27896:8080com...
Docker Installation If you are using docker, you can installheadscalealongsideheadscale-ui, like so: version:'3.5'services:headscale:image:headscale/headscale:latestcontainer_name:headscalevolumes: -./container-config:/etc/headscale-./container-data/data:/var/lib/headscale#ports:#- 27896:8080com...
docker-compose.yml logo.png 128 changes: 128 additions & 0 deletions128apps/headscale-ui/README.md Original file line numberDiff line numberDiff line change @@ -0,0 +1,128 @@ #使用说明 **Headscale 服务器地址,只能用经过域名反向代理的地址。** ...
This branch is 5 commits ahead of iFargle/headscale-webui:main.Folders and files Latest commit Cannot retrieve latest commit at this time. History1,098 Commits .github/workflows screenshots static templates .env.sample .gitignore Dockerfile Jenkinsfile LICENSE README.md SETUP.md ...
Dockerfile.debug Tag dockerfiles to minor version so we dont have to care about patch Dec 5, 2022 Dockerfile.tailscale Ensure we have ssh in container Nov 26, 2022 Dockerfile.tailscale-HEAD Ensure we have ssh in container Nov 26, 2022 ...
Security Insights Additional navigation options Files main .github screenshots static templates .env.sample .gitignore Dockerfile Jenkinsfile LICENSE README.md SETUP.md docker-compose.yml entrypoint.sh headscale.py helper.py pyproject.toml renderer.py ...
Dockerfile chore: auto-create /var/lib/headscale in docker Apr 4, 2025 LICENSE chore: add license and readme again Mar 26, 2024 README.md docs: mention versioning policy Apr 5, 2025 agent.Dockerfile feat: containerize agent Jan 15, 2025 biome.json chore: update dep tooling Apr 5, 202...
docker-compose.yml Final update for 0.6.0 Mar 30, 2023 entrypoint.sh chmod +x entrypoint.sh Feb 8, 2023 headscale.py [deploy] Allow changing data directory in bare-metal setups May 6, 2023 helper.py [deploy] Allow changing data directory in bare-metal setups May 6, 2023 pyproject.toml...