This commit is contained in:
Andrew Z 2024-04-04 18:06:20 -04:00
parent 5ddbb119d3
commit cc694ef431
8 changed files with 507 additions and 429 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1712261180 "last_updated_timestamp": 1712268379
} }

View File

@ -166099,17 +166099,18 @@
}, },
{ {
"Name": "cryptpad", "Name": "cryptpad",
"Repository": "cryptpad/cryptpad:version-5.6.0", "Repository": "cryptpad/cryptpad:version-5.7.0",
"Registry": "https://hub.docker.com/r/cryptpad/cryptpad/", "Registry": "https://hub.docker.com/r/cryptpad/cryptpad/",
"Network": "bridge", "Network": "bridge",
"Shell": "sh", "Shell": "sh",
"Privileged": "false", "Privileged": "false",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/", "Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://cryptpad.fr/", "Project": "https://cryptpad.fr/",
"Overview": "CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js", "Overview": "CryptPad is the Zero Knowledge realtime collaborative editor.\r\n\r\nBefore Installing the docker Unraid CLI\r\n\r\ncd /mnt/user/appdata && mkdir cryptpad && cd cryptpad\r\nmkdir -p block customize data datastore config onlyoffice-dist onlyoffice-conf\r\nchown -R 4001:4001 block customize data datastore onlyoffice-dist onlyoffice-conf\r\nwget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js\r\n\r\nEdit /mnt/user/appdata/cryptpad/config/config.js\r\n\r\nChange httpUnsafeOrigin:http://UNRAID_IP/DOMAIN:PORT\r\nExample httpUnsafeOrigin: 'http://192.168.0.99:3000',\r\nIn httpAddress: remove // and put httpAddress: '0.0.0.0',\r\n\r\nMore info \r\nhttps://docs.cryptpad.org/fr/admin_guide/installation.html#configure-cryptpad",
"WebUI": "http://[IP]:[PORT:3000]/", "WebUI": "http://[IP]:[PORT:3000]/",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cryptpad.xml", "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cryptpad.xml",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cryptpad.png", "Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cryptpad.png",
"Requires": "Read overview",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -166139,6 +166140,48 @@
}, },
"value": "3001" "value": "3001"
}, },
{
"@attributes": {
"Name": "Port 3",
"Target": "3003",
"Default": "3003",
"Mode": "tcp",
"Description": "Port 3",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "3003"
},
{
"@attributes": {
"Name": "CPAD_MAIN_DOMAIN",
"Target": "CPAD_MAIN_DOMAIN",
"Default": "",
"Mode": "",
"Description": "If you changed the port change it here with the Unraid IP if you are using reverse proxy you may require to edit this too",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://UNRAID_IP:3000"
},
{
"@attributes": {
"Name": "CPAD_INSTALL_ONLYOFFICE",
"Target": "CPAD_INSTALL_ONLYOFFICE",
"Default": "yes|no",
"Mode": "",
"Description": "https://github.com/ONLYOFFICE/web-apps/blob/master/LICENSE.txt",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "yes"
},
{ {
"@attributes": { "@attributes": {
"Name": "Blob Path", "Name": "Blob Path",
@ -166147,7 +166190,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Blob Path", "Description": "Blob Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166161,7 +166204,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Block Path", "Description": "Block Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166175,7 +166218,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Customize Path", "Description": "Customize Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166189,7 +166232,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Data Path", "Description": "Data Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166203,7 +166246,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Datastore Path", "Description": "Datastore Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166217,7 +166260,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Config Path", "Description": "Config Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166231,11 +166274,39 @@
"Mode": "", "Mode": "",
"Description": "", "Description": "",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "advanced",
"Required": "true", "Required": "true",
"Mask": "false" "Mask": "false"
}, },
"value": "/cryptpad/config/config.js" "value": "/cryptpad/config/config.js"
},
{
"@attributes": {
"Name": "Onlyoffice Conf Path",
"Target": "/cryptpad/onlyoffice-conf",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cryptpad/onlyoffice-conf"
},
{
"@attributes": {
"Name": "Onlyoffice Dist Path",
"Target": "/cryptpad/www/common/onlyoffice/dist",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cryptpad/onlyoffice-dist"
} }
], ],
"Repo": "A75G's Repository", "Repo": "A75G's Repository",
@ -166245,25 +166316,11 @@
"Productivity", "Productivity",
"Security" "Security"
], ],
"downloads": 392631, "downloads": 393291,
"stars": 11, "stars": 11,
"trending": 0.366,
"trends": [
0.413,
0.366
],
"trendsDate": [
1708635959,
1711231585
],
"downloadtrend": [
389576,
391193,
392631
],
"LastUpdateScan": 1711231585,
"LastUpdate": 1707727648, "LastUpdate": 1707727648,
"FirstSeen": 1706036763 "LastUpdateScan": 1712268369,
"FirstSeen": 1712268369
}, },
{ {
"Name": "cyberchef", "Name": "cyberchef",
@ -263808,6 +263865,143 @@
"FirstSeen": 1650918409, "FirstSeen": 1650918409,
"topTrending": 0.0050000000000000044 "topTrending": 0.0050000000000000044
}, },
{
"Name": "readeck",
"Repository": "codeberg.org/readeck/readeck:latest",
"Registry": "https://registry.hub.docker.com/r/codeberg.org/readeck/readeck",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://codeberg.org/readeck/readeck/issues",
"Project": "https://readeck.org/",
"Overview": "Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.\r\nSee it as a bookmark manager and a read later tool.",
"WebUI": "http://[IP]:[PORT:8000]/",
"TemplateURL": "https://raw.githubusercontent.com/JPDVM2014/unraid-templates/master/readeck.xml",
"Icon": "https://codeberg.org/repo-avatars/05b1262f738e1417e82c889d8dcb6ba7167a2d266b28d620590f521e58e34a07",
"DonateText": "If you find this template useful, I\u2019d love a coffee!",
"DonateLink": "https://bmc.link/JPDVM2014",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "8000",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8000"
},
{
"@attributes": {
"Name": "Log Level",
"Target": "READECK_LOG_LEVEL",
"Default": "info",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "info"
},
{
"@attributes": {
"Name": "Host",
"Target": "READECK_SERVER_HOST",
"Default": "0.0.0.0",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0.0.0.0"
},
{
"@attributes": {
"Name": "Server Prefix",
"Target": "READECK_SERVER_PREFIX",
"Default": "/",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/"
},
{
"@attributes": {
"Name": "Internal Port",
"Target": "READECK_SERVER_PORT",
"Default": "8000",
"Mode": "",
"Description": "Must match container port from above",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8000"
},
{
"@attributes": {
"Name": "Allowed Hosts",
"Target": "READECK_ALLOWED_HOSTS",
"Default": "",
"Mode": "",
"Description": "Required for reverse proxy configuration.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "readeck.example.com"
},
{
"@attributes": {
"Name": "Use X Forwarded",
"Target": "READECK_USE_X_FORWARDED",
"Default": "",
"Mode": "",
"Description": "Required for reverse proxy configuation.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Data",
"Target": "/readeck",
"Default": "/mnt/user/appdata/readeck",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/readeck"
}
],
"Repo": "JPDVM2014's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/JPDVM2014sRepository/readeck.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1712268374,
"FirstSeen": 1712268374
},
{ {
"Name": "reiverr", "Name": "reiverr",
"Repository": "ghcr.io/aleksilassila/reiverr:latest", "Repository": "ghcr.io/aleksilassila/reiverr:latest",
@ -264097,6 +264291,8 @@
"WebUI": "http://[IP]:[PORT:8080]", "WebUI": "http://[IP]:[PORT:8080]",
"TemplateURL": "https://raw.githubusercontent.com/JPDVM2014/unraid-templates/master/workout-tracker.xml", "TemplateURL": "https://raw.githubusercontent.com/JPDVM2014/unraid-templates/master/workout-tracker.xml",
"Icon": "https://raw.githubusercontent.com/JPDVM2014/workout-tracker/main/running-negative.png", "Icon": "https://raw.githubusercontent.com/JPDVM2014/workout-tracker/main/running-negative.png",
"DonateText": "If you find this template useful, I\u2019d love a coffee!",
"DonateLink": "https://bmc.link/JPDVM2014",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -314355,10 +314551,10 @@
"CategoryList": [ "CategoryList": [
"GameServers" "GameServers"
], ],
"downloads": 3260, "downloads": 3706,
"stars": 3, "stars": 3,
"LastUpdateScan": 1709672762,
"LastUpdate": 1707071771, "LastUpdate": 1707071771,
"LastUpdateScan": 1712268379,
"FirstSeen": 1707073625 "FirstSeen": 1707073625
}, },
{ {

View File

@ -1,7 +1,7 @@
{ {
"apps": 2205, "apps": 2206,
"last_updated_timestamp": 1712261180, "last_updated_timestamp": 1712268379,
"last_updated": "2024-04-04 16:06", "last_updated": "2024-04-04 18:06",
"categories": [ "categories": [
{ {
"Cat": "AI:", "Cat": "AI:",
@ -166265,17 +166265,18 @@
}, },
{ {
"Name": "cryptpad", "Name": "cryptpad",
"Repository": "cryptpad/cryptpad:version-5.6.0", "Repository": "cryptpad/cryptpad:version-5.7.0",
"Registry": "https://hub.docker.com/r/cryptpad/cryptpad/", "Registry": "https://hub.docker.com/r/cryptpad/cryptpad/",
"Network": "bridge", "Network": "bridge",
"Shell": "sh", "Shell": "sh",
"Privileged": "false", "Privileged": "false",
"Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/", "Support": "https://forums.unraid.net/topic/89502-support-a75g-repo/",
"Project": "https://cryptpad.fr/", "Project": "https://cryptpad.fr/",
"Overview": "CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js", "Overview": "CryptPad is the Zero Knowledge realtime collaborative editor.\r\n\r\nBefore Installing the docker Unraid CLI\r\n\r\ncd /mnt/user/appdata && mkdir cryptpad && cd cryptpad\r\nmkdir -p block customize data datastore config onlyoffice-dist onlyoffice-conf\r\nchown -R 4001:4001 block customize data datastore onlyoffice-dist onlyoffice-conf\r\nwget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js\r\n\r\nEdit /mnt/user/appdata/cryptpad/config/config.js\r\n\r\nChange httpUnsafeOrigin:http://UNRAID_IP/DOMAIN:PORT\r\nExample httpUnsafeOrigin: 'http://192.168.0.99:3000',\r\nIn httpAddress: remove // and put httpAddress: '0.0.0.0',\r\n\r\nMore info \r\nhttps://docs.cryptpad.org/fr/admin_guide/installation.html#configure-cryptpad",
"WebUI": "http://[IP]:[PORT:3000]/", "WebUI": "http://[IP]:[PORT:3000]/",
"TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cryptpad.xml", "TemplateURL": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/cryptpad.xml",
"Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cryptpad.png", "Icon": "https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cryptpad.png",
"Requires": "Read overview",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -166305,6 +166306,48 @@
}, },
"value": "3001" "value": "3001"
}, },
{
"@attributes": {
"Name": "Port 3",
"Target": "3003",
"Default": "3003",
"Mode": "tcp",
"Description": "Port 3",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "3003"
},
{
"@attributes": {
"Name": "CPAD_MAIN_DOMAIN",
"Target": "CPAD_MAIN_DOMAIN",
"Default": "",
"Mode": "",
"Description": "If you changed the port change it here with the Unraid IP if you are using reverse proxy you may require to edit this too",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://UNRAID_IP:3000"
},
{
"@attributes": {
"Name": "CPAD_INSTALL_ONLYOFFICE",
"Target": "CPAD_INSTALL_ONLYOFFICE",
"Default": "yes|no",
"Mode": "",
"Description": "https://github.com/ONLYOFFICE/web-apps/blob/master/LICENSE.txt",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "yes"
},
{ {
"@attributes": { "@attributes": {
"Name": "Blob Path", "Name": "Blob Path",
@ -166313,7 +166356,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Blob Path", "Description": "Blob Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166327,7 +166370,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Block Path", "Description": "Block Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166341,7 +166384,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Customize Path", "Description": "Customize Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166355,7 +166398,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Data Path", "Description": "Data Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166369,7 +166412,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Datastore Path", "Description": "Datastore Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166383,7 +166426,7 @@
"Mode": "rw", "Mode": "rw",
"Description": "Config Path", "Description": "Config Path",
"Type": "Path", "Type": "Path",
"Display": "always", "Display": "advanced",
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
@ -166397,11 +166440,39 @@
"Mode": "", "Mode": "",
"Description": "", "Description": "",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "advanced",
"Required": "true", "Required": "true",
"Mask": "false" "Mask": "false"
}, },
"value": "/cryptpad/config/config.js" "value": "/cryptpad/config/config.js"
},
{
"@attributes": {
"Name": "Onlyoffice Conf Path",
"Target": "/cryptpad/onlyoffice-conf",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cryptpad/onlyoffice-conf"
},
{
"@attributes": {
"Name": "Onlyoffice Dist Path",
"Target": "/cryptpad/www/common/onlyoffice/dist",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cryptpad/onlyoffice-dist"
} }
], ],
"Repo": "A75G's Repository", "Repo": "A75G's Repository",
@ -166411,25 +166482,11 @@
"Productivity", "Productivity",
"Security" "Security"
], ],
"downloads": 392631, "downloads": 393291,
"stars": 11, "stars": 11,
"trending": 0.366,
"trends": [
0.413,
0.366
],
"trendsDate": [
1708635959,
1711231585
],
"downloadtrend": [
389576,
391193,
392631
],
"LastUpdateScan": 1711231585,
"LastUpdate": 1707727648, "LastUpdate": 1707727648,
"FirstSeen": 1706036763 "LastUpdateScan": 1712268369,
"FirstSeen": 1712268369
}, },
{ {
"Name": "cyberchef", "Name": "cyberchef",
@ -263974,6 +264031,143 @@
"FirstSeen": 1650918409, "FirstSeen": 1650918409,
"topTrending": 0.0050000000000000044 "topTrending": 0.0050000000000000044
}, },
{
"Name": "readeck",
"Repository": "codeberg.org/readeck/readeck:latest",
"Registry": "https://registry.hub.docker.com/r/codeberg.org/readeck/readeck",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://codeberg.org/readeck/readeck/issues",
"Project": "https://readeck.org/",
"Overview": "Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.\r\nSee it as a bookmark manager and a read later tool.",
"WebUI": "http://[IP]:[PORT:8000]/",
"TemplateURL": "https://raw.githubusercontent.com/JPDVM2014/unraid-templates/master/readeck.xml",
"Icon": "https://codeberg.org/repo-avatars/05b1262f738e1417e82c889d8dcb6ba7167a2d266b28d620590f521e58e34a07",
"DonateText": "If you find this template useful, I\u2019d love a coffee!",
"DonateLink": "https://bmc.link/JPDVM2014",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "8000",
"Default": "",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8000"
},
{
"@attributes": {
"Name": "Log Level",
"Target": "READECK_LOG_LEVEL",
"Default": "info",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "info"
},
{
"@attributes": {
"Name": "Host",
"Target": "READECK_SERVER_HOST",
"Default": "0.0.0.0",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0.0.0.0"
},
{
"@attributes": {
"Name": "Server Prefix",
"Target": "READECK_SERVER_PREFIX",
"Default": "/",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/"
},
{
"@attributes": {
"Name": "Internal Port",
"Target": "READECK_SERVER_PORT",
"Default": "8000",
"Mode": "",
"Description": "Must match container port from above",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8000"
},
{
"@attributes": {
"Name": "Allowed Hosts",
"Target": "READECK_ALLOWED_HOSTS",
"Default": "",
"Mode": "",
"Description": "Required for reverse proxy configuration.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "readeck.example.com"
},
{
"@attributes": {
"Name": "Use X Forwarded",
"Target": "READECK_USE_X_FORWARDED",
"Default": "",
"Mode": "",
"Description": "Required for reverse proxy configuation.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Data",
"Target": "/readeck",
"Default": "/mnt/user/appdata/readeck",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/readeck"
}
],
"Repo": "JPDVM2014's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/JPDVM2014sRepository/readeck.xml",
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1712268374,
"FirstSeen": 1712268374
},
{ {
"Name": "reiverr", "Name": "reiverr",
"Repository": "ghcr.io/aleksilassila/reiverr:latest", "Repository": "ghcr.io/aleksilassila/reiverr:latest",
@ -264263,6 +264457,8 @@
"WebUI": "http://[IP]:[PORT:8080]", "WebUI": "http://[IP]:[PORT:8080]",
"TemplateURL": "https://raw.githubusercontent.com/JPDVM2014/unraid-templates/master/workout-tracker.xml", "TemplateURL": "https://raw.githubusercontent.com/JPDVM2014/unraid-templates/master/workout-tracker.xml",
"Icon": "https://raw.githubusercontent.com/JPDVM2014/workout-tracker/main/running-negative.png", "Icon": "https://raw.githubusercontent.com/JPDVM2014/workout-tracker/main/running-negative.png",
"DonateText": "If you find this template useful, I\u2019d love a coffee!",
"DonateLink": "https://bmc.link/JPDVM2014",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -314521,10 +314717,10 @@
"CategoryList": [ "CategoryList": [
"GameServers" "GameServers"
], ],
"downloads": 3260, "downloads": 3706,
"stars": 3, "stars": 3,
"LastUpdateScan": 1709672762,
"LastUpdate": 1707071771, "LastUpdate": 1707071771,
"LastUpdateScan": 1712268379,
"FirstSeen": 1707073625 "FirstSeen": 1707073625
}, },
{ {

View File

@ -3242,5 +3242,7 @@
"foxxmd/tautulli-notification-digest": 1712174769, "foxxmd/tautulli-notification-digest": 1712174769,
"ghcr.io/browserless/chrome": 1712174775, "ghcr.io/browserless/chrome": 1712174775,
"redis/redisinsight:latest": 1712174780, "redis/redisinsight:latest": 1712174780,
"ghcr.io/browserless/chromium": 1712225147 "ghcr.io/browserless/chromium": 1712225147,
"cryptpad/cryptpad:version-5.7.0": 1712268369,
"codeberg.org/readeck/readeck:latest": 1712268374
} }

11
log.txt
View File

@ -2920,6 +2920,7 @@ Downloading JPDVM2014's Repository: https://github.com/JPDVM2014/unraid-template
Processing /tmp/appFeed/templates/JPDVM2014sRepository/fivefilters-full-text-rss.xml...Success Processing /tmp/appFeed/templates/JPDVM2014sRepository/fivefilters-full-text-rss.xml...Success
Processing /tmp/appFeed/templates/JPDVM2014sRepository/kapowarr.xml...Success Processing /tmp/appFeed/templates/JPDVM2014sRepository/kapowarr.xml...Success
Processing /tmp/appFeed/templates/JPDVM2014sRepository/radicale.xml...Success Processing /tmp/appFeed/templates/JPDVM2014sRepository/radicale.xml...Success
Processing /tmp/appFeed/templates/JPDVM2014sRepository/readeck.xml...Success
Processing /tmp/appFeed/templates/JPDVM2014sRepository/reiverr.xml...Success Processing /tmp/appFeed/templates/JPDVM2014sRepository/reiverr.xml...Success
Processing /tmp/appFeed/templates/JPDVM2014sRepository/umami.xml...Success Processing /tmp/appFeed/templates/JPDVM2014sRepository/umami.xml...Success
Processing /tmp/appFeed/templates/JPDVM2014sRepository/workout-tracker.xml...Success Processing /tmp/appFeed/templates/JPDVM2014sRepository/workout-tracker.xml...Success
@ -4034,6 +4035,16 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers Updating stats on containers
Tagged - Can't determine last update
cryptpad/cryptpad
cryptpad/cryptpad:version-5.7.0 Downloads: 393291 Stars: 11 Base: unknown
Pulling
codeberg.org/readeck/readeck
codeberg.org/readeck/readeck:latest Downloads: Stars: Base: unknown
Pulling
Tagged - Can't determine last update
nodiaque/steamcmd
nodiaque/steamcmd:enshrouded_proton Downloads: 3706 Stars: 3 Base: unknown
Privileged: 102 Privileged: 102

View File

@ -280828,6 +280828,20 @@
"Mask": "false" "Mask": "false"
}, },
"value": "46495" "value": "46495"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/appdata",
"Default": "/mnt/user/appdata/cloudflared",
"Mode": "rw",
"Description": "Used in conjuction with log, pid, and cert env variables to get more info or use your own cert. If you don't need this you can delete or ignore this.",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cloudflared"
} }
], ],
"Repo": "Figro's Repository", "Repo": "Figro's Repository",
@ -305605,7 +305619,7 @@
"@attributes": { "@attributes": {
"Name": "Files Directory", "Name": "Files Directory",
"Target": "/files", "Target": "/files",
"Default": "/mnt/user/appdata/gamevault/files", "Default": "",
"Mode": "rw", "Mode": "rw",
"Description": "Where your game files are", "Description": "Where your game files are",
"Type": "Path", "Type": "Path",
@ -305710,7 +305724,7 @@
"@attributes": { "@attributes": {
"Name": "Files Directory", "Name": "Files Directory",
"Target": "/files", "Target": "/files",
"Default": "/mnt/user/appdata/gamevault/files", "Default": "",
"Mode": "rw", "Mode": "rw",
"Description": "Where your game files are", "Description": "Where your game files are",
"Type": "Path", "Type": "Path",
@ -305814,364 +305828,6 @@
"FirstSeen": 1690229087, "FirstSeen": 1690229087,
"topTrending": -9.208000000000002 "topTrending": -9.208000000000002
}, },
{
"Name": "GameVault-Backend",
"Repository": "phalcode/gamevault-backend:latest",
"Registry": "https://hub.docker.com/r/phalcode/gamevault-backend",
"Network": "bridge",
"Privileged": "false",
"Project": "https://gamevau.lt/",
"License": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"Support": "https://github.com/phalcode/unraid-templates/issues",
"Overview": "GameVault is an innovative gaming platform providing a self-hosted, source-available alternative to popular gaming platforms. It lets you and your friends enjoy DRM-free games stored on your file server in an organized way.",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Phalcode/unraid-templates/master/templates/gamevault-backend.xml",
"Icon": "https://raw.githubusercontent.com/phalcode/unraid-templates/main/templates/icons/gamevault.png",
"ExtraParams": "--restart=unless-stopped",
"Requires": "<br>&nbsp;&nbsp;&nbsp;&nbsp;1. Please read the documentation on https://gamevau.lt/<br>&nbsp;&nbsp;&nbsp;&nbsp;2. PostgreSQL 15 or higher - This container requires a database to be run separately.<br> ",
"Config": [
{
"@attributes": {
"Name": "Server Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Postgres DB Host",
"Target": "DB_HOST",
"Default": "",
"Mode": "",
"Description": "The Host of your PostgreSQL database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Postgres DB Port",
"Target": "DB_PORT",
"Default": "5432",
"Mode": "",
"Description": "The Port of your PostgreSQL database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Postgres DB User",
"Target": "DB_USERNAME",
"Default": "gamevault",
"Mode": "",
"Description": "The User of your PostgreSQL database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Postgres DB Password",
"Target": "DB_PASSWORD",
"Default": "",
"Mode": "",
"Description": "The Password of your PostgreSQL database",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "RAWG API Key",
"Target": "RAWG_API_KEY",
"Default": "",
"Mode": "",
"Description": "Insert your RAWG API Key here if you have one (http://rawg.io/login?forward=developer)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Files Directory",
"Target": "/files",
"Default": "",
"Mode": "rw",
"Description": "Where your game files are",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Images Directory",
"Target": "/images",
"Default": "",
"Mode": "rw",
"Description": "Where your images (boxarts, profile pictures, etc.) will land in",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data Directory",
"Target": "/data",
"Default": "/mnt/user/appdata/gamevault-backend",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "phalcode's Repository",
"Licence": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"templatePath": "/tmp/GitHub/AppFeed/templates/phalcodesRepository/templates/gamevault-backend.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 52109,
"trending": 12.046,
"trends": [
21.254,
17.807,
20.31,
14.143,
12.046
],
"trendsDate": [
1701097593,
1703696748,
1706295956,
1708895160,
1711490781
],
"downloadtrend": [
20296,
25774,
31358,
39350,
45832,
52109
],
"LastUpdateScan": 1711490781,
"LastUpdate": 1710518641,
"FirstSeen": 1690229087,
"topTrending": -9.208000000000002
},
{
"Name": "Gamevault-backend-sqlite",
"Repository": "phalcode/gamevault-backend:latest",
"Registry": "https://hub.docker.com/r/phalcode/gamevault-backend",
"Network": "bridge",
"Privileged": "false",
"Project": "https://gamevau.lt/",
"License": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"Support": "https://github.com/phalcode/unraid-templates/issues",
"Overview": "GameVault is an innovative gaming platform providing a self-hosted, source-available alternative to popular gaming platforms. It lets you and your friends enjoy DRM-free games stored on your file server in an organized way.",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Phalcode/unraid-templates/master/templates/gamevault-backend-sqlite.xml",
"Icon": "https://raw.githubusercontent.com/phalcode/unraid-templates/main/templates/icons/gamevault.png",
"ExtraParams": "--restart=unless-stopped",
"Requires": "<br>&nbsp;&nbsp;&nbsp;&nbsp;1. Please read the documentation on https://gamevau.lt/<br> ",
"Config": [
{
"@attributes": {
"Name": "Files Directory",
"Target": "/files",
"Default": "",
"Mode": "rw",
"Description": "This is the path to your game files.",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "RAWG_API_KEY",
"Target": "RAWG_API_KEY",
"Default": "",
"Mode": "",
"Description": "Insert your RAWG API Key here if you have one (http://rawg.io/login?forward=developer)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Server Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Images Directory",
"Target": "/images",
"Default": "/mnt/user/appdata/gamevault-backend/imgs",
"Mode": "rw",
"Description": "Where your images (boxarts, profile pictures, etc.) will land in",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database Directory",
"Target": "/db",
"Default": "/mnt/user/appdata/gamevault-backend/db",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DB_SYSTEM",
"Target": "DB_SYSTEM",
"Default": "SQLITE",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "SQLITE"
},
{
"@attributes": {
"Name": "Data Directory",
"Target": "/data",
"Default": "/mnt/user/appdata/gamevault-backend/data",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "phalcode's Repository",
"Licence": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License",
"templatePath": "/tmp/GitHub/AppFeed/templates/phalcodesRepository/templates/gamevault-backend-sqlite.xml",
"CategoryList": [
"Productivity",
"Tools-Utilities"
],
"downloads": 52109,
"trending": 12.046,
"trends": [
21.254,
17.807,
20.31,
14.143,
12.046
],
"trendsDate": [
1701097593,
1703696748,
1706295956,
1708895160,
1711490781
],
"downloadtrend": [
20296,
25774,
31358,
39350,
45832,
52109
],
"LastUpdateScan": 1711490781,
"LastUpdate": 1710518641,
"FirstSeen": 1690229087,
"topTrending": -9.208000000000002
},
{ {
"Name": "Watchlistarr", "Name": "Watchlistarr",
"Repository": "nylonee/watchlistarr", "Repository": "nylonee/watchlistarr",

View File

@ -85296,9 +85296,9 @@
}, },
"nodiaque/steamcmd:enshrouded_proton": { "nodiaque/steamcmd:enshrouded_proton": {
"Base": null, "Base": null,
"Downloads": 3260, "Downloads": 3706,
"Stars": 3, "Stars": 3,
"Time": 1709672762, "Time": 1712268379,
"trending": null, "trending": null,
"trends": null, "trends": null,
"downloadtrend": null, "downloadtrend": null,
@ -86320,5 +86320,27 @@
"downloadtrend": null, "downloadtrend": null,
"trendsDate": null, "trendsDate": null,
"LastUpdate": null "LastUpdate": null
},
"cryptpad/cryptpad:version-5.7.0": {
"Base": null,
"Downloads": 393291,
"Stars": 11,
"Time": 1712268369,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1707727648
},
"codeberg.org/readeck/readeck:latest": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1712268374,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"caFixed": 451, "caFixed": 450,
"fixedTemplates": { "fixedTemplates": {
"pducharme's Repository": { "pducharme's Repository": {
"pducharme/unifi": [ "pducharme/unifi": [
@ -1322,11 +1322,6 @@
"No category entry present" "No category entry present"
] ]
}, },
"Figro's Repository": {
"figro/unraid-cloudflared-tunnel": [
"Unknown category spotlight:"
]
},
"Masterwishx's Repository": { "Masterwishx's Repository": {
"mayadata/fio": [ "mayadata/fio": [
"Privileged mode set. This may not be necessary" "Privileged mode set. This may not be necessary"