Home

Awesome

Annon Status Page

Greenkeeper badge Build Status

Build history

Demo

UI Demo

Try it here: https://annon-status-web.herokuapp.com

Installation

Heroku One-Click Deployment

Deploy

Docker

Dashboard can be deployed as a single container from nebo15/annon.status.web Docker Hub.

Configurations

The application supports these environment variables:

Environment VariableDefault ValueDescription
PORT8080Node.js server port.
API_ENDPOINT-Annon API endpoint.
SITEMAP_HOSTNAMEhttp://localhost:8080URL will be used in sitemap generated URLs.
LANG_COOKIE_NAMElangName of the cookie, where storing language variable.
PROJECT_NAMEProject nameName of the project that is displaying in a header.
PROJECT_DESCRIPTIONProject descriptionDescription of the project that is displaying in a header.
PROJECT_BACKGROUND-Background image that is covering header.

Docs

Dashboard works on top of Annon management API.

Technologies

Workflow

Git flow

Every task should start a new branch. Branch should be named as task number what its corresponding. After finish work on a task, you need to create PR.

Testing

To contribute to the repository be ready to write some tests.

PR

Every task finishes with PR. Eslint, Stylelint, and tests are blocking PRs. To simplify PR review, we deploy every PR's branch automatically on Heroku.

License

See LICENSE.md.