This commit is contained in:
Andrew Z 2024-06-26 12:06:29 -04:00
parent 4637a6614e
commit 95c1d678e4
5 changed files with 101 additions and 21 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1719396380 "last_updated_timestamp": 1719417987
} }

View File

@ -376,11 +376,53 @@
}, },
{ {
"@attributes": { "@attributes": {
"Name": "DATABASE_URL", "Name": "DATABASE_HOST",
"Target": "DATABASE_URL", "Target": "DATABASE_HOST",
"Default": "postgresql://manyfold:password@db/manyfold?pool=5", "Default": "db",
"Mode": "", "Mode": "",
"Description": "", "Description": "The hostname of your PostgreSQL server",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_USER",
"Target": "DATABASE_USER",
"Default": "manyfold",
"Mode": "",
"Description": "A valid username for your database server",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_PASSWORD",
"Target": "DATABASE_PASSWORD",
"Default": "password",
"Mode": "",
"Description": "The password for your database server",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_NAME",
"Target": "DATABASE_NAME",
"Default": "manyfold",
"Mode": "",
"Description": "The name of the database on your PostgresSQL server",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
@ -313987,7 +314029,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/dwsnap.xml", "TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/dwsnap.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg", "Repository": "https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg",
"ChangeLogPresent": true, "ChangeLogPresent": true,
"pluginVersion": "2024.06.25c", "pluginVersion": "2024.06.26",
"MinVer": "6.8.3", "MinVer": "6.8.3",
"Overview": "A plugin for advanced users installing SnapRAID onto UNRAID systems, now with support for multiple arrays.", "Overview": "A plugin for advanced users installing SnapRAID onto UNRAID systems, now with support for multiple arrays.",
"Icon": "", "Icon": "",
@ -314010,7 +314052,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/mergerfsp.xml", "TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/mergerfsp.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg", "Repository": "https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg",
"ChangeLogPresent": true, "ChangeLogPresent": true,
"pluginVersion": "2024.06.25a", "pluginVersion": "2024.06.26",
"MinVer": "6.10.0", "MinVer": "6.10.0",
"Overview": "A plugin that installs mergerFS, a featureful union filesystem, onto UNRAID systems (includes mergerFS-Tools). mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.", "Overview": "A plugin that installs mergerFS, a featureful union filesystem, onto UNRAID systems (includes mergerFS-Tools). mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.",
"templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/mergerfsp.xml", "templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/mergerfsp.xml",

View File

@ -1,7 +1,7 @@
{ {
"apps": 2306, "apps": 2306,
"last_updated_timestamp": 1719396380, "last_updated_timestamp": 1719417987,
"last_updated": "2024-06-26 06:06", "last_updated": "2024-06-26 12:06",
"categories": [ "categories": [
{ {
"Cat": "AI:", "Cat": "AI:",
@ -542,11 +542,53 @@
}, },
{ {
"@attributes": { "@attributes": {
"Name": "DATABASE_URL", "Name": "DATABASE_HOST",
"Target": "DATABASE_URL", "Target": "DATABASE_HOST",
"Default": "postgresql://manyfold:password@db/manyfold?pool=5", "Default": "db",
"Mode": "", "Mode": "",
"Description": "", "Description": "The hostname of your PostgreSQL server",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_USER",
"Target": "DATABASE_USER",
"Default": "manyfold",
"Mode": "",
"Description": "A valid username for your database server",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_PASSWORD",
"Target": "DATABASE_PASSWORD",
"Default": "password",
"Mode": "",
"Description": "The password for your database server",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATABASE_NAME",
"Target": "DATABASE_NAME",
"Default": "manyfold",
"Mode": "",
"Description": "The name of the database on your PostgresSQL server",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
@ -314153,7 +314195,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/dwsnap.xml", "TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/dwsnap.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg", "Repository": "https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg",
"ChangeLogPresent": true, "ChangeLogPresent": true,
"pluginVersion": "2024.06.25c", "pluginVersion": "2024.06.26",
"MinVer": "6.8.3", "MinVer": "6.8.3",
"Overview": "A plugin for advanced users installing SnapRAID onto UNRAID systems, now with support for multiple arrays.", "Overview": "A plugin for advanced users installing SnapRAID onto UNRAID systems, now with support for multiple arrays.",
"Icon": "", "Icon": "",
@ -314176,7 +314218,7 @@
"TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/mergerfsp.xml", "TemplateURL": "https://raw.githubusercontent.com/desertwitch/unraid-plugins/master/mergerfsp.xml",
"Repository": "https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg", "Repository": "https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg",
"ChangeLogPresent": true, "ChangeLogPresent": true,
"pluginVersion": "2024.06.25a", "pluginVersion": "2024.06.26",
"MinVer": "6.10.0", "MinVer": "6.10.0",
"Overview": "A plugin that installs mergerFS, a featureful union filesystem, onto UNRAID systems (includes mergerFS-Tools). mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.", "Overview": "A plugin that installs mergerFS, a featureful union filesystem, onto UNRAID systems (includes mergerFS-Tools). mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.",
"templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/mergerfsp.xml", "templatePath": "/tmp/GitHub/AppFeed/templates/RyszsRepository/mergerfsp.xml",

View File

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

View File

@ -688,11 +688,11 @@
"min": "6.10" "min": "6.10"
}, },
"https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg": { "https://raw.githubusercontent.com/desertwitch/SnapRAID-on-unRAID/main/plugin/dwsnap.plg": {
"version": "2024.06.25c", "version": "2024.06.26",
"min": "6.8.3" "min": "6.8.3"
}, },
"https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": { "https://raw.githubusercontent.com/desertwitch/mergerFS-unRAID/main/plugin/mergerfsp.plg": {
"version": "2024.06.25a", "version": "2024.06.26",
"min": "6.10.0" "min": "6.10.0"
}, },
"https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": { "https://raw.githubusercontent.com/desertwitch/nAFP-unRAID/main/plugin/nafp.plg": {