Skip to main content

Prerequisites

Before you begin, ensure you have the following installed on your server or local machine:

Installation Steps

1

Clone the Repository

Start by downloading docker-compose.yml and .env.example
2

Configure Environment Variables

Create a copy of the example environment file:
Open the .env file and configure the following variables. Make sure to replace the placeholder values with your actual configuration.
To generate secure secrets, you can use the following command:
APP_SECRET is required. STATUS_PAGE_ACCESS_SECRET is optional and will use APP_SECRET as a fallback if not set.
For more details on configuring custom domains and password-protected status pages, see the Status Pages Configuration guide.
3

Start with Docker Compose

Run the following command to build and start the application in detached mode:
4

Verify Installation

Once the containers are running, you can access the dashboard at:http://localhost:3000 (or http://<YOUR_SERVER_IP>:3000)To check the logs and ensure everything is running smoothly:

Updating the Dashboard

To update to the latest version, pull the latest changes from git and restart the containers: