Files
hassio-addons/zoraxy/build.json
Claude aa5cd67194 Add Zoraxy reverse proxy add-on
Implements the Zoraxy general-purpose reverse proxy (issue #1946) as a new
add-on following the repository conventions:

- Based on the upstream zoraxydocker/zoraxy image (Alpine)
- Web management UI exposed on port 8000 (webui link); reverse proxy on 80/443
- Persistent config/db/logs/plugins relocated to /config (addon_config) so they
  survive add-on updates, by patching the upstream entrypoint working directory
- Options NOAUTH/ZEROTIER/FASTGEOIP/MDNS mapped to upstream env vars via the
  shared 00-global_var module, plus env_vars passthrough for advanced settings
- Standard 6-section Dockerfile, supervised services.d launcher, healthcheck

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PXZfzWxhkWHq8i8P7fnDvL
2026-06-19 19:11:03 +00:00

7 lines
125 B
JSON

{
"build_from": {
"aarch64": "zoraxydocker/zoraxy:latest",
"amd64": "zoraxydocker/zoraxy:latest"
}
}