mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-27 05:51:43 +00:00
more apps
This commit is contained in:
34
apps/monitors/statping.md
Normal file
34
apps/monitors/statping.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Statping
|
||||
|
||||
- Looks great
|
||||
- Has a mobile app (albeit buggy)
|
||||
- Lots of stuff (charts, data, etc)
|
||||
- Lots of integrations & notification types
|
||||
- Every other release doesn't work
|
||||
- Slow UI
|
||||
|
||||
<br>
|
||||
|
||||
- [Homepage](https://statping.com/)
|
||||
- [Github repo](https://github.com/statping/statping/)
|
||||
- [DockerHub repo](https://hub.docker.com/r/statping/statping)
|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
statping:
|
||||
container_name: statping
|
||||
image: hunterlong/statping
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3020:8080
|
||||
volumes:
|
||||
- ./data:/app
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
DB_CONN: sqlite
|
||||
```
|
||||
|
||||
- and go to http://192.168.1.10:3020/setup
|
||||
- or login as `admin:admin`
|
||||
Reference in New Issue
Block a user