Add plugin metadata and icon
This commit is contained in:
+9
-4
@@ -1,12 +1,17 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "u-navigator">
|
||||
<!ENTITY author "michael">
|
||||
<!ENTITY version "2026.06.23.r015">
|
||||
<!ENTITY author "Michael Roll">
|
||||
<!ENTITY version "2026.06.23.r016">
|
||||
<!ENTITY package "&name;-&version;.tgz">
|
||||
<!ENTITY pluginURL "https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/u-navigator.plg">
|
||||
<!ENTITY icon "https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/plugin-root/usr/local/emhttp/plugins/u-navigator/images/u-navigator.svg">
|
||||
]>
|
||||
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/u-navigator.plg">
|
||||
<PLUGIN name="U-Navigator" author="&author;" version="&version;" pluginURL="&pluginURL;" icon="&icon;">
|
||||
|
||||
<CHANGES>
|
||||
### U-Navigator
|
||||
Unraid File Navigator with a Dynamix-embedded multi-window file explorer, icon/list views, context menus, properties, uploads, and background copy/move/size jobs.
|
||||
|
||||
### &version;
|
||||
- Native Dynamix-embedded U-Navigator page.
|
||||
- Adds PHP API endpoints for listing, upload, move and copy without a separate web server.
|
||||
@@ -14,7 +19,7 @@
|
||||
|
||||
<FILE Name="/boot/config/plugins/&name;/&package;">
|
||||
<URL>https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package;</URL>
|
||||
<MD5>5dd13445e7847e581364f61f5fd26808</MD5>
|
||||
<MD5>fe5f45d23824bea176e0686e39dfc95b</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Run="/bin/bash">
|
||||
|
||||
Reference in New Issue
Block a user