|
6 months ago | |
---|---|---|
deploy | 6 months ago | |
statuspage | 6 months ago | |
.flake8 | 6 months ago | |
.gitignore | 6 months ago | |
.pre-commit-config.yaml | 6 months ago | |
Dockerfile | 6 months ago | |
LICENSE | 6 months ago | |
Makefile | 6 months ago | |
README.md | 6 months ago | |
poetry.lock | 6 months ago | |
pyproject.toml | 6 months ago |
Yet another statuspage. Demo: https://status.demo.j-serv.de/
How to run with Docker:
docker run -it -p 8080:8080 hjacobs/minimal-statuspage:latest --sites https://example.org
Now open your browser at http://localhost:8080/
This will deploy a single Pod with the status page into your cluster:
kubectl apply -k deploy/
kubectl port-forward service/minimal-statuspage 8080:80
Open http://localhost:8080/ in your browser to see the UI.
make
make run