For an optimal experience, install the P-Stream Userscript or the P-Stream Extension.
The following services are included and configured:
To run P-Stream, ensure Docker and Docker Compose are installed and run the following command:
docker compose -f compose.yaml up --wait -dTo stop it, run:
docker compose downIf it's succeeded, P-Stream should be accessible at http://localhost:4000.
You can configure further by modifying the .env and/or compose.yaml files.
Ensure the ./data/backend/database directory is owned by your user.
If using WSL, run docker compose up outside of WSL once.