OPC # 0001: Extract OPC into standalone repo

This commit is contained in:
amadzarak
2026-04-25 17:26:42 -04:00
commit 42383bdc03
170 changed files with 21365 additions and 0 deletions
@@ -0,0 +1,17 @@
# Resolve all *.clarity.local subdomains to the loopback address.
# nginx (bound to port 80 on the host) then routes by subdomain to the correct tenant container.
address=/.clarity.test/127.0.0.1
# Don't read /etc/resolv.conf or /etc/hosts from the container — we are the resolver
no-resolv
no-hosts
# Forward everything that isn't clarity.local to Cloudflare DNS
server=1.1.1.1
server=8.8.8.8
# Listen on all interfaces inside the container
listen-address=0.0.0.0
# Log queries — useful during initial setup, can be removed later
log-queries