homelab/ntfy/README.md
2023-10-22 19:53:02 -05:00

30 lines
460 B
Markdown

### ntfy
Runs a self hosted ntfy service in kubernetes cluster.
## Dependencies
- [just](https://github.com/casey/just)
- [kubectl](https://kubernetes.io/docs/tasks/tools/)
- [k8s viz](https://github.com/mkimuram/k8sviz)
## usage
This service uses `just` cli to manage the deployment.
```bash
just
# list individual recipes
just -l
# Available recipes:
# convert
# default
# deploy
# restart
# viz
```
## viz
![ntfy](ntfy-k8s.png)