Fix Unraid navigation menu

This commit is contained in:
Mikei386
2026-06-13 22:10:59 +02:00
parent 1f144c7988
commit 0854cc4fec
6 changed files with 11 additions and 6 deletions
+4 -1
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Backupper Project">
<!ENTITY version "0.1.0">
<!ENTITY version "0.1.1">
<!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 "REPLACE_DURING_RELEASE">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues">
<CHANGES>
### 0.1.1
- Show Backupper under Tools / Utilities in the Unraid WebGUI.
### 0.1.0
- Initial MVP release.
</CHANGES>