Add plugin metadata and icon

This commit is contained in:
Mikei386
2026-06-23 09:31:34 +02:00
parent d81fa7cef7
commit 8717bbc7da
7 changed files with 37 additions and 8 deletions
+7 -2
View File
@@ -1,12 +1,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "u-navigator">
<!ENTITY author "michael">
<!ENTITY author "Michael Roll">
<!ENTITY version "__VERSION__">
<!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.