π Source for docs.morgenruf.dev β the official Morgenruf documentation site.
This repo contains the HTML documentation for Morgenruf, a self-hosted Slack standup bot with per-project tracking and Kubernetes-ready deployment.
- Getting Started β Installation, configuration, and first standup
- Configuration β All environment variables and options
- Slash Commands β Full command reference
- API Reference β REST API for integrations
- Deployment β Docker, Kubernetes/Helm, and cloud deployment guides
- FAQ β Frequently asked questions
index.htmlβ Home / overviewgetting-started.htmlβ Installation guideconfiguration.htmlβ Configuration referenceself-hosting.htmlβ Self-hosting guide (k8s, Docker)helm.htmlβ Helm chart referencefaq.htmlβ Frequently asked questions
# Serve locally (Python)
python -m http.server 8080
# Or with Node
npx serve .Then open http://localhost:8080.
Docs are automatically deployed to GitHub Pages via .github/workflows/pages.yml on every push to main.
Found a mistake or want to improve the docs? PRs welcome! Please keep the existing HTML/CSS style consistent.
See also github.com/morgenruf/morgenruf/blob/main/CONTRIBUTING.md.