tirreno

Open-source security framework to understand and protect against threats and abuse.

Access the Installer

Open uw browser en ga naar: http://<SERVER_IP>:8585/install/ (the trailing slash is required)

You must complete the web installer immediately after deployment.

After the installer completes successfully, you must remove the installer directory. Run:

docker exec -i tirreno-tirreno-app-1 rm -rf install

Bezoek /signup to create your account.

Database Information

  • Database host: tirreno-db
  • Database port: 5432
  • Database name: tirreno
  • Database user: tirreno
  • Database password: stored in /root/tirreno/.env (variable POSTHRES_PASSWORD)

Belangrijke bestanden en mappen

  • Toepassingsdirectory: /root/tirreno
  • Environment variables file (credentials): /root/tirreno/.env
  • Docker Compose-bestand: /root/tirreno/docker-compose.yml
  • PostgreSQL data directory (bind-mounted on host): /root/tirreno/db
  • Tirreno application configuration (Docker volume): /var/lib/docker/volumes/tirreno_tirreno-volume/_data

Managing Tirreno Containers

Status controleren:

docker compose -f /root/tirreno/docker-compose.yml ps

Logs bekijken:

docker compose -f /root/tirreno/docker-compose.yml logs -f

Services opnieuw starten:

docker compose -f /root/tirreno/docker-compose.yml restart

Stop services:

docker compose -f /root/tirreno/docker-compose.yml down

Start services:

docker compose -f /root/tirreno/docker-compose.yml up -d

Details van de aanvraag