Prerequisites
Before you begin, ensure you have the following installed on your server or local machine:Installation Steps
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.
Start with Docker Compose
Run the following command to build and start the application in detached mode: