This commit is contained in:
Andrew Z 2024-03-10 13:18:02 -04:00
parent 764f2b9a94
commit 8978a093ba
7 changed files with 437 additions and 243 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1710084678
"last_updated_timestamp": 1710091080
}

View File

@ -313682,5 +313682,89 @@
"LastUpdateScan": 1709999012,
"LastUpdate": 1709751577,
"FirstSeen": 1709999012
},
{
"Name": "FDM-Monster",
"Repository": "fdmmonster/fdm-monster:1.6.1-sqlite",
"Registry": "https://hub.docker.com/r/fdmmonster/fdm-monster/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/fdm-monster/fdm-monster/issues",
"Discord": "https://discord.gg/mwA8uP8CMc",
"Project": "https://github.com/fdm-monster/fdm-monster",
"Overview": "3D printer farm management platform for local or in-cloud usage using OctoPrint.",
"WebUI": "http://[IP]:[PORT:4000]",
"TemplateURL": "https://raw.githubusercontent.com/fdm-monster/fdm-monster-unraid/master/fdm-monster.xml",
"Icon": "https://raw.githubusercontent.com/fdm-monster/fdm-monster-client/main/public/img/logo.png",
"DonateText": "The FDM Monster project can be backed through Github Sponsors.",
"DonateLink": "https://github.com/sponsors/fdm-monster",
"Config": [
{
"@attributes": {
"Name": "Web UI",
"Target": "4000",
"Default": "4000",
"Mode": "tcp",
"Description": "Port needed to access WebUI of FDM-Monster",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "4000"
},
{
"@attributes": {
"Name": "Media",
"Target": "/app/media",
"Default": "/mnt/user/fdm-monster/media",
"Mode": "rw",
"Description": "Temporary gcode uploads, UI bundle ZIPs, current UI bundle and logs for FDM Monster. These files are not crucial for FDM Monster to start.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/fdm-monster/media"
},
{
"@attributes": {
"Name": "Database Path",
"Target": "/app/database",
"Default": "/mnt/user/fdm-monster/database",
"Mode": "rw",
"Description": "The folder in which the SQLite database files will be stored. There will be more than 1 file (usually around 3 with .sqlite and .wal extensions)\r\n",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/fdm-monster/database"
},
{
"@attributes": {
"Name": "Experimental TYPEORM",
"Target": "ENABLE_EXPERIMENTAL_TYPEORM",
"Default": "true",
"Mode": "",
"Description": "Keep this enabled in order to ensure FDM Monster will be in SQLite mode. Disabling it will require a local MongoDB container on the side, which might cause your FDM Monster to stop working.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
}
],
"Repo": "davidzwa's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/davidzwasRepository/fdm-monster.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 1466,
"LastUpdate": 1710090390,
"LastUpdateScan": 1710091080,
"FirstSeen": 1710091080
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 2185,
"last_updated_timestamp": 1710084678,
"last_updated": "2024-03-10 11:31",
"apps": 2186,
"last_updated_timestamp": 1710091080,
"last_updated": "2024-03-10 13:18",
"categories": [
{
"Cat": "AI:",
@ -313848,6 +313848,90 @@
"LastUpdateScan": 1709999012,
"LastUpdate": 1709751577,
"FirstSeen": 1709999012
},
{
"Name": "FDM-Monster",
"Repository": "fdmmonster/fdm-monster:1.6.1-sqlite",
"Registry": "https://hub.docker.com/r/fdmmonster/fdm-monster/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/fdm-monster/fdm-monster/issues",
"Discord": "https://discord.gg/mwA8uP8CMc",
"Project": "https://github.com/fdm-monster/fdm-monster",
"Overview": "3D printer farm management platform for local or in-cloud usage using OctoPrint.",
"WebUI": "http://[IP]:[PORT:4000]",
"TemplateURL": "https://raw.githubusercontent.com/fdm-monster/fdm-monster-unraid/master/fdm-monster.xml",
"Icon": "https://raw.githubusercontent.com/fdm-monster/fdm-monster-client/main/public/img/logo.png",
"DonateText": "The FDM Monster project can be backed through Github Sponsors.",
"DonateLink": "https://github.com/sponsors/fdm-monster",
"Config": [
{
"@attributes": {
"Name": "Web UI",
"Target": "4000",
"Default": "4000",
"Mode": "tcp",
"Description": "Port needed to access WebUI of FDM-Monster",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "4000"
},
{
"@attributes": {
"Name": "Media",
"Target": "/app/media",
"Default": "/mnt/user/fdm-monster/media",
"Mode": "rw",
"Description": "Temporary gcode uploads, UI bundle ZIPs, current UI bundle and logs for FDM Monster. These files are not crucial for FDM Monster to start.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/fdm-monster/media"
},
{
"@attributes": {
"Name": "Database Path",
"Target": "/app/database",
"Default": "/mnt/user/fdm-monster/database",
"Mode": "rw",
"Description": "The folder in which the SQLite database files will be stored. There will be more than 1 file (usually around 3 with .sqlite and .wal extensions)\r\n",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/fdm-monster/database"
},
{
"@attributes": {
"Name": "Experimental TYPEORM",
"Target": "ENABLE_EXPERIMENTAL_TYPEORM",
"Default": "true",
"Mode": "",
"Description": "Keep this enabled in order to ensure FDM Monster will be in SQLite mode. Disabling it will require a local MongoDB container on the side, which might cause your FDM Monster to stop working.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
}
],
"Repo": "davidzwa's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/davidzwasRepository/fdm-monster.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 1466,
"LastUpdate": 1710090390,
"LastUpdateScan": 1710091080,
"FirstSeen": 1710091080
}
],
"repositories": {
@ -316571,6 +316655,10 @@
"tschoerk's Repository": {
"url": "https://github.com/tschoerk/unraid-templates",
"profile": "https://forums.unraid.net/profile/273668-tschoerk/"
},
"davidzwa's Repository": {
"url": "https://github.com/fdm-monster/fdm-monster-unraid",
"profile": "https://forums.unraid.net/profile/124887-davidzwa/"
}
},
"blacklisted": {

View File

@ -3209,5 +3209,6 @@
"aronmarinelli/bitwarden-secure-sync:latest": 1709999011,
"keglin/pinchflat:latest": 1709999012,
"pcjones/umlautadaptarr": 1709999012,
"https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg": 1710078917
"https://raw.githubusercontent.com/SimonFair/WOLforServices/master/WOL4Services.plg": 1710078917,
"fdmmonster/fdm-monster:1.6.1-sqlite": 1710091080
}

View File

@ -4016,3 +4016,7 @@ No change to feed
Updating GitHub
[master 764f2b9a9] Update
2 files changed, 4 insertions(+), 2176 deletions(-)
To https://github.com/Squidly271/AppFeed.git
757f26b2f..764f2b9a9 master -> master

View File

@ -85411,5 +85411,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"fdmmonster/fdm-monster:1.6.1-sqlite": {
"Base": null,
"Downloads": 1466,
"Stars": null,
"Time": 1710091080,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1710090390
}
}

File diff suppressed because it is too large Load Diff