This commit is contained in:
Andrew Z 2024-07-29 04:06:45 -04:00
parent a95f04c8b4
commit b84c84b0f6
9 changed files with 402 additions and 805 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1722233207
"last_updated_timestamp": 1722240404
}

View File

@ -3591,214 +3591,6 @@
"LastUpdateScan": 1721059600,
"FirstSeen": 1713261967
},
{
"Name": "MeshCentral",
"Repository": "richy1989/meshcentral",
"Registry": "https://hub.docker.com/repository/docker/richy1989/meshcentral/general",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/171306-meshcentral-support-thread/",
"Project": "https://github.com/Ylianst/MeshCentral",
"Overview": "MeshCentral is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. Once you get the server started, create device group and download and install an agent on each computer you want to manage. A minute later, the new computer will show up on the web site and you can take control of it. MeshCentral includes full web-based remote desktop, terminal and file management capability.\r\n\r\nFor more information, visit \r\nhttps://meshcentral.com/\r\nhttps://github.com/Ylianst/MeshCentral\r\n\r\nWhile easier to setup and get up and running, you should still peer through the very informative official guides:\r\nhttps://meshcentral.com/info/docs/MeshCentral2InstallGuide.pdf\r\nhttps://meshcentral.com/info/docs/MeshCentral2UserGuide.pdf",
"WebUI": "http://[IP]:[PORT:443]",
"TemplateURL": "https://raw.githubusercontent.com/Richy1989/unraid-templates/master/meshcentral/meshcentral.xml",
"Icon": "https://raw.githubusercontent.com/Richy1989/unraid-icons/main/icons/meshcentral.png",
"Config": [
{
"@attributes": {
"Name": "MeshCentrals Hostname",
"Target": "HOSTNAME",
"Default": "my.domain.com",
"Mode": "",
"Description": "my.domain.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data Path",
"Target": "/opt/meshcentral/meshcentral-data",
"Default": "/mnt/user/appdata/meshcentral/data",
"Mode": "rw",
"Description": "config.json and other important files live here. A must for data persistence",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/data"
},
{
"@attributes": {
"Name": "User File Path",
"Target": "/opt/meshcentral/meshcentral-files",
"Default": "/mnt/user/appdata/meshcentral/user_files",
"Mode": "rw",
"Description": "where file uploads for users live",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/user_files"
},
{
"@attributes": {
"Name": "Port",
"Target": "443",
"Default": "8086",
"Mode": "tcp",
"Description": "MeshCentral where meshcentral shall be reached",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8086"
},
{
"@attributes": {
"Name": "Allow new accounts",
"Target": "ALLOW_NEW_ACCOUNTS",
"Default": "true",
"Mode": "",
"Description": "set to false if you want disable self-service creation of new accounts besides the first (admin)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Reverse Proxy IP",
"Target": "REVERSE_PROXY",
"Default": "false",
"Mode": "",
"Description": "set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy, else set fo false",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Reverse Proxy Port",
"Target": "REVERSE_PROXY_TLS_PORT",
"Default": "",
"Mode": "",
"Description": "The port of the reverse proxy server",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1443"
},
{
"@attributes": {
"Name": "MongoDB connection string",
"Target": "MONGODB_URI",
"Default": "mongodb://mongo:port/mesh",
"Mode": "",
"Description": "MongoDB connection string",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "mongodb://IP:27017/mesh"
},
{
"@attributes": {
"Name": "Use IFRAME",
"Target": "IFRAME",
"Default": "false",
"Mode": "",
"Description": "set to true if you wish to enable iframe support",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Use WEBRTC",
"Target": "WEBRTC",
"Default": "false",
"Mode": "",
"Description": "set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Server Title",
"Target": "TITLE",
"Default": "My Server",
"Mode": "",
"Description": "The Server Title. This is only informational text.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "My Server"
},
{
"@attributes": {
"Name": "Servername",
"Target": "SERVERNAME",
"Default": "Server Name ",
"Mode": "",
"Description": "The subtitle or the name of the server. \r\nThis is only informational text. ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Server Name"
},
{
"@attributes": {
"Name": "FORCE_CREATE_CONFIG",
"Target": "FORCE_CREATE_CONFIG",
"Default": "false",
"Mode": "",
"Description": "Force the recreation of the config file, the old one will be deleted",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
}
],
"Repo": "Richy1989's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml",
"CategoryList": [
"HomeAutomation",
"Tools-Utilities"
],
"downloads": 32,
"LastUpdateScan": 1722161204,
"LastUpdate": 1722125531,
"FirstSeen": 1722161204
},
{
"Name": "mumble-server",
"Repository": "mumblevoip/mumble-server:latest",
@ -222422,41 +222214,41 @@
"Cloud",
"Network-Web"
],
"downloads": 1541199,
"stars": 1,
"trending": 0.275,
"downloads": 1545903,
"stars": 2,
"LastUpdate": 1691664849,
"trending": 0.304,
"trends": [
0.107,
0.123,
0.147,
0.155,
0.169,
0.278,
0.275
0.275,
0.304
],
"trendsDate": [
1704049552,
1706648758,
1709247970,
1711843558,
1714442767,
1717041961,
1719641159
1719641159,
1722240403
],
"downloadtrend": [
1523593,
1525473,
1527720,
1530084,
1532674,
1536954,
1541199
1541199,
1545903
],
"LastUpdateScan": 1719641159,
"LastUpdate": 1691664849,
"LastUpdateScan": 1722240403,
"FirstSeen": 1678064649,
"topTrending": 0.16800000000000004,
"topPerforming": 0.275
"topTrending": 0.181,
"topPerforming": 0.304
},
{
"Name": "Appsmith",
@ -252568,10 +252360,10 @@
],
"Repo": "m0ngr31's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/m0ngr31sRepository/ComfyUI-Magic.xml",
"downloads": 2780,
"downloads": 3012,
"stars": 2,
"LastUpdateScan": 1719641159,
"LastUpdate": 1702330604,
"LastUpdateScan": 1722240403,
"FirstSeen": 1701450410
},
{
@ -256165,7 +255957,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://www.curseforge.com/minecraft/modpacks/all-the-mods-9-to-the-sky",
"Overview": "[b]atm9sky-1.0.9[/b][br]Starting with only a tree, fill the void with large amounts of technology and magic![br]Version tags available:[br] - 1.0.9[br] - 1.0.8a[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.1[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"Overview": "[b]atm9sky-1.1.0[/b][br]Starting with only a tree, fill the void with large amounts of technology and magic![br]Version tags available:[br] - 1.1.0[br] - 1.0.9[br] - 1.0.8a[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.1[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"ExtraSearchTerms": "minecraft",
"Icon": "https://media.forgecdn.net/avatars/999/347/638518044265918139.png",
"Config": [
@ -264696,7 +264488,7 @@
"MediaApp-Video",
"MediaServer-Video"
],
"LastUpdateScan": 1719641159,
"LastUpdateScan": 1722240403,
"FirstSeen": 1670267054
},
{
@ -287787,41 +287579,41 @@
"HomeAutomation",
"Network-Other"
],
"downloads": 2421670,
"downloads": 2445762,
"stars": 59,
"trending": 0.759,
"LastUpdate": 1718630315,
"trending": 0.985,
"trends": [
0.389,
1.505,
0.692,
0.853,
0.462,
0.689,
0.759
0.759,
0.985
],
"trendsDate": [
1704049552,
1706648759,
1709247970,
1711843559,
1714442767,
1717041962,
1719641160
1719641160,
1722240403
],
"downloadtrend": [
2303941,
2339154,
2355446,
2375705,
2386724,
2403279,
2421670
2421670,
2445762
],
"LastUpdateScan": 1719641160,
"LastUpdate": 1718630315,
"LastUpdateScan": 1722240403,
"FirstSeen": 1670267055,
"topTrending": 0.37,
"topPerforming": 0.759
"topTrending": -0.5199999999999999,
"topPerforming": 0.985
},
{
"Name": "UniFi-API-Browser",
@ -316069,41 +315861,41 @@
"CategoryList": [
"Downloaders"
],
"downloads": 234495,
"stars": 21,
"trending": 10.176,
"downloads": 262967,
"stars": 22,
"LastUpdate": 1717139842,
"trending": 10.827,
"trends": [
9.564,
9.559,
8.952,
9.575,
9.971,
10.037,
10.176
10.176,
10.827
],
"trendsDate": [
1704056125,
1706648759,
1709247970,
1711843559,
1714442768,
1717041962,
1719641160
1719641160,
1722240403
],
"downloadtrend": [
127028,
140454,
154264,
170598,
189492,
210633,
234495
234495,
262967
],
"LastUpdateScan": 1719641160,
"LastUpdate": 1717139842,
"LastUpdateScan": 1722240403,
"FirstSeen": 1701457571,
"topTrending": 0.6120000000000001,
"topPerforming": 10.176
"topTrending": 1.2680000000000007,
"topPerforming": 10.827
},
{
"Name": "pia-wireguard",

View File

@ -1,7 +1,7 @@
{
"apps": 2339,
"last_updated_timestamp": 1722233207,
"last_updated": "2024-07-29 02:06",
"apps": 2338,
"last_updated_timestamp": 1722240404,
"last_updated": "2024-07-29 04:06",
"categories": [
{
"Cat": "AI:",
@ -3757,214 +3757,6 @@
"LastUpdateScan": 1721059600,
"FirstSeen": 1713261967
},
{
"Name": "MeshCentral",
"Repository": "richy1989/meshcentral",
"Registry": "https://hub.docker.com/repository/docker/richy1989/meshcentral/general",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/171306-meshcentral-support-thread/",
"Project": "https://github.com/Ylianst/MeshCentral",
"Overview": "MeshCentral is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. Once you get the server started, create device group and download and install an agent on each computer you want to manage. A minute later, the new computer will show up on the web site and you can take control of it. MeshCentral includes full web-based remote desktop, terminal and file management capability.\r\n\r\nFor more information, visit \r\nhttps://meshcentral.com/\r\nhttps://github.com/Ylianst/MeshCentral\r\n\r\nWhile easier to setup and get up and running, you should still peer through the very informative official guides:\r\nhttps://meshcentral.com/info/docs/MeshCentral2InstallGuide.pdf\r\nhttps://meshcentral.com/info/docs/MeshCentral2UserGuide.pdf",
"WebUI": "http://[IP]:[PORT:443]",
"TemplateURL": "https://raw.githubusercontent.com/Richy1989/unraid-templates/master/meshcentral/meshcentral.xml",
"Icon": "https://raw.githubusercontent.com/Richy1989/unraid-icons/main/icons/meshcentral.png",
"Config": [
{
"@attributes": {
"Name": "MeshCentrals Hostname",
"Target": "HOSTNAME",
"Default": "my.domain.com",
"Mode": "",
"Description": "my.domain.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Data Path",
"Target": "/opt/meshcentral/meshcentral-data",
"Default": "/mnt/user/appdata/meshcentral/data",
"Mode": "rw",
"Description": "config.json and other important files live here. A must for data persistence",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/data"
},
{
"@attributes": {
"Name": "User File Path",
"Target": "/opt/meshcentral/meshcentral-files",
"Default": "/mnt/user/appdata/meshcentral/user_files",
"Mode": "rw",
"Description": "where file uploads for users live",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/meshcentral/user_files"
},
{
"@attributes": {
"Name": "Port",
"Target": "443",
"Default": "8086",
"Mode": "tcp",
"Description": "MeshCentral where meshcentral shall be reached",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8086"
},
{
"@attributes": {
"Name": "Allow new accounts",
"Target": "ALLOW_NEW_ACCOUNTS",
"Default": "true",
"Mode": "",
"Description": "set to false if you want disable self-service creation of new accounts besides the first (admin)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Reverse Proxy IP",
"Target": "REVERSE_PROXY",
"Default": "false",
"Mode": "",
"Description": "set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy, else set fo false",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Reverse Proxy Port",
"Target": "REVERSE_PROXY_TLS_PORT",
"Default": "",
"Mode": "",
"Description": "The port of the reverse proxy server",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1443"
},
{
"@attributes": {
"Name": "MongoDB connection string",
"Target": "MONGODB_URI",
"Default": "mongodb://mongo:port/mesh",
"Mode": "",
"Description": "MongoDB connection string",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "mongodb://IP:27017/mesh"
},
{
"@attributes": {
"Name": "Use IFRAME",
"Target": "IFRAME",
"Default": "false",
"Mode": "",
"Description": "set to true if you wish to enable iframe support",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Use WEBRTC",
"Target": "WEBRTC",
"Default": "false",
"Mode": "",
"Description": "set to true to enable WebRTC - per documentation it is not officially released with meshcentral, but is solid enough to work with. Use with caution",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Server Title",
"Target": "TITLE",
"Default": "My Server",
"Mode": "",
"Description": "The Server Title. This is only informational text.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "My Server"
},
{
"@attributes": {
"Name": "Servername",
"Target": "SERVERNAME",
"Default": "Server Name ",
"Mode": "",
"Description": "The subtitle or the name of the server. \r\nThis is only informational text. ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Server Name"
},
{
"@attributes": {
"Name": "FORCE_CREATE_CONFIG",
"Target": "FORCE_CREATE_CONFIG",
"Default": "false",
"Mode": "",
"Description": "Force the recreation of the config file, the old one will be deleted",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "false"
}
],
"Repo": "Richy1989's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml",
"CategoryList": [
"HomeAutomation",
"Tools-Utilities"
],
"downloads": 32,
"LastUpdateScan": 1722161204,
"LastUpdate": 1722125531,
"FirstSeen": 1722161204
},
{
"Name": "mumble-server",
"Repository": "mumblevoip/mumble-server:latest",
@ -222588,41 +222380,41 @@
"Cloud",
"Network-Web"
],
"downloads": 1541199,
"stars": 1,
"trending": 0.275,
"downloads": 1545903,
"stars": 2,
"LastUpdate": 1691664849,
"trending": 0.304,
"trends": [
0.107,
0.123,
0.147,
0.155,
0.169,
0.278,
0.275
0.275,
0.304
],
"trendsDate": [
1704049552,
1706648758,
1709247970,
1711843558,
1714442767,
1717041961,
1719641159
1719641159,
1722240403
],
"downloadtrend": [
1523593,
1525473,
1527720,
1530084,
1532674,
1536954,
1541199
1541199,
1545903
],
"LastUpdateScan": 1719641159,
"LastUpdate": 1691664849,
"LastUpdateScan": 1722240403,
"FirstSeen": 1678064649,
"topTrending": 0.16800000000000004,
"topPerforming": 0.275
"topTrending": 0.181,
"topPerforming": 0.304
},
{
"Name": "Appsmith",
@ -252734,10 +252526,10 @@
],
"Repo": "m0ngr31's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/m0ngr31sRepository/ComfyUI-Magic.xml",
"downloads": 2780,
"downloads": 3012,
"stars": 2,
"LastUpdateScan": 1719641159,
"LastUpdate": 1702330604,
"LastUpdateScan": 1722240403,
"FirstSeen": 1701450410
},
{
@ -256331,7 +256123,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/115033-support-goobaroo-game-server-dockers/",
"Project": "https://www.curseforge.com/minecraft/modpacks/all-the-mods-9-to-the-sky",
"Overview": "[b]atm9sky-1.0.9[/b][br]Starting with only a tree, fill the void with large amounts of technology and magic![br]Version tags available:[br] - 1.0.9[br] - 1.0.8a[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.1[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"Overview": "[b]atm9sky-1.1.0[/b][br]Starting with only a tree, fill the void with large amounts of technology and magic![br]Version tags available:[br] - 1.1.0[br] - 1.0.9[br] - 1.0.8a[br] - 1.0.8[br] - 1.0.7[br] - 1.0.6[br] - 1.0.5[br] - 1.0.4[br] - 1.0.3[br] - 1.0.1[br][br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]",
"ExtraSearchTerms": "minecraft",
"Icon": "https://media.forgecdn.net/avatars/999/347/638518044265918139.png",
"Config": [
@ -264862,7 +264654,7 @@
"MediaApp-Video",
"MediaServer-Video"
],
"LastUpdateScan": 1719641159,
"LastUpdateScan": 1722240403,
"FirstSeen": 1670267054
},
{
@ -287953,41 +287745,41 @@
"HomeAutomation",
"Network-Other"
],
"downloads": 2421670,
"downloads": 2445762,
"stars": 59,
"trending": 0.759,
"LastUpdate": 1718630315,
"trending": 0.985,
"trends": [
0.389,
1.505,
0.692,
0.853,
0.462,
0.689,
0.759
0.759,
0.985
],
"trendsDate": [
1704049552,
1706648759,
1709247970,
1711843559,
1714442767,
1717041962,
1719641160
1719641160,
1722240403
],
"downloadtrend": [
2303941,
2339154,
2355446,
2375705,
2386724,
2403279,
2421670
2421670,
2445762
],
"LastUpdateScan": 1719641160,
"LastUpdate": 1718630315,
"LastUpdateScan": 1722240403,
"FirstSeen": 1670267055,
"topTrending": 0.37,
"topPerforming": 0.759
"topTrending": -0.5199999999999999,
"topPerforming": 0.985
},
{
"Name": "UniFi-API-Browser",
@ -316235,41 +316027,41 @@
"CategoryList": [
"Downloaders"
],
"downloads": 234495,
"stars": 21,
"trending": 10.176,
"downloads": 262967,
"stars": 22,
"LastUpdate": 1717139842,
"trending": 10.827,
"trends": [
9.564,
9.559,
8.952,
9.575,
9.971,
10.037,
10.176
10.176,
10.827
],
"trendsDate": [
1704056125,
1706648759,
1709247970,
1711843559,
1714442768,
1717041962,
1719641160
1719641160,
1722240403
],
"downloadtrend": [
127028,
140454,
154264,
170598,
189492,
210633,
234495
234495,
262967
],
"LastUpdateScan": 1719641160,
"LastUpdate": 1717139842,
"LastUpdateScan": 1722240403,
"FirstSeen": 1701457571,
"topTrending": 0.6120000000000001,
"topPerforming": 10.176
"topTrending": 1.2680000000000007,
"topPerforming": 10.827
},
{
"Name": "pia-wireguard",
@ -341468,7 +341260,12 @@
},
"ambipro's Repository": {
"url": "https://github.com/cross-seed/unraid-template",
"profile": "https://forums.unraid.net/profile/243161-ambipro/"
"profile": "https://forums.unraid.net/profile/243161-ambipro/",
"bio": "cross-seed dev, deluge team member, and creator of retraktarr",
"icon": "https://i.imgur.com/2icY7tF.png",
"DonateLink": "https://tip.ary.dev",
"DonateText": "If you appreciate any of my work, please consider buying me a coffee.",
"WebPage": "https://git.ary.dev"
},
"Donimax's Repository": {
"url": "https://github.com/Donimax/unraid-docker-templates",

View File

@ -1 +1 @@
637
686

13
log.txt
View File

@ -122,7 +122,6 @@ Processing /tmp/appFeed/templates/type0devsRepository/SITserver/SITserer.xml...S
Downloading Richy1989's Repository: https://github.com/Richy1989/unraid-templates -> /tmp/appFeed/templates/Richy1989sRepository Attempt 1...https://github.com/Richy1989/unraid-templates/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/Richy1989sRepository/matrix_signal_bridge/matrix_signal_bridge.xml...Success
Processing /tmp/appFeed/templates/Richy1989sRepository/meshcentral/meshcentral.xml...Success
Processing /tmp/appFeed/templates/Richy1989sRepository/mumble_server/mumble_server.xml...Success
Processing /tmp/appFeed/templates/Richy1989sRepository/opensearch/opensearch-template.xml...Success
Processing /tmp/appFeed/templates/Richy1989sRepository/synapse_sliding_sync/synapse_sliding_sync.xml...Success
@ -4078,6 +4077,7 @@ Processing /tmp/appFeed/templates/GuillermoMGsRepository/nightscout-librelink-up
Downloading ambipro's Repository: https://github.com/cross-seed/unraid-template -> /tmp/appFeed/templates/ambiprosRepository Attempt 1...https://github.com/cross-seed/unraid-template/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/ambiprosRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/ambiprosRepository/cross-seed.xml...Success
@ -4259,6 +4259,17 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
medaziz11/uptimekuma_restapi
medaziz11/uptimekuma_restapi Downloads: 1545903 Stars: 2 Base: unknown
futrlabsmagic/comfyui-magic
futrlabsmagic/comfyui-magic Downloads: 3012 Stars: 2 Base: unknown
Tagged - Can't determine last update
turbocheetah/sneedznab
ghcr.io/turbocheetah/sneedznab:master Downloads: Stars: Base: unknown
thingsboard/tb-postgres
thingsboard/tb-postgres Downloads: 2445762 Stars: 59 Base: unknown
ngosang/amule
ngosang/amule Downloads: 262967 Stars: 22 Base: unknown
Privileged: 103

View File

@ -278,7 +278,6 @@
],
"downloads": 163407,
"stars": 19,
"LastUpdate": 1722190126,
"trending": 4.732,
"trends": [
4.018,
@ -308,6 +307,7 @@
163407
],
"LastUpdateScan": 1722225967,
"LastUpdate": 1722190126,
"FirstSeen": 1649433811,
"topTrending": 0.7140000000000004,
"topPerforming": 4.732
@ -4904,7 +4904,6 @@
],
"downloads": 228916,
"stars": 1,
"LastUpdate": 1721241116,
"trending": 3.128,
"trends": [
2.028,
@ -4934,6 +4933,7 @@
228916
],
"LastUpdateScan": 1722225967,
"LastUpdate": 1721241116,
"FirstSeen": 1623441784,
"topTrending": 1.1,
"topPerforming": 3.128
@ -8730,7 +8730,6 @@
],
"downloads": 794330,
"stars": 1,
"LastUpdate": 1721496197,
"trending": 0.553,
"trends": [
0.403,
@ -8760,6 +8759,7 @@
794330
],
"LastUpdateScan": 1722225968,
"LastUpdate": 1721496197,
"FirstSeen": 1561075630,
"topTrending": 0.15000000000000002,
"topPerforming": 0.553
@ -15264,7 +15264,6 @@
],
"downloads": 51062474,
"stars": 1212,
"LastUpdate": 1722198048,
"trending": 0.216,
"trends": [
0.178,
@ -15294,6 +15293,7 @@
51062474
],
"LastUpdateScan": 1722225968,
"LastUpdate": 1722198048,
"FirstSeen": 1,
"topTrending": 0.038000000000000006,
"topPerforming": 0.216
@ -17206,7 +17206,6 @@
],
"downloads": 420053,
"stars": 15,
"LastUpdate": 1524626827,
"trending": 0.033,
"trends": [
0.024,
@ -17236,6 +17235,7 @@
420053
],
"LastUpdateScan": 1722225968,
"LastUpdate": 1524626827,
"FirstSeen": 1,
"topTrending": 0.009000000000000001,
"topPerforming": 0.033
@ -50605,7 +50605,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1722225968,
"FirstSeen": 1665048630
},
{
@ -51563,7 +51562,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1722225968,
"FirstSeen": 1555805286
},
{
@ -52752,7 +52750,6 @@
],
"downloads": 25261,
"stars": 2,
"LastUpdate": 1575494235,
"trending": 0.028,
"trends": [
0.036,
@ -52782,6 +52779,7 @@
25261
],
"LastUpdateScan": 1722225968,
"LastUpdate": 1575494235,
"FirstSeen": 1471752000,
"topTrending": -0.007999999999999997
},
@ -52819,7 +52817,6 @@
],
"downloads": 63192,
"stars": 1,
"LastUpdate": 1586389219,
"trending": 0.002,
"trends": [
0.003,
@ -52835,6 +52832,7 @@
63192
],
"LastUpdateScan": 1722225968,
"LastUpdate": 1586389219,
"FirstSeen": 1490241600
},
{
@ -53431,7 +53429,6 @@
],
"downloads": 7453149,
"stars": 81,
"LastUpdate": 1722028795,
"trending": 0.209,
"trends": [
0.312,
@ -53461,6 +53458,7 @@
7453149
],
"LastUpdateScan": 1722225969,
"LastUpdate": 1722028795,
"FirstSeen": 1633831416,
"topTrending": -0.10300000000000001,
"topPerforming": 0.209
@ -55916,7 +55914,6 @@
],
"downloads": 285038164,
"stars": 1239,
"LastUpdate": 1721961836,
"trending": 1.314,
"trends": [
0.662,
@ -55946,6 +55943,7 @@
285038164
],
"LastUpdateScan": 1722225969,
"LastUpdate": 1721961836,
"FirstSeen": 1521950400,
"topTrending": 0.652,
"topPerforming": 1.314
@ -57094,7 +57092,6 @@
],
"downloads": 477340,
"stars": 2,
"LastUpdate": 1508611752,
"trending": 0.004,
"trends": [
0.006,
@ -57124,6 +57121,7 @@
477340
],
"LastUpdateScan": 1722225969,
"LastUpdate": 1508611752,
"FirstSeen": 1470110400,
"topTrending": -0.002,
"topPerforming": 0.004
@ -60198,8 +60196,8 @@
],
"downloads": 1130206,
"stars": 5,
"LastUpdate": 1582991847,
"LastUpdateScan": 1722225969,
"LastUpdate": 1582991847,
"FirstSeen": 1
},
{
@ -61513,7 +61511,6 @@
"templatePath": "/tmp/GitHub/AppFeed/templates/clowrymsRepository/Mineos-node(Ubuntu).xml",
"downloads": 4309615,
"stars": 52,
"LastUpdate": 1650898557,
"trending": 2.388,
"trends": [
1.922,
@ -61543,6 +61540,7 @@
4309615
],
"LastUpdateScan": 1722225969,
"LastUpdate": 1650898557,
"FirstSeen": 1544995612,
"topTrending": 0.46599999999999997,
"topPerforming": 2.388
@ -79367,7 +79365,6 @@
],
"downloads": 196452819,
"stars": 312,
"LastUpdate": 1720289172,
"trending": 0.248,
"trends": [
0.12,
@ -79397,6 +79394,7 @@
196452819
],
"LastUpdateScan": 1722225970,
"LastUpdate": 1720289172,
"FirstSeen": "1522344585",
"topTrending": 0.128,
"topPerforming": 0.248
@ -79644,7 +79642,6 @@
],
"downloads": 197339,
"stars": 1,
"LastUpdate": 1553339403,
"trending": 0.057,
"trends": [
0.05,
@ -79674,6 +79671,7 @@
197339
],
"LastUpdateScan": 1722225970,
"LastUpdate": 1553339403,
"FirstSeen": 1553288500,
"topTrending": 0.006999999999999999,
"topPerforming": 0.057
@ -81335,7 +81333,6 @@
],
"downloads": 58608210,
"stars": 306,
"LastUpdate": 1646744277,
"trending": 0.111,
"trends": [
0.117,
@ -81365,6 +81362,7 @@
58608210
],
"LastUpdateScan": 1722225970,
"LastUpdate": 1646744277,
"FirstSeen": "1527398179",
"topTrending": -0.006000000000000005,
"topPerforming": 0.111
@ -82895,7 +82893,6 @@
],
"downloads": 25957,
"stars": 3,
"LastUpdate": 1671719445,
"trending": 0.062,
"trends": [
0.039,
@ -82925,6 +82922,7 @@
25957
],
"LastUpdateScan": 1722225970,
"LastUpdate": 1671719445,
"FirstSeen": 1613012808,
"topTrending": 0.023
},
@ -86475,7 +86473,6 @@
],
"downloads": 92738,
"stars": 11,
"LastUpdate": 1628106005,
"trending": 0.763,
"trends": [
0.722,
@ -86505,6 +86502,7 @@
92738
],
"LastUpdateScan": 1722225970,
"LastUpdate": 1628106005,
"FirstSeen": 1641611113,
"topTrending": 0.041000000000000036
},
@ -87252,7 +87250,6 @@
],
"downloads": 317488,
"stars": 1,
"LastUpdate": 1612478584,
"trending": 0.115,
"trends": [
0.349,
@ -87282,6 +87279,7 @@
317488
],
"LastUpdateScan": 1722225971,
"LastUpdate": 1612478584,
"FirstSeen": 1584425477,
"topTrending": -0.23399999999999999,
"topPerforming": 0.115
@ -92865,7 +92863,6 @@
"templatePath": "/tmp/GitHub/AppFeed/templates/GracksRepository/greg/chowdown.xml",
"downloads": 1208657,
"stars": 3,
"LastUpdate": 1580504676,
"trending": 0.086,
"trends": [
0.071,
@ -92895,6 +92892,7 @@
1208657
],
"LastUpdateScan": 1722225971,
"LastUpdate": 1580504676,
"FirstSeen": 1550721741,
"topTrending": 0.015,
"topPerforming": 0.086
@ -101198,8 +101196,8 @@
"GameServers"
],
"downloads": 1996,
"LastUpdate": 1717664744,
"LastUpdateScan": 1722225971,
"LastUpdate": 1717664744,
"FirstSeen": 1667663797
},
{
@ -104873,7 +104871,6 @@
"GameServers"
],
"stars": 45,
"LastUpdate": 1721913328,
"trendsDate": [
1706634382,
1709233563,
@ -104884,6 +104881,7 @@
1722225971
],
"LastUpdateScan": 1722225971,
"LastUpdate": 1721913328,
"FirstSeen": 1558447642
},
{
@ -110305,7 +110303,6 @@
"GameServers"
],
"stars": 45,
"LastUpdate": 1721913328,
"trendsDate": [
1706634382,
1709233563,
@ -110316,6 +110313,7 @@
1722225971
],
"LastUpdateScan": 1722225971,
"LastUpdate": 1721913328,
"FirstSeen": 1558447643
},
{
@ -111763,7 +111761,6 @@
"GameServers"
],
"stars": 45,
"LastUpdate": 1721913328,
"trendsDate": [
1706634383,
1709233564,
@ -111774,6 +111771,7 @@
1722225971
],
"LastUpdateScan": 1722225971,
"LastUpdate": 1721913328,
"FirstSeen": 1558418820
},
{
@ -118972,7 +118970,6 @@
],
"downloads": 57330,
"stars": 3,
"LastUpdate": 1676961864,
"trending": 0.134,
"trends": [
0.111,
@ -119002,6 +118999,7 @@
57330
],
"LastUpdateScan": 1722225972,
"LastUpdate": 1676961864,
"FirstSeen": 1602612813,
"topTrending": 0.023000000000000007
},
@ -128903,7 +128901,6 @@
"GameServers"
],
"stars": 45,
"LastUpdate": 1721913328,
"trendsDate": [
1706634383,
1709233564,
@ -128914,6 +128911,7 @@
1722225972
],
"LastUpdateScan": 1722225972,
"LastUpdate": 1721913328,
"FirstSeen": 1555920399
},
{
@ -133889,7 +133887,6 @@
"GameServers"
],
"stars": 45,
"LastUpdate": 1721913328,
"trendsDate": [
1706634383,
1709233564,
@ -133900,6 +133897,7 @@
1722225972
],
"LastUpdateScan": 1722225972,
"LastUpdate": 1721913328,
"FirstSeen": 1558526835
},
{
@ -134681,7 +134679,6 @@
"GameServers"
],
"downloads": 27118,
"LastUpdate": 1717667326,
"trending": 0.026,
"trends": [
0.048,
@ -134711,6 +134708,7 @@
27118
],
"LastUpdateScan": 1722225972,
"LastUpdate": 1717667326,
"FirstSeen": 1594916128,
"topTrending": -0.022000000000000002
},
@ -151145,7 +151143,6 @@
],
"downloads": 193135172,
"stars": 234,
"LastUpdate": 1721627738,
"trending": 1.128,
"trends": [
1.399,
@ -151175,6 +151172,7 @@
193135172
],
"LastUpdateScan": 1722225972,
"LastUpdate": 1721627738,
"FirstSeen": 1639055016,
"topTrending": -0.27100000000000013,
"topPerforming": 1.128
@ -153390,7 +153388,6 @@
],
"downloads": 3948746,
"stars": 50,
"LastUpdate": 1627104756,
"trending": 0.257,
"trends": [
0.248,
@ -153420,6 +153417,7 @@
3948746
],
"LastUpdateScan": 1722225972,
"LastUpdate": 1627104756,
"FirstSeen": 1610485688,
"topTrending": 0.009000000000000008,
"topPerforming": 0.257
@ -157286,7 +157284,6 @@
],
"downloads": 199327,
"stars": 6,
"LastUpdate": 1633630780,
"trending": 2.423,
"trends": [
2.2,
@ -157316,6 +157313,7 @@
199327
],
"LastUpdateScan": 1722225972,
"LastUpdate": 1633630780,
"FirstSeen": 1639095664,
"topTrending": 0.22299999999999986,
"topPerforming": 2.423
@ -165821,7 +165819,6 @@
],
"downloads": 90885,
"stars": 1,
"LastUpdate": 1636407636,
"trending": 0.067,
"trends": [
0.049,
@ -165851,6 +165848,7 @@
90885
],
"LastUpdateScan": 1722225973,
"LastUpdate": 1636407636,
"FirstSeen": 1636412600,
"topTrending": 0.018000000000000002
},
@ -183097,7 +183095,6 @@
],
"downloads": 202437,
"stars": 2,
"LastUpdate": 1608954774,
"trending": 0.015,
"trends": [
0.007,
@ -183127,6 +183124,7 @@
202437
],
"LastUpdateScan": 1722225973,
"LastUpdate": 1608954774,
"FirstSeen": 1584505149,
"topTrending": 0.008,
"topPerforming": 0.015
@ -205881,7 +205879,6 @@
],
"downloads": 163251,
"stars": 18,
"LastUpdate": 1718611499,
"trending": 0.282,
"trends": [
0.382,
@ -205911,6 +205908,7 @@
163251
],
"LastUpdateScan": 1722225973,
"LastUpdate": 1718611499,
"FirstSeen": 1597520728,
"topTrending": -0.10000000000000003,
"topPerforming": 0.282
@ -210670,7 +210668,6 @@
],
"downloads": 127003282,
"stars": 281,
"LastUpdate": 1722130163,
"trending": 0.626,
"trends": [
0.611,
@ -210700,6 +210697,7 @@
127003282
],
"LastUpdateScan": 1722225973,
"LastUpdate": 1722130163,
"FirstSeen": 1602676263,
"topTrending": 0.015000000000000013,
"topPerforming": 0.626
@ -210831,7 +210829,6 @@
],
"downloads": 778036,
"stars": 11,
"LastUpdate": 1644951465,
"trending": 0.002,
"trends": [
0.001,
@ -210861,6 +210858,7 @@
778036
],
"LastUpdateScan": 1722225973,
"LastUpdate": 1644951465,
"FirstSeen": 1602720717,
"topTrending": 0.001,
"topPerforming": 0.002
@ -214982,7 +214980,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1722225973,
"FirstSeen": 1613057018
},
{
@ -215501,7 +215498,6 @@
],
"downloads": 157837,
"stars": 10,
"LastUpdate": 1628677859,
"trending": 1.56,
"trends": [
1.52,
@ -215531,6 +215527,7 @@
157837
],
"LastUpdateScan": 1722225974,
"LastUpdate": 1628677859,
"FirstSeen": 1628669013,
"topTrending": 0.040000000000000036,
"topPerforming": 1.56
@ -216794,7 +216791,6 @@
],
"downloads": 191291,
"stars": 1,
"LastUpdate": 1721987403,
"trending": 0.371,
"trends": [
0.193,
@ -216824,6 +216820,7 @@
191291
],
"LastUpdateScan": 1722225974,
"LastUpdate": 1721987403,
"FirstSeen": 1633889018,
"topTrending": 0.178,
"topPerforming": 0.371
@ -217205,7 +217202,6 @@
],
"downloads": 8701137,
"stars": 168,
"LastUpdate": 1721893429,
"trending": 2.752,
"trends": [
3.417,
@ -217235,6 +217231,7 @@
8701137
],
"LastUpdateScan": 1722225974,
"LastUpdate": 1721893429,
"FirstSeen": 1652011398,
"topTrending": -0.665,
"topPerforming": 2.752
@ -222891,7 +222888,6 @@
],
"downloads": 588938,
"stars": 25,
"LastUpdate": 1721119469,
"trending": 1.281,
"trends": [
1.097,
@ -222921,6 +222917,7 @@
588938
],
"LastUpdateScan": 1722225974,
"LastUpdate": 1721119469,
"FirstSeen": 1636455802,
"topTrending": 0.18399999999999994,
"topPerforming": 1.281
@ -241645,7 +241642,6 @@
],
"downloads": 61318,
"stars": 2,
"LastUpdate": 1712781351,
"trending": 3.937,
"trends": [
12.313,
@ -241675,6 +241671,7 @@
61318
],
"LastUpdateScan": 1722225974,
"LastUpdate": 1712781351,
"FirstSeen": 1665050620,
"topTrending": -8.376000000000001
},
@ -261007,7 +261004,6 @@
],
"downloads": 164682,
"stars": 6,
"LastUpdate": 1719775022,
"trending": 1.912,
"trends": [
2.244,
@ -261037,6 +261033,7 @@
164682
],
"LastUpdateScan": 1722225974,
"LastUpdate": 1719775022,
"FirstSeen": 1636477411,
"topTrending": -0.3320000000000003,
"topPerforming": 1.912
@ -272110,7 +272107,6 @@
],
"downloads": 454665,
"stars": 32,
"LastUpdate": 1720922134,
"trending": 8.777,
"trends": [
8.551,
@ -272140,6 +272136,7 @@
454665
],
"LastUpdateScan": 1722225975,
"LastUpdate": 1720922134,
"FirstSeen": 1646875585,
"topTrending": 0.2259999999999991,
"topPerforming": 8.777
@ -274152,8 +274149,8 @@
"Network-Other"
],
"downloads": 3903,
"LastUpdate": 1699848207,
"LastUpdateScan": 1722225975,
"LastUpdate": 1699848207,
"FirstSeen": 1657231423
},
{
@ -283333,7 +283330,6 @@
"Productivity"
],
"downloads": 19604,
"LastUpdate": 1654668302,
"trending": 1.51,
"trends": [
1.882,
@ -283363,6 +283359,7 @@
19604
],
"LastUpdateScan": 1722225975,
"LastUpdate": 1654668302,
"FirstSeen": 1654668209,
"topTrending": -0.3719999999999999
},
@ -283453,8 +283450,8 @@
"GameServers"
],
"downloads": 1094,
"LastUpdate": 1668210445,
"LastUpdateScan": 1722225975,
"LastUpdate": 1668210445,
"FirstSeen": 1654679695
},
{
@ -283635,7 +283632,6 @@
"GameServers"
],
"downloads": 17429,
"LastUpdate": 1647642723,
"trending": 0.029,
"trends": [
0.023,
@ -283665,6 +283661,7 @@
17429
],
"LastUpdateScan": 1722225975,
"LastUpdate": 1647642723,
"FirstSeen": 1654679695,
"topTrending": 0.006000000000000002
},
@ -283755,7 +283752,6 @@
"GameServers"
],
"downloads": 17526,
"LastUpdate": 1705086035,
"trending": 0.051,
"trends": [
0.109,
@ -283785,6 +283781,7 @@
17526
],
"LastUpdateScan": 1722225975,
"LastUpdate": 1705086035,
"FirstSeen": 1654679696,
"topTrending": -0.058
},
@ -283875,7 +283872,6 @@
"GameServers"
],
"downloads": 17510,
"LastUpdate": 1668209665,
"trending": 0.04,
"trends": [
0.057,
@ -283905,6 +283901,7 @@
17510
],
"LastUpdateScan": 1722225975,
"LastUpdate": 1668209665,
"FirstSeen": 1654679696,
"topTrending": -0.017
},
@ -284009,7 +284006,6 @@
"GameServers"
],
"downloads": 17141,
"LastUpdate": 1668211322,
"trending": 0.029,
"trends": [
0.07,
@ -284039,6 +284035,7 @@
17141
],
"LastUpdateScan": 1722225976,
"LastUpdate": 1668211322,
"FirstSeen": 1654679696,
"topTrending": -0.04100000000000001
},
@ -284129,7 +284126,6 @@
"GameServers"
],
"downloads": 17357,
"LastUpdate": 1651362977,
"trending": 0.023,
"trends": [
0.023
@ -284142,6 +284138,7 @@
17357
],
"LastUpdateScan": 1722225976,
"LastUpdate": 1651362977,
"FirstSeen": 1654679697
},
{
@ -284335,8 +284332,8 @@
"GameServers"
],
"downloads": 119,
"LastUpdate": 1652918869,
"LastUpdateScan": 1722225976,
"LastUpdate": 1652918869,
"FirstSeen": 1654679697
},
{
@ -286777,7 +286774,6 @@
],
"downloads": 556710,
"stars": 67,
"LastUpdate": 1722051759,
"trending": 3.744,
"trends": [
4.2,
@ -286807,6 +286803,7 @@
556710
],
"LastUpdateScan": 1722225976,
"LastUpdate": 1722051759,
"FirstSeen": 1667663804,
"topTrending": -0.45599999999999996,
"topPerforming": 3.744
@ -290977,7 +290974,6 @@
],
"downloads": 3606460,
"stars": 52,
"LastUpdate": 1722075252,
"trending": 1.86,
"trends": [
2.087,
@ -291007,6 +291003,7 @@
3606460
],
"LastUpdateScan": 1722225976,
"LastUpdate": 1722075252,
"FirstSeen": 1662388709,
"topTrending": -0.2270000000000001,
"topPerforming": 1.86
@ -291339,8 +291336,8 @@
],
"downloads": 9030,
"stars": 2,
"LastUpdate": 1645516914,
"LastUpdateScan": 1722225977,
"LastUpdate": 1645516914,
"FirstSeen": 1662416168
},
{
@ -295459,8 +295456,8 @@
"Tools-Utilities"
],
"downloads": 2644,
"LastUpdate": 1722210865,
"LastUpdateScan": 1722225977,
"LastUpdate": 1722210865,
"FirstSeen": 1722225977
},
{

View File

@ -73336,7 +73336,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1719641159,
"Time": 1722240403,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -73345,36 +73345,36 @@
},
"thingsboard/tb-postgres": {
"Base": null,
"Downloads": 2421670,
"Downloads": 2445762,
"Stars": 59,
"Time": 1719641160,
"trending": 0.759,
"Time": 1722240403,
"trending": 0.985,
"trends": [
0.389,
1.505,
0.692,
0.853,
0.462,
0.689,
0.759
0.759,
0.985
],
"downloadtrend": [
2303941,
2339154,
2355446,
2375705,
2386724,
2403279,
2421670
2421670,
2445762
],
"trendsDate": [
1704049552,
1706648759,
1709247970,
1711843559,
1714442767,
1717041962,
1719641160
1719641160,
1722240403
],
"LastUpdate": 1718630315
},
@ -76085,36 +76085,36 @@
},
"medaziz11/uptimekuma_restapi": {
"Base": null,
"Downloads": 1541199,
"Stars": 1,
"Time": 1719641159,
"trending": 0.275,
"Downloads": 1545903,
"Stars": 2,
"Time": 1722240403,
"trending": 0.304,
"trends": [
0.107,
0.123,
0.147,
0.155,
0.169,
0.278,
0.275
0.275,
0.304
],
"downloadtrend": [
1523593,
1525473,
1527720,
1530084,
1532674,
1536954,
1541199
1541199,
1545903
],
"trendsDate": [
1704049552,
1706648758,
1709247970,
1711843558,
1714442767,
1717041961,
1719641159
1719641159,
1722240403
],
"LastUpdate": 1691664849
},
@ -84259,9 +84259,9 @@
},
"futrlabsmagic/comfyui-magic": {
"Base": null,
"Downloads": 2780,
"Downloads": 3012,
"Stars": 2,
"Time": 1719641159,
"Time": 1722240403,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -84270,36 +84270,36 @@
},
"ngosang/amule": {
"Base": null,
"Downloads": 234495,
"Stars": 21,
"Time": 1719641160,
"trending": 10.176,
"Downloads": 262967,
"Stars": 22,
"Time": 1722240403,
"trending": 10.827,
"trends": [
9.564,
9.559,
8.952,
9.575,
9.971,
10.037,
10.176
10.176,
10.827
],
"downloadtrend": [
127028,
140454,
154264,
170598,
189492,
210633,
234495
234495,
262967
],
"trendsDate": [
1704056125,
1706648759,
1709247970,
1711843559,
1714442768,
1717041962,
1719641160
1719641160,
1722240403
],
"LastUpdate": 1717139842
},

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{
"caFixed": 499,
"caFixed": 498,
"fixedTemplates": {
"mandarons' Repository": {
"mandarons/icloud-drive": [
@ -54,11 +54,6 @@
"No Registry entry set. Created from Repository setting - This may not be the correct value"
]
},
"Richy1989's Repository": {
"richy1989/meshcentral": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:443]"
]
},
"Lite's Repository": {
"\n\t\tballaswag/guppyflo:latest\n\t": [
"Unknown category \n\t\tHomeAutomation:",