zerotier-web
zerotier的监控页面.
519
项目地址: https://github.com/Jonnyan404/zerotier-web
说明(中文):本仓库提供一个最小化的 ZeroTier 节点信息展示面板示例,方便查看状态的小玩具.
功能
必要条件:
git clone https://github.com/Jonnyan404/zerotier-web
cd worker
bash deploy_cf.sh
docker run -d --name=zeroter-web -p 3000:3000 -e ZT_API_TOKEN=xxx -e ZT_NETWORK_ID=yyy jonnyan404/zerotier-web
name: zerotier-web
services:
zerotier-web:
restart: always
container_name: zerotier-web
ports:
- 3000:3000
environment:
- ZT_API_TOKEN=your_api_token
- ZT_NETWORK_ID=your_network_id
- PORT=3000
- UI_PASSWORD=your_password
- BIND_ADDRESS=0.0.0.0
image: jonnyan404/zerotier-web
登录页面的用户名可不填写,保证密码跟你设置一样.
Content type
Image
Digest
sha256:fddd51caa…
Size
55.7 MB
Last updated
11 months ago
docker pull jonnyan404/zerotier-web