changed poll and some UI bugs.

This commit is contained in:
Philipp
2026-06-04 14:31:53 +02:00
parent 0b059aec1d
commit 2102481ed0
7 changed files with 77 additions and 14 deletions
+2
View File
@@ -4,6 +4,8 @@
Run this on every Incus host. The installer clones or updates the repository, creates the agent state/config directories, prepares `agent/.env`, installs npm dependencies, installs the systemd unit, and starts the service:
The agent requires Node.js 22.5 or newer because it uses Node's built-in SQLite module.
```bash
curl -fsSL https://forgejo.digital-droplets.de/philschlo/incus-backup-ui/raw/branch/main/deploy/install-agent.sh | sudo sh
```