Commit Graph

7 Commits

Author SHA1 Message Date
Jeff Emmett 4b194a04f1 fix: replace payment.collaborative-finance.net with crypto-commons.org
CoFi payment is now at crypto-commons.org/cofi4-payment exclusively.
Removed all references to the old payment.collaborative-finance.net domain.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 11:08:22 -07:00
Jeff Emmett 2b2b7eed67 Rename domain from register to payment.collaborative-finance.net
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 17:24:50 -07:00
Jeff Emmett 68440d202c Fix Infisical project slug to cofi-register (5 char minimum)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 16:41:14 -07:00
Jeff Emmett 6fa2958c75 Migrate secrets to Infisical injection at container startup
Replace hardcoded secret env vars in docker-compose with Infisical
entrypoint pattern. Secrets (Mollie, Google, SMTP, Listmonk) are now
fetched from Infisical API on container start. Also set LISTMONK_LIST_ID
default to 27 (new CoFi Registrations list).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 16:36:36 -07:00
Jeff Emmett de6b13113d Add staging domain to Traefik Host rule
cofi-register-staging.jeffemmett.com for preview before production DNS is set up.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 13:49:35 -07:00
Jeff Emmett e2404eaaf1 Configure for register.collaborative-finance.net
- Update all URLs/domains from placeholders to collaborative-finance.net
- Traefik Host rule: register.collaborative-finance.net
- Add embed-snippet.html with ready-to-paste registration button
- Update CLAUDE.md with deployment and DNS instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 13:46:23 -07:00
Jeff Emmett 84b4e78a7e Initial CoFi registration app
Standalone event registration + payment system adapted from crypto-commons-gather.ing-website.
Centralized event config in lib/event.config.ts for easy customization.

Stack: Next.js 16 + Mollie + Google Sheets + Mailcow SMTP + Listmonk
Flow: Registration form → accommodation selection → Mollie payment → webhook confirmation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 11:37:45 -07:00