Quick Setup
The instructions assume that Docker is installed in the current version. You can find the Docker installation here.
First create a project folder on Debian, example:
sudo su
mkdir /opt/flyingfish
Now download the env and docker compose file:
cd /opt/flyingfish
curl https://raw.githubusercontent.com/stefanwerfling/flyingfish/main/setup/.env -o .env
curl https://raw.githubusercontent.com/stefanwerfling/flyingfish/main/setup/docker-compose.yml -o docker-compose.yml
Now edit the .env file and set all important variables.
nano .env
Start docker compose.
docker compose up -d
You can log in via the web interface with the standard root user. Please change the password immediately.
URL: https://<ip>:3000/
Username: admin@flyingfish.org
Password: changeMyPassword

Last updated