Zerobyte

Automated, encrypted backups with Restic, including scheduling and monitoring.

Adgang

For security, public access is disabled; connect via an SSH tunnel only.

1. On your local machine, run:

ssh -L 4096:localhost:4096 root@<SERVER_IP>

2. Open your browser and visit: http://localhost:4096

3. Create your admin account on first visit.

Vigtige filer og mapper

  • /root/zerobyte/docker-compose.yml → Docker orchestration.
  • /var/lib/zerobyte → Persistent application data.
  • /etc/localtime → Maps container timezone to host.

Servicestyring

Kontroller kørende containere:

docker ps

Genstart containere:

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

Se logfiler:

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

Ansøgningsoplysninger