statping/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2021-01-09 11:32:55 +00:00
# Statping
2021-01-05 22:06:09 +00:00
2022-03-26 13:17:46 +00:00
Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins • https://github.com/statping-ng
2021-01-05 22:06:09 +00:00
2022-03-26 13:17:46 +00:00
See [this wiki page](https://github.com/statping-ng/statping-ng/wiki/Docker/) for more technical Docker related documentation.
<!-- metadata -->
* **Category**: Apps
2021-11-23 10:19:06 +00:00
* **Status**: 1, alpha
2022-03-26 13:17:46 +00:00
* **Image**: [`adamboutcher/statping-ng`](https://hub.docker.com/r/adamboutcher/statping-ng/), 4, upstream
* **Healthcheck**: No
* **Backups**: No
2021-11-23 10:19:06 +00:00
* **Email**: 1
* **Tests**: No
* **SSO**: No
<!-- endmetadata -->
2021-01-05 22:06:09 +00:00
## Basic usage
1. Set up Docker Swarm and [`abra`]
2. Deploy [`coop-cloud/traefik`]
3. `abra app new statping --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
4. `abra app config YOURAPPDOMAIN` - be sure to change `DOMAIN` to something that resolves to
2021-01-05 22:06:09 +00:00
your Docker swarm box
5. `abra app deploy YOURAPPDOMAIN`
2021-01-05 22:06:09 +00:00
6. Open the configured domain in your browser to finish set-up
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
[`coop-cloud/traefik`]: https://git.autonomic.zone/coop-cloud/traefik