Cairn landing page / product website: marketing + docs entry, customer login, license purchase and account-linked license management. Talks to cairn-license-server.
| .forgejo/workflows | ||
| design | ||
| account.html | ||
| admin.html | ||
| docs.html | ||
| enter.html | ||
| favicon.svg | ||
| index.html | ||
| og.svg | ||
| README.md | ||
| reset.html | ||
cairn-site
Landing page / product website for Cairn (#26). Static HTML, same visual identity as the app UI (high-alpine palette, cairn mark).
Live at www.swisscairn.ch (Infomaniak VPS,
Caddy auto-TLS; apex swisscairn.ch 301-redirects to www).
index.html— marketing: pitch, features, pricing (free ≤50 users / commercial above), honest licensing explainer (offline verification, no phone-home without a key; licensed instances check in monthly, licence id only).account.html— customer area, fully wired to the license server atlicense.swisscairn.ch: register / sign in (bearer sessions), license list with copyableCAIRN1.…keys (seats, expiry, revoked badge), and the buy flow — Paddle overlay checkout (sandbox) with the account email passed incustom_data, so the webhook-issued license appears in the list automatically after payment. The Paddle client-side token embedded here is public by design (it can only start checkouts). It also covers organizations (rename, invite members by email with roles, accept or revoke invites, change roles, remove members), billing/receipts (past Paddle transactions with invoice-PDF links), and password self-service (change password, plus forgot-password viareset.html).
Deploy
deploy.yml (manual dispatch) ships the static files to /var/www/cairn-site
on the VPS over SSH. The Caddy vhosts live with the license server's
provision.yml (canonical) and on the box at /etc/caddy/Caddyfile.
Before public launch
- Swap Paddle sandbox → live: real client token in
account.html(Paddle.Environment.set("sandbox")line goes away), live API key/webhook secret on the license server, real per-seat price (current catalog price is a placeholder). - Docs page — done:
docs.html(quick start, configuration reference, identity, WebDAV clients & sync, licensing). - Goes public together with the Cairn GitHub mirror (gated on the v0.4 milestone closing).