SystemFiles / stay-up-client

The client web application (+PWA) for StayUp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stay Up

A simple ultra-lightweight service / host monitoring solution. This is the client application for StayUp. It relies on the server created in GO here

Docker

Official image is to be used as follows:

docker pull sykeben/stayup-client:<version_tag>

Available Options

Specified through environment varialbes you can and should set appripriate options for your environment.

  • API_WEBSOCK_URL - The location to the websocket for your service data (note: must follow service model definition from StayUp API)

  • API_BASE_URL - Specifies the server base URL for the StayUp Server where we can create, edit and read service data

Usage

Full usage instructions are included in the parent project. Please continue reading usage there.

About

The client web application (+PWA) for StayUp

License:MIT License


Languages

Language:Vue 85.8%Language:JavaScript 11.9%Language:Dockerfile 2.3%