Tirreno

Kerangka kerja keamanan sumber terbuka untuk memahami dan melindungi dari ancaman serta penyalahgunaan.

Access the Installer

Buka browser Anda dan navigasikan ke: 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

Kunjungi /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)

Berkas dan Direktori Penting

  • Direktori aplikasi: /root/tirreno
  • Environment variables file (credentials): /root/tirreno/.env
  • Berkas Docker Compose: /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

Periksa status:

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

Lihat log:

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

Mulai ulang layanan:

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

Rincian Aplikasi