statping/snapcraft.yaml

27 lines
672 B
YAML
Raw Normal View History

2018-11-28 22:35:49 +00:00
name: statup
2018-11-29 02:03:41 +00:00
version-script: cat version.txt
version: "stable"
2018-11-28 22:35:49 +00:00
summary: Statup Server Monitoring with Status Page
description: >
An easy to use Status Page for your websites and applications.
Statup 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.
2018-11-28 22:47:26 +00:00
type: app
confinement: strict
grade: stable
2018-11-28 22:35:49 +00:00
parts:
statup:
plugin: dump
2018-11-29 04:47:35 +00:00
source: ./build/statup-linux.tar.gz
2018-11-28 22:35:49 +00:00
apps:
statup:
2018-11-29 02:03:41 +00:00
command: statup
plugs:
2018-11-29 04:47:35 +00:00
- home
- network-bind
- network