Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.43 KB

Ozone - The Maintenance Server

This is a simple Node.js server that serves the Ozone maintenance page.

1. Instructions

How to run with Node.js

  1. Clone the repo git clone https://github.com/ozone-his/ozone-maintenance-page
  2. Run npm install
  3. Export the configuration envvars as per your need:
export PORT=3000 \
export TITLE="The system is currently undergoing maintenance" \
export MESSAGE="We are currently undergoing maintenance. Please check back later." \
export SUPPORT_PHONE="+00 000 000 0000" \
export SUPPORT_EMAIL="support@example.com"
  1. Run node index.js

How to run with Docker

The Docker setup assumes that you are using Traefik that is deployed in the web network. If you are not using Traefik, you can remove the labels and the network directives in the Docker Compose file.

docker compose up --build

2. Try Ozone

Check ozone-docker.

3. Find us

Slack - Forum - Website

ℹ️ Self sign-up here before accessing our Slack space for the first time.

4. Report an issue

  1. Either start a conversation on Slack about it,
  2. Or start a thread on our forum about it.