Add type-aware repository form

This commit is contained in:
Mikei386
2026-06-14 14:10:12 +02:00
parent 7cae5dc168
commit 5a1b9588e1
8 changed files with 92 additions and 16 deletions
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.9.3">
<!ENTITY version "2026.06.14.9.4">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "10324922ef4211fa691d4f0c659c3e4574c915d04826d57e1adfa86bc5de007d">
<!ENTITY packageSHA256 "f1cd8773608d0e117ff2a71d5552dcc21b38259061d4399c8d4fa1f168c0373c">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues" icon="backupper.png">
<CHANGES>
### 2026.06.14.9.4
- Make the repository form type-aware for local, SMB, NFS, and SFTP destinations.
- Add a folder browser for local repository paths.
### 2026.06.14.9.3
- Rename the visible product to URBM - Unraid Restic Backup Manager.
- Show Backup in the Unraid navigation while preserving the existing plugin identifier and configuration paths.