zerotier-rules-editor
Visual editor and compiler for ZeroTier flow rules. Supports macros, tags, and capabilities.
1.6K
A powerful, visual, and code-based editor for ZeroTier flow rules. This tool allows you to visually design, edit, and compile complex ZeroTier network rules without manual syntax errors.
TCP SYN or IPv4.This image is built for multi-architecture support:
linux/amd64 (Intel/AMD)linux/arm64 (Apple Silicon, Raspberry Pi 4+, AWS Graviton)Run the container directly:
docker run -p 5000:5000 lferrarotti74/zerotier-rules-editor:latest
Open your browser to http://localhost:5000.
You can easily add this to your existing stack:
services:
rules-editor:
image: lferrarotti74/zerotier-rules-editor:latest
ports:
- "5000:5000"
restart: unless-stopped
# Optional: Set a custom container name
container_name: zt-rules-editor
node user (UID 1000) inside the container.node:24-alpine3.23 for a small attack surface./health.Content type
Image
Digest
sha256:16066ff74…
Size
73.2 MB
Last updated
about 1 month ago
docker pull lferrarotti74/zerotier-rules-editor:v2.0.0