Commit Graph
9 Commits
Author SHA1 Message Date
Philipp 568c90f06d changed to incubator
added new install script
updated security
updated ETA
2026-06-04 17:19:46 +02:00
Philipp 0b059aec1d added install script for agent
changed backend to agent
2026-06-04 14:05:50 +02:00
Philipp e5bcce5dbb added https for client and managment 2026-05-21 15:11:05 +02:00
Philipp 0046156e58 security hardening 2026-05-21 14:09:08 +02:00
Philipp 9714dfa864 added meta date for backups 2026-05-21 10:55:59 +02:00
Philipp 87682a777f Issue 1: finaler Agent-Job-Status
Management pollt jetzt offene Agent-Jobs und aktualisiert job_history mit:

  - finalem success / failed
  - Fehlertext
  - aktuellem/finalem Step
  - finishedAt
  - durationMs
  - Snapshot-ID aus den Agent-Logs, wenn ein Backup erfolgreich war

  Die Operations-Seite zeigt jetzt Dauer und Snapshot-ID.

  Issue 2: erweiterte Agent-Healthchecks
  /api/health am Agent prüft jetzt strukturiert:

  - fehlende Env-Konfiguration
  - Commands: incus, zfs, zpool, restic, udevadm, dd
  - ZFS Pool Existenz
  - ZFS Pool Capacity/Freespace via zpool list
  - /dev/zvol Zugriff
  - Restic Repository Zugriff
2026-05-21 10:27:04 +02:00
Philipp e32ebbc734 - Passwort-Reset
cd management
    npm run reset-password -- admin "neues-passwort"

  - Agent-Hardening
    backend/.env unterstützt jetzt:

    ALLOWED_MANAGEMENT_IPS="127.0.0.1,DEINE-MANAGEMENT-IP"

    Wenn gesetzt, akzeptiert der Agent nur Requests von diesen IPs.

  - Audit-Log
    Management speichert Aktionen wie Login, Logout, Node-Änderungen, Schedule-Updates, Backup/Restore, Settings-Änderungen.
  - Job-History
    Management speichert gestartete Backup/Restore/Scheduler-Jobs mit Node, VM, Typ, Agent-Job-ID und Status.
  - Operations-Seite
    Neue UI-Seite Operations mit:
      - Job History
      - Audit Log
  - systemd Templates

    deploy/systemd/incus-backup-agent.service
    deploy/systemd/incus-backup-management.service

  - Deployment-Doku

    docs/deployment.md
2026-05-21 10:14:33 +02:00
Philipp aae54167a1 Builded new structure.
Now with remote setup and management Server
more than one Node can be connected
added user auth
2026-05-21 09:51:07 +02:00
Philipp 8697c9f405 first commit 2026-05-21 08:18:09 +02:00