--- tags: - service - josiedot - irc-now domain: network.irc.now status: active stack: - Rust - Axum auth: none --- # net.irc.now Landing Page Public landing page for the managed IRC network product (Ergo instances via ergo-operator). ## URLs - https://network.irc.now ## Stack - Rust (Axum 0.8, tower-http for static file serving) - Static HTML - OCP binary build from workspace monorepo ## Deployment - OCP namespace: irc-josie-cloud - Build: `oc start-build net-landing --from-archive` (tar of workspace) - Containerfile: `crates/net-landing/Containerfile` (rust:1.88 -> ubi9-minimal) - TLS: cert-manager Certificate CR -> externalCertificate on Route - WebService CR: `deploy/instances/net-landing.yaml` - DNS: `network.irc.now` CNAME in Cloudflare (pending) - Brand: `net.irc.now` (net.irc.now taken by Ergo IRC passthrough route) ## Source - Repo: ~/development/irc-now - Crate: `crates/net-landing/` ## Related - [[irc-now-landing]] - [[irc-bot-landing]] - [[irc-now-ergo-operator]] - [[irc-now-portal]]