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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -30,8 +30,8 @@ on:
|
||||
- minor
|
||||
- patch
|
||||
schedule:
|
||||
- cron: '30 18 * * 0' # Weekly rebuild (stable only): Sundays at 18:30 UTC
|
||||
- cron: '0 12 */3 * *' # Edge-only rebuild: Every 3 days at 12:00 UTC
|
||||
- cron: '30 18 * * 0'
|
||||
- cron: '0 12 */3 * *'
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
Reference in New Issue
Block a user