8 Commits

Author SHA1 Message Date
801980db2a Update stacks/technitium_syn01.compose.yml 2025-12-19 16:42:27 -08:00
komodo
89f4cd919d [Komodo] admin: Write Stack File: update stacks/technitium_syn01.compose.yml 2025-12-19 10:49:39 -08:00
a0bf1b78fc Remove sysctls from Technitium compose files
- sysctls not allowed with host networking
- Fixes deployment error

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-19 09:18:15 -08:00
92c05cfee9 Switch Technitium DNS servers to host networking
- Remove bridge network port mappings
- Add network_mode: host for both dns01 and dns02
- Enables proper cluster communication and NOTIFY messages
- Fixes 'Unreachable' cluster status between nodes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-19 09:16:30 -08:00
aa20a3c1bb Add forwarder and blocking environment variables to Technitium
- Add DNS_SERVER_FORWARDERS=https://dns10.quad9.net/dns-query
- Add DNS_SERVER_FORWARDER_PROTOCOL=Https
- Add DNS_SERVER_ENABLE_BLOCKING=true
- These will apply on future clean deployments (first startup only)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-19 08:51:48 -08:00
8ff3b875bf Update Technitium compose files to match official example
- Switch from host to bridge networking with port mappings
- Add environment variables for DNS domain, admin password, HTTPS config
- Add hostname (dns01/dns02) and update container names
- Add sysctls for network port range
- Change restart policy to unless-stopped
- Add commented port options for DoT, DoH, DoQ, DHCP
- Maintain Synology-specific settings (mem_limit, cpu_shares, security_opt)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-19 08:12:38 -08:00
377fedbfcc Update stacks/technitium_syn01.compose.yml 2025-12-19 07:55:59 -08:00
7ac1401030 Add Technitium DNS deployment for syn01
Deploying new primary DNS node on syn01 to migrate DNS cluster
entirely to Synology infrastructure. This will replace the k3s
deployment and provide consistent platform for both nodes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-18 22:28:31 -08:00