Prerequisites
Before you begin, ensure you have the following installed on your server or local machine:Installation Steps
1
Clone the Repository
Start by cloning the repository to your local machine:
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:
BETTER_AUTH_SECRET is required. STATUS_PAGE_ACCESS_SECRET is optional and will use BETTER_AUTH_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: