From 53972042780841da14c331a3df821306cee42c98 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Wed, 11 Sep 2024 00:06:40 -0400 Subject: [PATCH] Update --- log.txt | 4 +++ old-applicationFeed-raw.json | 70 +++++++++++++++++++++++++++++------- 2 files changed, 61 insertions(+), 13 deletions(-) diff --git a/log.txt b/log.txt index 8c3ada3b9..f8f2d82a4 100755 --- a/log.txt +++ b/log.txt @@ -4323,5 +4323,9 @@ Updating stats on containers Privileged: 105 + +No change to feed + + Updating GitHub diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 27efafe74..f6f13c816 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -318231,20 +318231,64 @@ "WebUI": "http://[IP]:[PORT:8000]", "TemplateURL": "https://raw.githubusercontent.com/friendlyFriend4000/Unraid-Templates/master/SillyTavern.xml", "Icon": "https://avatars.githubusercontent.com/u/134869877?s=200&v=4", - "Config": { - "@attributes": { - "Name": "port", - "Target": "8000", - "Default": "7598", - "Mode": "tcp", - "Description": "", - "Type": "Port", - "Display": "always", - "Required": "false", - "Mask": "false" + "Config": [ + { + "@attributes": { + "Name": "port", + "Target": "8000", + "Default": "7598", + "Mode": "tcp", + "Description": "", + "Type": "Port", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "7598" }, - "value": "7598" - }, + { + "@attributes": { + "Name": "Config:", + "Target": "/home/node/app/config", + "Default": "/mnt/user/appdata/STConfig/Config", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/STConfig/Config" + }, + { + "@attributes": { + "Name": "Plugins:", + "Target": "/plugins", + "Default": "/mnt/user/appdata/STConfig/Plugins", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/STConfig/Plugins" + }, + { + "@attributes": { + "Name": "Data:", + "Target": "/home/node/app/data", + "Default": "/mnt/user/appdata/STConfig/Data", + "Mode": "rw", + "Description": "", + "Type": "Path", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "/mnt/user/appdata/STConfig/Data" + } + ], "Repo": "FriendlyFriend's Repository", "Official": true, "templatePath": "/tmp/GitHub/AppFeed/templates/FriendlyFriendsRepository/SillyTavern.xml",