Funkapparat is a Danish term for radio set.
It is a editor for news and announcements at demoparties. Can be used in conjunction with billedapparat.
- Backend
- Frontend
- Database
- Identity & Local Infrastructure
- Observability
- Development & Ops
We use mise to automatically manage all tool versions (Go, Node, etc.) and project tasks.
# 1. Install mise (if not already installed)
curl https://mise.run | sh
# 2. Setup local infrastructure
# This generates local certificates, configures dnsmasq/resolver, and updates /etc/hosts (Linux)
mise run infra:prepare
# 3. Start local services (Traefik, Dex, etc.)
mise run infra:up
# 4. Start the development server (hot-reload for backend & frontend)
overmind s --timeout 10Once the stack is running, you can access the applications via:
- Funkapparat Admin: https://funkapparat.test
Please refer to the documentation on
Further information will be added soon.