mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-28 11:08:37 -05:00
added Statping-NG template (#273)
Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
996dbd8254
commit
6c46708035
12
blueprints/statping-ng/docker-compose.yml
Normal file
12
blueprints/statping-ng/docker-compose.yml
Normal 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
|
||||
BIN
blueprints/statping-ng/statping-ng.png
Normal file
BIN
blueprints/statping-ng/statping-ng.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
16
blueprints/statping-ng/template.toml
Normal file
16
blueprints/statping-ng/template.toml
Normal 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"
|
||||
20
meta.json
20
meta.json
@@ -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"]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user