diff --git a/blueprints/statping-ng/docker-compose.yml b/blueprints/statping-ng/docker-compose.yml new file mode 100644 index 00000000..a900a696 --- /dev/null +++ b/blueprints/statping-ng/docker-compose.yml @@ -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 diff --git a/blueprints/statping-ng/statping-ng.png b/blueprints/statping-ng/statping-ng.png new file mode 100644 index 00000000..996f9039 Binary files /dev/null and b/blueprints/statping-ng/statping-ng.png differ diff --git a/blueprints/statping-ng/template.toml b/blueprints/statping-ng/template.toml new file mode 100644 index 00000000..fcadac96 --- /dev/null +++ b/blueprints/statping-ng/template.toml @@ -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" \ No newline at end of file diff --git a/meta.json b/meta.json index 5adfbd79..9c02150b 100644 --- a/meta.json +++ b/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"] } ] \ No newline at end of file