This commit is contained in:
Andrew Z 2023-09-10 14:04:54 -04:00
parent e48647f6cd
commit fc427aa9b2
5 changed files with 70 additions and 10 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1694354680
"last_updated_timestamp": 1694369093
}

View File

@ -281277,10 +281277,42 @@
"Support": "https://forums.unraid.net/topic/137262-support-seriousm4x-upsnap/",
"Project": "https://github.com/seriousm4x/UpSnap",
"Overview": "A simple wake on lan web app written with SvelteKit, Go and PocketBase.",
"WebUI": "http://[IP]:[PORT:8090]",
"TemplateURL": "https://raw.githubusercontent.com/seriousm4x/unraid-community-apps/master/templates/upsnap.xml",
"Icon": "https://raw.githubusercontent.com/seriousm4x/UpSnap/master/frontend/static/gopher.svg",
"PostArgs": "--http 0.0.0.0:8090",
"DonateText": "Want to support my work? Buy me a coffee on ko-fi or become a Github Sponsor.",
"DonateLink": "https://github.com/seriousm4x#want-to-buy-me-a--",
"Config": [
{
"@attributes": {
"Name": "pb_data",
"Target": "/app/pb_data/",
"Default": "",
"Mode": "rw",
"Description": "upsnap database",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/upsnap/"
},
{
"@attributes": {
"Name": "Timezone",
"Target": "TZ",
"Default": "Europe/London",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "seriousm4x's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/seriousm4xsRepository/templates/upsnap.xml",
"CategoryList": [
@ -288595,7 +288627,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nut.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg",
"ChangeLogPresent": true,
"pluginVersion": "2023.09.07",
"pluginVersion": "2023.09.10",
"Overview": "A refactored, modernized version of the original NUT plugin with a focus on frequent updates. This alternative version follows the latest developments of the NUT master branch more closely to maximize both UPS performance and compatibility, while also aiming to provide new features and the same amount of stability as with earlier versions.",
"templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/nut.xml",
"CategoryList": [

View File

@ -1,7 +1,7 @@
{
"apps": 2098,
"last_updated_timestamp": 1694354680,
"last_updated": "2023-09-10 10:04",
"last_updated_timestamp": 1694369093,
"last_updated": "2023-09-10 14:04",
"categories": [
{
"Cat": "Backup:",
@ -281439,10 +281439,42 @@
"Support": "https://forums.unraid.net/topic/137262-support-seriousm4x-upsnap/",
"Project": "https://github.com/seriousm4x/UpSnap",
"Overview": "A simple wake on lan web app written with SvelteKit, Go and PocketBase.",
"WebUI": "http://[IP]:[PORT:8090]",
"TemplateURL": "https://raw.githubusercontent.com/seriousm4x/unraid-community-apps/master/templates/upsnap.xml",
"Icon": "https://raw.githubusercontent.com/seriousm4x/UpSnap/master/frontend/static/gopher.svg",
"PostArgs": "--http 0.0.0.0:8090",
"DonateText": "Want to support my work? Buy me a coffee on ko-fi or become a Github Sponsor.",
"DonateLink": "https://github.com/seriousm4x#want-to-buy-me-a--",
"Config": [
{
"@attributes": {
"Name": "pb_data",
"Target": "/app/pb_data/",
"Default": "",
"Mode": "rw",
"Description": "upsnap database",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/upsnap/"
},
{
"@attributes": {
"Name": "Timezone",
"Target": "TZ",
"Default": "Europe/London",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "seriousm4x's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/seriousm4xsRepository/templates/upsnap.xml",
"CategoryList": [
@ -288757,7 +288789,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/nut.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg",
"ChangeLogPresent": true,
"pluginVersion": "2023.09.07",
"pluginVersion": "2023.09.10",
"Overview": "A refactored, modernized version of the original NUT plugin with a focus on frequent updates. This alternative version follows the latest developments of the NUT master branch more closely to maximize both UPS performance and compatibility, while also aiming to provide new features and the same amount of stability as with earlier versions.",
"templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/nut.xml",
"CategoryList": [

View File

@ -3716,9 +3716,5 @@ Updating stats on containers
Privileged: 102
No change to feed
Updating GitHub

View File

@ -636,6 +636,6 @@
"min": "6.10.0"
},
"https://raw.githubusercontent.com/desertwitch/NUT-unRAID/master/plugin/nut-dw.plg": {
"version": "2023.09.07"
"version": "2023.09.10"
}
}