Customised Plausible CE v3.2.1 including:
- User registration disabled
- User setup via bin/create-user.sh
- Email features disabled
- Customised Docker config
This document has been altered in this fork. Refer to Plausible's Readme for official documentation.
- Docker
- Docker Compose
- CPU: Must support SSE 4.2 or NEON instruction set or higher
- RAM: At least 2GB
- Copy .sample.env to a new file named
.env - Generate a new secret key:
openssl rand -base64 48 - Edit
.envand set the value ofSECRET_KEY_BASEvariable to the secret key value - Add suitable values for the other variables in
.env - Start the app services:
bash ./bin/start.sh - Create your app user from the
APP_USER_EMAILandAPP_USER_PASSvariables in.env:bash ./bin/create-user.sh - Move your app user credentials out of
.envand in to your password management system - Retart the app services:
bash ./bin/start.sh - Visit the the address set in the
BASE_URLvariable in.envand login with your app user credentials
bash ./bin/start.sh: Start the app servicesbash ./bin/stop.sh: Stop the app servicesbash ./bin/create-user.sh: Create an app user from theAPP_USER_EMAILandAPP_USER_PASSvariables in.env
Railway Infrastructure as Code and documentation is in the infra directory.