added Statping-NG template (#273)

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Jainil Prajapati 🪐
2025-08-07 12:31:59 +05:30
committed by GitHub
parent 996dbd8254
commit 6c46708035
4 changed files with 42 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
version: "3.8"
services:
statping-ng:
image: adamboutcher/statping-ng:latest
restart: unless-stopped
environment:
- TZ=${TZ}
- DB_CONN=sqlite
volumes:
- ../files/statping-ng:/app
ports:
- 8080

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -0,0 +1,16 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "statping-ng"
port = 8080
host = "${main_domain}"
[config.env]
TZ = "UTC"
DB_CONN = "sqlite"
[[config.mounts]]
source = "../files/statping-ng"
target = "/app"

View File

@@ -4023,11 +4023,19 @@
"website": "https://www.scrypted.app/",
"docs": "https://docs.scrypted.app/"
},
"tags": [
"home-automation",
"nvr",
"smart-home",
"surveillance"
]
"tags": ["home-automation", "nvr", "smart-home", "surveillance"]
},
{
"id": "statping-ng",
"name": "Statping-NG",
"version": "latest",
"description": "Statping-NG is an easy-to-use status page for monitoring websites and applications with beautiful metrics, analytics, and health checks.",
"logo": "statping-ng.png",
"links": {
"github": "https://github.com/adamboutcher/statping-ng",
"website": "https://statping-ng.github.io/",
"docs": "https://statping-ng.github.io/install.html"
},
"tags": ["monitoring", "status-page"]
}
]