27 lines
686 B
YAML
27 lines
686 B
YAML
name: statping
|
|
version-script: cat version.txt
|
|
version: "stable"
|
|
summary: Statping Server Monitoring with Status Page
|
|
description: >
|
|
An easy to use Status Page for your websites and applications.
|
|
Statping will automatically fetch the application and render a beautiful
|
|
status page with tons of features for you to build an even better status page.
|
|
This Status Page generator allows you to use MySQL, Postgres, or SQLite
|
|
on multiple operating systems.
|
|
|
|
type: app
|
|
confinement: strict
|
|
grade: stable
|
|
|
|
parts:
|
|
statping:
|
|
plugin: dump
|
|
source: ./build/statping-linux.tar.gz
|
|
|
|
apps:
|
|
statping:
|
|
command: statping
|
|
plugs:
|
|
- home
|
|
- network-bind
|
|
- network |