mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
✨ feat: add gen-auth tool and refactor compose templates
Major refactor of Docker Compose configurations and tooling enhancements. - ✨ Add `gen-auth` script for generating Tor Control Port credentials - 🐳 Refactor Docker Compose templates: - Add native healthcheck configurations to all relay/bridge files - Standardize security capabilities (drop ALL, add SETUID/SETGID) - Remove verbose comments to streamline template usage - Update volume definitions for better data persistence - 🔧 Update base dependencies: - Alpine Linux -> 3.23.0 - Golang -> 1.25.5-alpine - 🧹 Standardize ENV variable names across all configurations
This commit is contained in:
@@ -346,7 +346,7 @@ time docker exec guard-relay tor --resolve example.com
|
||||
|
||||
## Monitoring & Metrics
|
||||
|
||||
v1.1.1 uses **external monitoring** with the `health` JSON API for minimal image size and maximum security.
|
||||
>=v1.1.1 uses **external monitoring** with the `health` JSON API for minimal image size and maximum security.
|
||||
|
||||
### 1. JSON Health API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user