Complete URBM product rename

This commit is contained in:
Mikei386
2026-06-14 23:12:39 +02:00
parent 145e04153e
commit 4e9b6a10f3
35 changed files with 253 additions and 181 deletions
+4 -4
View File
@@ -6,10 +6,10 @@ URBM is an independent community plugin and is not affiliated with or endorsed b
## Architecture
- `backupperd` is a static Go daemon with a single global task queue and an HTTP API on `/run/backupper/backupper.sock`.
- `urbmd` is a static Go daemon with a single global task queue and an HTTP API on `/run/urbm/urbm.sock`.
- The Unraid PHP page proxies authenticated WebGUI requests to that Unix socket.
- Persistent configuration and AES-256-GCM encrypted secrets live in `/boot/config/plugins/backupper`.
- Runtime secrets and transient metadata live below `/run/backupper` and are deleted after each operation.
- Persistent configuration and AES-256-GCM encrypted secrets live in `/boot/config/plugins/urbm`.
- Runtime secrets and transient metadata live below `/run/urbm` and are deleted after each operation.
- Restic 0.19.0 is pinned and checksum-verified by the package build.
## Development
@@ -28,7 +28,7 @@ The package is written to `dist/`. Replace `REPLACE_DURING_RELEASE` in the copie
Install the generated manifest URL through Unraid's Plugins page:
```text
https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg
https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg
```
Configuration is retained when uninstalling so repositories remain recoverable.