statping/snapcraft.yaml

44 lines
988 B
YAML
Raw Normal View History

2018-12-04 07:15:01 +00:00
name: statping
2018-11-29 02:03:41 +00:00
version-script: cat version.txt
version: "stable"
2018-12-04 05:57:11 +00:00
summary: Statping Server Monitoring with Status Page
2018-11-28 22:35:49 +00:00
description: >
An easy to use Status Page for your websites and applications.
2018-12-04 05:57:11 +00:00
Statping will automatically fetch the application and render a beautiful
2018-11-28 22:35:49 +00:00
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
architectures:
- build-on: amd64
- build-on: armhf
- build-on: arm64
2020-07-26 08:02:17 +00:00
- build-on: i386
2018-11-28 22:35:49 +00:00
apps:
2018-12-04 07:15:01 +00:00
statping:
command: statping
2018-11-29 02:03:41 +00:00
plugs:
2018-11-29 04:47:35 +00:00
- home
- network
2018-11-29 04:47:35 +00:00
- network-bind
parts:
statping:
2020-07-23 19:00:02 +00:00
source: .
plugin: nil
override-build: |
apt-get update
apt-get install -y curl
curl -o- -L https://statping.com/install.sh | bash
2020-07-26 08:53:15 +00:00
mv /usr/local/bin/statping ./
build-packages:
- git
2020-07-23 19:00:02 +00:00
- gcc
- make
- sed