From 10fc703e57cee10981c7a59f8f0ea09e68bd1ada Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sat, 30 May 2026 16:22:54 -0400 Subject: [PATCH] Add GitHub link, fix Settings page, direct users to setup on install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plugin/varaverk.plg: - Add support="https://github.com/FailedProxy/Varaverk/issues" - Install completion log now says "open Varaverk to complete setup" with navigation hint — user lands on wizard automatically Plugin/unraid/VaraverkSettings.page: - Fix stale SCRIPTS_DIR default (unraid_scripts → Varaverk) - Add GitHub / Issues / Changelog links at bottom of settings page Plugin/unraid/Varaverk.page: - Small "⎋ GitHub" link right-aligned in the tab bar links to github.com/FailedProxy/Varaverk in a new tab --- Plugin/unraid/Varaverk.page | 6 +++++ Plugin/unraid/VaraverkSettings.page | 38 +++++++++++++++++++++++++++++ Plugin/varaverk.plg | 4 ++- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 Plugin/unraid/VaraverkSettings.page diff --git a/Plugin/unraid/Varaverk.page b/Plugin/unraid/Varaverk.page index 5a39a9d..82e978e 100644 --- a/Plugin/unraid/Varaverk.page +++ b/Plugin/unraid/Varaverk.page @@ -40,6 +40,12 @@ $tabLabels = ['monitor' => 'Monitor', 'scheduler' => 'Scheduler', 'docker' => 'D + + ⎋ GitHub + diff --git a/Plugin/unraid/VaraverkSettings.page b/Plugin/unraid/VaraverkSettings.page new file mode 100644 index 0000000..8daa9d9 --- /dev/null +++ b/Plugin/unraid/VaraverkSettings.page @@ -0,0 +1,38 @@ +Menu="OtherSettings" +Title="Varaverk" +Icon="varaverk.png" +--- + + +
+ + +_(Scripts directory)_: +: + +> Path where Varaverk is installed. Changing this only affects the plugin UI — update any scripts that reference the old path manually. + +  +: + +
+ +
+ + ⎋ github.com/FailedProxy/Varaverk + +  ·  + + Issues + +  ·  + + Changelog + +
diff --git a/Plugin/varaverk.plg b/Plugin/varaverk.plg index 5198520..c0151b1 100644 --- a/Plugin/varaverk.plg +++ b/Plugin/varaverk.plg @@ -10,6 +10,7 @@ ]> @@ -114,7 +115,8 @@ if [[ ! -f "$CONF_DIR/master.conf" ]]; then fi fi -log "Install complete" +log "Install complete — open Varaverk in Unraid to complete setup" +log "→ Plugins → Varaverk (or navigate to Settings → Utilities → Varaverk)" ]]>