mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-10 15:12:30 +02:00
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
7 lines
125 B
JSON
7 lines
125 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "zoraxydocker/zoraxy:latest",
|
|
"amd64": "zoraxydocker/zoraxy:latest"
|
|
}
|
|
}
|