Ubuntu Server
Production home for the Jonas sites: Ubuntu hosts running the apps (auth, edu, homepage, growth, …) behind a reverse proxy.
Direction
- Stable Linux base for all sibling apps
- Ansible for setup, updates, and deploys — same playbooks to rebuild or migrate to a new machine
- Apps stay in their own repos; the server layer installs runtime, proxy, and process wiring
Principles
- Repeatable over snowflake — prefer playbooks to one-off SSH fixes
- Migration-friendly — a new Ubuntu box should be bring-up-able from inventory + Ansible
Milestones
- 2026-05 — Set it up and running; successfully deployed apps to the server; Ansible playbooks are working as expected.