This commit is contained in:
Andrew Z 2021-12-21 09:31:18 -05:00
parent 74db0ebf4b
commit 6d48d9bb0a
8 changed files with 436 additions and 186 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1640091813
"last_updated_timestamp": 1640097076
}

View File

@ -13010,11 +13010,10 @@
"CategoryList": [
"MediaServer-Other"
],
"downloads": 902343,
"downloads": 904250,
"stars": 17,
"trending": 0.197,
"trending": 0.211,
"trends": [
0.243,
0.191,
0.281,
0.312,
@ -13026,10 +13025,10 @@
0.214,
0.207,
0.205,
0.197
0.197,
0.211
],
"trendsDate": [
1606317079,
1608916041,
1611515588,
1614113354,
@ -13041,10 +13040,10 @@
1629705809,
1632305013,
1634904199,
1637499913
1637499913,
1640097075
],
"downloadtrend": [
876705,
878382,
880855,
883615,
@ -13056,12 +13055,13 @@
896856,
898720,
900564,
902343
902343,
904250
],
"LastUpdateScan": 1637499913,
"LastUpdateScan": 1640097075,
"FirstSeen": 1,
"topTrending": -0.045999999999999985,
"topPerforming": 0.197
"topTrending": 0.01999999999999999,
"topPerforming": 0.211
},
{
"Date": 1434513600,
@ -28913,6 +28913,7 @@
"Support": "https://github.com/linuxserver/docker-sonarr/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-sonarr#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-sonarr#readme",
"Branch": [
{
"Tag": "latest",
@ -28920,7 +28921,9 @@
},
{
"Tag": "develop",
"TagDescription": "Development releases from Sonarr (currently v3)"
"TagDescription": "Development releases from Sonarr (currently v3)",
"ReadMe": "https://github.com/linuxserver/docker-sonarr/tree/develop#readme",
"GitHub": "https://github.com/linuxserver/docker-sonarr/tree/develop#application-setup"
}
],
"Project": "https://sonarr.tv/",
@ -38097,8 +38100,8 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 4058,
"LastUpdateScan": 1637499913,
"downloads": 4129,
"LastUpdateScan": 1640097075,
"FirstSeen": 1
},
{
@ -38422,8 +38425,8 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 7825,
"LastUpdateScan": 1637499914,
"downloads": 7929,
"LastUpdateScan": 1640097075,
"FirstSeen": 1
},
{
@ -40951,11 +40954,10 @@
"CategoryList": [
"Downloaders"
],
"downloads": 290297,
"downloads": 290327,
"stars": 1,
"trending": 0.012,
"trending": 0.01,
"trends": [
3.075,
3.514,
2.73,
0.509,
@ -40967,10 +40969,10 @@
0.025,
0.027,
0.014,
0.012
0.012,
0.01
],
"trendsDate": [
1606317080,
1608916042,
1611515589,
1614113355,
@ -40982,10 +40984,10 @@
1629705810,
1632305014,
1634904200,
1637499914
1637499914,
1640097076
],
"downloadtrend": [
270532,
280385,
288255,
289729,
@ -40997,12 +40999,13 @@
290144,
290221,
290263,
290297
290297,
290327
],
"LastUpdateScan": 1637499914,
"LastUpdateScan": 1640097076,
"FirstSeen": "1498762357",
"topTrending": -3.063,
"topPerforming": 0.012
"topTrending": -3.504,
"topPerforming": 0.01
},
{
"Name": "FlexTV",
@ -207388,5 +207391,107 @@
"downloads": 439,
"LastUpdateScan": 1639501424,
"FirstSeen": 1639501424
},
{
"Name": "cups",
"Repository": "ydkn/cups",
"Registry": "https://hub.docker.com/r/olbat/cupsd",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Overview": "Docker image including CUPS print server and printing drivers (installed from the Debian packages).\r\n\r\nConnect to the Cups server at http://127.0.0.1:631\r\nAdd printers: Administration > Printers > Add Printer\r\nNote: The admin user/password for the Cups server is admin/admin",
"WebUI": "https://[IP]:[PORT:631]/",
"TemplateURL": "https://raw.githubusercontent.com/josecoelho/unraid-templates/main/cups/cups.xml",
"Icon": "https://raw.githubusercontent.com/josecoelho/unraid-templates/main/cups/cups.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "USB mapping",
"Target": "/var/run/dbus",
"Default": "/var/run/dbus",
"Mode": "rw",
"Description": "Container Path: /var/run/dbus",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/var/run/dbus"
},
{
"@attributes": {
"Name": "Config file",
"Target": "/etc/cups/",
"Default": "/mnt/user/appdata/cups/",
"Mode": "rw",
"Description": "Cups appdata",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cups/"
},
{
"@attributes": {
"Name": "Web interface port",
"Target": "631",
"Default": "631",
"Mode": "tcp",
"Description": "Container Port: 631",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "631"
},
{
"@attributes": {
"Name": "ADMIN_PASSWORD",
"Target": "ADMIN_PASSWORD",
"Default": "admin",
"Mode": "",
"Description": "Customise admin password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
{
"@attributes": {
"Name": "Printer",
"Target": "",
"Default": "",
"Mode": "",
"Description": "USB path to your printer.\r\n\r\nRun `lsusb` and find your printer.\r\n\r\nE.g.: Bus 003 Device 009: ID 03f0:c111 Hewlett-Packard Deskjet 1510\r\n\r\nIt's the Bus 003 Device 009, so the path to is should be: /dev/bus/usb/003/009",
"Type": "Device",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/dev/bus/usb/003/009"
}
],
"Repo": "Jos\u00e9 Coelho's Repository",
"Beta": "true",
"Date": "1640037579",
"templatePath": "/tmp/GitHub/AppFeed/templates/Jos\u00e9CoelhosRepository/cups/cups.xml",
"CategoryList": [
"Tools-Utilities",
"Network-Other"
],
"downloads": 1067526,
"stars": 15,
"LastUpdateScan": 1640097076,
"FirstSeen": 1640097076
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 1492,
"last_updated_timestamp": 1640091813,
"last_updated": "2021-12-21 08:03",
"apps": 1493,
"last_updated_timestamp": 1640097076,
"last_updated": "2021-12-21 09:31",
"categories": [
{
"Cat": "Backup:",
@ -13172,11 +13172,10 @@
"CategoryList": [
"MediaServer-Other"
],
"downloads": 902343,
"downloads": 904250,
"stars": 17,
"trending": 0.197,
"trending": 0.211,
"trends": [
0.243,
0.191,
0.281,
0.312,
@ -13188,10 +13187,10 @@
0.214,
0.207,
0.205,
0.197
0.197,
0.211
],
"trendsDate": [
1606317079,
1608916041,
1611515588,
1614113354,
@ -13203,10 +13202,10 @@
1629705809,
1632305013,
1634904199,
1637499913
1637499913,
1640097075
],
"downloadtrend": [
876705,
878382,
880855,
883615,
@ -13218,12 +13217,13 @@
896856,
898720,
900564,
902343
902343,
904250
],
"LastUpdateScan": 1637499913,
"LastUpdateScan": 1640097075,
"FirstSeen": 1,
"topTrending": -0.045999999999999985,
"topPerforming": 0.197
"topTrending": 0.01999999999999999,
"topPerforming": 0.211
},
{
"Date": 1434513600,
@ -29075,6 +29075,7 @@
"Support": "https://github.com/linuxserver/docker-sonarr/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-sonarr#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-sonarr#readme",
"Branch": [
{
"Tag": "latest",
@ -29082,7 +29083,9 @@
},
{
"Tag": "develop",
"TagDescription": "Development releases from Sonarr (currently v3)"
"TagDescription": "Development releases from Sonarr (currently v3)",
"ReadMe": "https://github.com/linuxserver/docker-sonarr/tree/develop#readme",
"GitHub": "https://github.com/linuxserver/docker-sonarr/tree/develop#application-setup"
}
],
"Project": "https://sonarr.tv/",
@ -38259,8 +38262,8 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 4058,
"LastUpdateScan": 1637499913,
"downloads": 4129,
"LastUpdateScan": 1640097075,
"FirstSeen": 1
},
{
@ -38584,8 +38587,8 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 7825,
"LastUpdateScan": 1637499914,
"downloads": 7929,
"LastUpdateScan": 1640097075,
"FirstSeen": 1
},
{
@ -41113,11 +41116,10 @@
"CategoryList": [
"Downloaders"
],
"downloads": 290297,
"downloads": 290327,
"stars": 1,
"trending": 0.012,
"trending": 0.01,
"trends": [
3.075,
3.514,
2.73,
0.509,
@ -41129,10 +41131,10 @@
0.025,
0.027,
0.014,
0.012
0.012,
0.01
],
"trendsDate": [
1606317080,
1608916042,
1611515589,
1614113355,
@ -41144,10 +41146,10 @@
1629705810,
1632305014,
1634904200,
1637499914
1637499914,
1640097076
],
"downloadtrend": [
270532,
280385,
288255,
289729,
@ -41159,12 +41161,13 @@
290144,
290221,
290263,
290297
290297,
290327
],
"LastUpdateScan": 1637499914,
"LastUpdateScan": 1640097076,
"FirstSeen": "1498762357",
"topTrending": -3.063,
"topPerforming": 0.012
"topTrending": -3.504,
"topPerforming": 0.01
},
{
"Name": "FlexTV",
@ -207550,6 +207553,108 @@
"downloads": 439,
"LastUpdateScan": 1639501424,
"FirstSeen": 1639501424
},
{
"Name": "cups",
"Repository": "ydkn/cups",
"Registry": "https://hub.docker.com/r/olbat/cupsd",
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Overview": "Docker image including CUPS print server and printing drivers (installed from the Debian packages).\r\n\r\nConnect to the Cups server at http://127.0.0.1:631\r\nAdd printers: Administration > Printers > Add Printer\r\nNote: The admin user/password for the Cups server is admin/admin",
"WebUI": "https://[IP]:[PORT:631]/",
"TemplateURL": "https://raw.githubusercontent.com/josecoelho/unraid-templates/main/cups/cups.xml",
"Icon": "https://raw.githubusercontent.com/josecoelho/unraid-templates/main/cups/cups.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "USB mapping",
"Target": "/var/run/dbus",
"Default": "/var/run/dbus",
"Mode": "rw",
"Description": "Container Path: /var/run/dbus",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/var/run/dbus"
},
{
"@attributes": {
"Name": "Config file",
"Target": "/etc/cups/",
"Default": "/mnt/user/appdata/cups/",
"Mode": "rw",
"Description": "Cups appdata",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/cups/"
},
{
"@attributes": {
"Name": "Web interface port",
"Target": "631",
"Default": "631",
"Mode": "tcp",
"Description": "Container Port: 631",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "631"
},
{
"@attributes": {
"Name": "ADMIN_PASSWORD",
"Target": "ADMIN_PASSWORD",
"Default": "admin",
"Mode": "",
"Description": "Customise admin password",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
{
"@attributes": {
"Name": "Printer",
"Target": "",
"Default": "",
"Mode": "",
"Description": "USB path to your printer.\r\n\r\nRun `lsusb` and find your printer.\r\n\r\nE.g.: Bus 003 Device 009: ID 03f0:c111 Hewlett-Packard Deskjet 1510\r\n\r\nIt's the Bus 003 Device 009, so the path to is should be: /dev/bus/usb/003/009",
"Type": "Device",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/dev/bus/usb/003/009"
}
],
"Repo": "Jos\u00e9 Coelho's Repository",
"Beta": "true",
"Date": "1640037579",
"templatePath": "/tmp/GitHub/AppFeed/templates/Jos\u00e9CoelhosRepository/cups/cups.xml",
"CategoryList": [
"Tools-Utilities",
"Network-Other"
],
"downloads": 1067526,
"stars": 15,
"LastUpdateScan": 1640097076,
"FirstSeen": 1640097076
}
],
"repositories": {
@ -209030,6 +209135,10 @@
"a_n_d_y's Repository": {
"url": "https://github.com/rythmik/docker-templates",
"profile": "https://forums.unraid.net/profile/10512-a_n_d_y/"
},
"Jos\u00e9 Coelho's Repository": {
"url": "https://github.com/josecoelho/unraid-templates",
"profile": "https://forums.unraid.net/profile/125944-jos%C3%A9-coelho/"
}
}
}

View File

@ -1950,5 +1950,6 @@
"atdr.meo.ws/archiveteam/warrior-dockerfile:latest": 1639775022,
"cr.hotio.dev/hotio/qbitmanage": 1639782214,
"olprog/tmpmail": 1639875810,
"hernandito/myfilebrowser": 1640012633
"hernandito/myfilebrowser": 1640012633,
"ydkn/cups": 1640097076
}

View File

@ -183808,9 +183808,20 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 83636,
"stars": 11,
"LastUpdateScan": 1637492599,
"downloads": 85285,
"stars": 13,
"trending": 1.934,
"trends": [
1.934
],
"trendsDate": [
1640091813
],
"downloadtrend": [
83636,
85285
],
"LastUpdateScan": 1640091813,
"FirstSeen": 1637492599
},
{
@ -194452,31 +194463,34 @@
"Security",
"Network-VPN"
],
"downloads": 3290169,
"stars": 46,
"trending": 16.846,
"downloads": 3967084,
"stars": 50,
"trending": 17.063,
"trends": [
32.6,
24.216,
18.196,
16.846
16.846,
17.063
],
"trendsDate": [
1629698613,
1632297827,
1634896997,
1637492599
1637492599,
1640091813
],
"downloadtrend": [
1143170,
1696101,
2238075,
2735904,
3290169
3290169,
3967084
],
"LastUpdateScan": 1637492599,
"LastUpdateScan": 1640091813,
"FirstSeen": 1627099389,
"topTrending": -15.754000000000001
"topTrending": -15.537000000000003
},
{
"Name": "ShadowSocks-Server",

View File

@ -7122,12 +7122,11 @@
},
"yujiod/minecraft-mineos": {
"Base": null,
"Downloads": 902343,
"Downloads": 904250,
"Stars": 17,
"Time": 1637499913,
"trending": 0.197,
"Time": 1640097075,
"trending": 0.211,
"trends": [
0.243,
0.191,
0.281,
0.312,
@ -7139,10 +7138,10 @@
0.214,
0.207,
0.205,
0.197
0.197,
0.211
],
"downloadtrend": [
876705,
878382,
880855,
883615,
@ -7154,10 +7153,10 @@
896856,
898720,
900564,
902343
902343,
904250
],
"trendsDate": [
1606317079,
1608916041,
1611515588,
1614113354,
@ -7169,7 +7168,8 @@
1629705809,
1632305013,
1634904199,
1637499913
1637499913,
1640097075
]
},
"hernandito/docker-resourcespace": {
@ -14452,12 +14452,11 @@
},
"chvb/docker-webgrabplus": {
"Base": null,
"Downloads": 290297,
"Downloads": 290327,
"Stars": 1,
"Time": 1637499914,
"trending": 0.012,
"Time": 1640097076,
"trending": 0.01,
"trends": [
3.075,
3.514,
2.73,
0.509,
@ -14469,10 +14468,10 @@
0.025,
0.027,
0.014,
0.012
0.012,
0.01
],
"downloadtrend": [
270532,
280385,
288255,
289729,
@ -14484,10 +14483,10 @@
290144,
290221,
290263,
290297
290297,
290327
],
"trendsDate": [
1606317080,
1608916042,
1611515589,
1614113355,
@ -14499,7 +14498,8 @@
1629705810,
1632305014,
1634904200,
1637499914
1637499914,
1640097076
]
},
"jcreynolds/nodelink": {
@ -27207,9 +27207,9 @@
},
"stuckless/sagetv-server-java9": {
"Base": null,
"Downloads": 4058,
"Downloads": 4129,
"Stars": null,
"Time": 1637499913,
"Time": 1640097075,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -27217,9 +27217,9 @@
},
"stuckless/sagetv-server-java10": {
"Base": null,
"Downloads": 7825,
"Downloads": 7929,
"Stars": null,
"Time": 1637499914,
"Time": 1640097075,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -59102,5 +59102,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"ydkn/cups": {
"Base": null,
"Downloads": 1067526,
"Stars": 15,
"Time": 1640097076,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -1470,565 +1470,571 @@
"title": "josywong's Repository",
"index": 183
},
{
"url": "https://github.com/josecoelho/unraid-templates",
"profile": "https://forums.unraid.net/profile/125944-jos%C3%A9-coelho/",
"title": "Jos\u00e9 Coelho's Repository",
"index": 184
},
{
"url": "https://github.com/jsavargas/telethon_downloader",
"profile": "https://forums.unraid.net/profile/93593-jsavargas/",
"title": "jsavargas' Repository",
"index": 184
"index": 185
},
{
"url": "https://github.com/jslay88/unraid_apps",
"profile": "https://forums.unraid.net/profile/107385-jslay/",
"title": "jslay's Repository",
"index": 185
"index": 186
},
{
"url": "https://github.com/shaf/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/71085-jugniji/",
"title": "JugniJi's Repository",
"index": 186
"index": 187
},
{
"url": "https://github.com/JustinAiken/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/1079-justinaiken/",
"title": "JustinAiken's Repository",
"index": 187
"index": 188
},
{
"url": "https://github.com/Olprog59/unraid-templates",
"profile": "https://forums.unraid.net/profile/121454-kameleon83/",
"title": "Kameleon83's Repository",
"index": 188
"index": 189
},
{
"url": "https://github.com/roninkenji/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/62359-ken-ji/",
"title": "ken-ji's Repository",
"index": 189
"index": 190
},
{
"url": "https://github.com/yqlbu/unraid-templates",
"profile": "https://forums.unraid.net/profile/110700-kevin-yu/",
"title": "kevin yu's Repository",
"index": 190
"index": 191
},
{
"url": "https://github.com/kiowadriver/unraid-docker",
"profile": "https://forums.unraid.net/profile/74645-kiowa2005/",
"title": "kiowa2005's Repository",
"index": 191
"index": 192
},
{
"url": "https://github.com/Knoxie/UnraidTemplates",
"profile": "https://forums.unraid.net/profile/78069-knoxie89/",
"title": "Knoxie89's Repository",
"index": 192
"index": 193
},
{
"url": "https://github.com/Kru-x/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/69435-kru-x/",
"title": "Kru-X's Repository",
"index": 193
"index": 194
},
{
"url": "https://github.com/laur89/unraid-templates/",
"profile": "https://forums.unraid.net/profile/114193-laur/",
"title": "laur's Repository",
"index": 194
"index": 195
},
{
"url": "https://github.com/lawryder/unraid_docker_reps",
"profile": "https://forums.unraid.net/profile/122425-lawryder/",
"title": "LawRyder's Repository",
"index": 195
"index": 196
},
{
"url": "https://github.com/L1cardo/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/128967-licardo/",
"title": "licardo's Repository",
"index": 196
"index": 197
},
{
"url": "https://github.com/linuxserver/linuxserver-Plugin-Repository",
"profile": null,
"title": "Linuxserver's Plugin Repository",
"index": 197
"index": 198
},
{
"url": "https://github.com/locus313/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/74415-locus313/",
"title": "locus313's Repository",
"index": 198
"index": 199
},
{
"url": "https://github.com/macexx/docker-templates",
"profile": "https://forums.lime-technology.com/profile/66302-macester/",
"title": "macester's Repository",
"index": 199
"index": 200
},
{
"url": "https://github.com/magmpzero/docker-templates",
"profile": "https://forums.lime-technology.com/profile/69284-magmpzero/",
"title": "magmpzero's Repository",
"index": 200
"index": 201
},
{
"url": "https://github.com/Malfurious/docker-templates",
"profile": "https://forums.lime-technology.com/profile/77149-malfurious/",
"title": "malfurious' Repository",
"index": 201
"index": 202
},
{
"url": "https://github.com/malvarez00/unRAID-Docker-Templates",
"profile": "https://forums.lime-technology.com/profile/77549-malvarez00/",
"title": "malvarez00's Repository",
"index": 202
"index": 203
},
{
"url": "https://github.com/MarkusMcNugen/docker-templates",
"profile": "https://lime-technology.com/profile/79684-markusmcnugen/",
"title": "MarkusMcNugen's Repository",
"index": 203
"index": 204
},
{
"url": "https://github.com/Marraz/unraid-templates",
"profile": "https://forums.unraid.net/profile/127460-marraz/",
"title": "Marraz' Repository",
"index": 204
"index": 205
},
{
"url": "https://github.com/marzel1/docker-templates",
"profile": "https://forums.unraid.net/profile/117249-marzel/",
"title": "Marzel's Repository",
"index": 205
"index": 206
},
{
"url": "https://github.com/mason-xx/unraid-templates",
"profile": "https://forums.unraid.net/profile/914-mason",
"title": "mason's Repository",
"index": 206
"index": 207
},
{
"url": "https://github.com/mdarkness1988/rust-server-template",
"profile": "https://lime-technology.com/profile/84443-mdarkness1988/",
"title": "mdarkness1988's Repository",
"index": 207
"index": 208
},
{
"url": "https://github.com/OctoPrint/Unraid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's 2nd Repository",
"index": 208
"index": 209
},
{
"url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's Repository",
"index": 209
"index": 210
},
{
"url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/",
"profile": "https://forums.lime-technology.com/profile/11013-mettbrot/",
"title": "Mettbrot's Repository",
"index": 210
"index": 211
},
{
"url": "https://github.com/kiwimato/nut-influxdb-exporter",
"profile": "https://forums.unraid.net/profile/89549-mihai/",
"title": "Mihai's Repository",
"index": 211
"index": 212
},
{
"url": "https://github.com/mikeylikesrocks/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks",
"title": "mikeylikesrocks' Repository",
"index": 212
"index": 213
},
{
"url": "https://github.com/mlebjerg/docker-templates",
"profile": "https://lime-technology.com/profile/76816-mlebjerg/",
"title": "mlebjerg's Repository",
"index": 213
"index": 214
},
{
"url": "https://github.com/MobiusNine/docker-templates",
"profile": "https://forums.unraid.net/profile/84666-mobiusnine/",
"title": "MobiusNine's Repository",
"index": 214
"index": 215
},
{
"url": "https://github.com/dalekseevs/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/74482-mrchunky",
"title": "MrChunky's Repository",
"index": 215
"index": 216
},
{
"url": "https://github.com/Mudislander/docker-templates",
"profile": "https://lime-technology.com/profile/67039-mudislander/",
"title": "Mudislander's Repository",
"index": 216
"index": 217
},
{
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/",
"title": "Muwahhidun's Repository",
"index": 217
"index": 218
},
{
"url": "https://github.com/natcoso9955/unRAID-docker",
"profile": "https://forums.unraid.net/profile/73128-natcoso9955/",
"title": "Natcoso9955's Repository",
"index": 218
"index": 219
},
{
"url": "https://github.com/ninthwalker/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/",
"title": "ninthwalker's Repository",
"index": 219
"index": 220
},
{
"url": "https://github.com/NixonInnes/unraid-builds-xml",
"profile": "https://forums.unraid.net/profile/122748-nixoninnes/",
"title": "NixonInnes' Repository",
"index": 220
"index": 221
},
{
"url": "https://github.com/OFark/docker-templates",
"profile": "https://forums.unraid.net/profile/86513-ofark/",
"title": "OFark's Repository",
"index": 221
"index": 222
},
{
"url": "https://github.com/ofawx/unraid-templates",
"profile": "https://forums.unraid.net/profile/109310-ofawx/",
"title": "ofawx's Repository",
"index": 222
"index": 223
},
{
"url": "https://github.com/photostructure/unraid-template",
"profile": "https://forums.unraid.net/profile/116201-mrm/",
"shortName": "PhotoStructure",
"title": "Official PhotoStructure Repository",
"index": 223
"index": 224
},
{
"url": "https://github.com/plexinc/pms-docker",
"profile": null,
"shortName": "Plex",
"title": "Official Plex Repository",
"index": 224
"index": 225
},
{
"url": "https://github.com/ijabz/songkong_unraid/",
"profile": null,
"shortName": "Songkong",
"title": "Official Songkong Repository",
"index": 225
"index": 226
},
{
"url": "https://github.com/opal06/unraid_docker_templates",
"profile": "https://forums.unraid.net/profile/110756-opal_06/",
"title": "opal_06's Repository",
"index": 226
"index": 227
},
{
"url": "https://github.com/openspeedtest/unraid-docker-plugin",
"profile": "https://forums.unraid.net/profile/110999-openspeedtest/",
"title": "openspeedtest's Repository",
"index": 227
"index": 228
},
{
"url": "https://github.com/wranglatang/docker-bluelinky",
"profile": "https://forums.unraid.net/profile/89354-pwrangles/",
"title": "p.wrangles' Repository",
"index": 228
"index": 229
},
{
"url": "https://github.com/PartitionPixel/unraid-templates",
"profile": "https://forums.unraid.net/profile/119008-partition-pixel/",
"title": "Partition Pixel's Repository",
"index": 229
"index": 230
},
{
"url": "https://github.com/patrickstigler/unraid_app_templates",
"profile": "https://forums.unraid.net/profile/139758-maddash1337/",
"title": "patrickstigler's Repository",
"index": 230
"index": 231
},
{
"url": "https://github.com/pawelmalak/unraid-templates",
"profile": "https://forums.unraid.net/profile/119205-paululibro/",
"title": "paululibro's Repository",
"index": 231
"index": 232
},
{
"url": "https://github.com/pducharme/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/62479-pducharme/",
"title": "pducharme's Repository",
"index": 232
"index": 233
},
{
"url": "https://github.com/poke0/Unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/139781-poke0/",
"title": "Poke0's Repository",
"index": 233
"index": 234
},
{
"url": "https://github.com/Sleepingpirates/invitarr-unraid",
"profile": "https://forums.unraid.net/profile/114147-priate/",
"title": "priate's Repository",
"index": 234
"index": 235
},
{
"url": "https://github.com/dcflachs/plugin-repository",
"profile": "https://forums.unraid.net/profile/63584-primeval_god/",
"title": "primeval_god's Repository",
"index": 235
"index": 236
},
{
"url": "https://github.com/Progeny42/unRAID-CA-Templates",
"profile": "https://forums.unraid.net/profile/101997-progeny42",
"title": "Progeny42's Repository",
"index": 236
"index": 237
},
{
"url": "https://github.com/ptchernegovski/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/99869-ptchernegovski/",
"title": "ptchernegovski's Repository",
"index": 237
"index": 238
},
{
"url": "https://github.com/wger-project/unraid-templates",
"profile": "https://forums.unraid.net/profile/118956-rge/",
"title": "rge's Repository",
"index": 238
"index": 239
},
{
"url": "https://github.com/roflcoopter/viseron-unraid-ca-template",
"profile": "https://forums.unraid.net/profile/113120-roflcoopter",
"title": "roflcoopter's Repository",
"index": 239
"index": 240
},
{
"url": "https://github.com/SAL-e/docker-templates",
"profile": "https://forums.unraid.net/profile/11345-sal-e/",
"title": "SAL-e's Repository",
"index": 240
"index": 241
},
{
"url": "https://github.com/sdesbure/docker-containers",
"profile": "https://forums.lime-technology.com/profile/3477-sdesbure/",
"title": "sdesbure's Repository",
"index": 241
"index": 242
},
{
"url": "https://github.com/dersimn/docker-unraid-templates",
"profile": "https://forums.unraid.net/profile/11673-seim/",
"title": "seim's Repository",
"index": 242
"index": 243
},
{
"url": "https://github.com/shaksiwnl/unraid-templates",
"profile": "https://forums.unraid.net/profile/118681-jakemoura/",
"title": "shaksiwnl's Repository",
"index": 243
"index": 244
},
{
"url": "https://github.com/shrmnk/docker-templates",
"profile": "https://forums.unraid.net/profile/77786-shrmn/",
"title": "shrmn's Repository",
"index": 244
"index": 245
},
{
"url": "https://github.com/SimonFair/unraid-plugins",
"profile": "https://forums.unraid.net/profile/75917-simonf",
"title": "SimonF's Repository",
"index": 245
"index": 246
},
{
"url": "https://github.com/simse/docker-templates",
"profile": "https://forums.unraid.net/profile/69400-simse/",
"title": "simse's Repository",
"index": 246
"index": 247
},
{
"url": "https://github.com/SiwatINC/unraid-ca-repository",
"profile": "https://forums.unraid.net/profile/72489-siwat2545/",
"title": "Siwat2545's Repository",
"index": 247
"index": 248
},
{
"url": "https://github.com/Skitals/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/97624-skitals/",
"title": "Skitals Repository",
"index": 248
"index": 249
},
{
"url": "https://github.com/SlrG/unRAID",
"profile": "https://forums.lime-technology.com/profile/16166-slrg/",
"title": "SlrG's Repository",
"index": 249
"index": 250
},
{
"url": "https://github.com/smdion/docker-containers/tree/beta-templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's beta Repository",
"index": 250
"index": 251
},
{
"url": "https://github.com/smdion/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's Repository",
"index": 251
"index": 252
},
{
"url": "https://github.com/soana/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/10065-soana/",
"title": "soana's Repository",
"index": 252
"index": 253
},
{
"url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid",
"profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/",
"title": "SpaceInvaderOne's Repository",
"index": 253
"index": 254
},
{
"url": "https://github.com/spants/unraidtemplates",
"profile": "https://forums.lime-technology.com/profile/2148-spants/",
"title": "Spants' Repository",
"index": 254
"index": 255
},
{
"url": "https://github.com/Spikhalskiy/docker-templates",
"profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/",
"title": "Spikhalskiy's Repository",
"index": 255
"index": 256
},
{
"url": "https://github.com/Steini1984/steini1984-s-repositoy",
"profile": "https://forums.lime-technology.com/profile/2957-steini84/",
"title": "steini84's Repository",
"index": 256
"index": 257
},
{
"url": "https://github.com/stuckless/unRAID",
"profile": "https://forums.lime-technology.com/profile/70058-stuckless/",
"title": "stuckless' Repository",
"index": 257
"index": 258
},
{
"url": "https://github.com/Sabreu/unraid_templates",
"profile": "https://forums.unraid.net/profile/98837-sublivion/",
"title": "sublivion's Repository",
"index": 258
"index": 259
},
{
"url": "https://github.com/Tautulli/Tautulli-Unraid-Template",
"profile": "https://lime-technology.com/profile/69064-wreave/",
"title": "Tautulli's Repository",
"index": 259
"index": 260
},
{
"url": "https://github.com/testdasi/testdasi-unraid-repo",
"profile": "https://forums.unraid.net/profile/70144-testdasi",
"title": "testdasi's Repository",
"index": 260
"index": 261
},
{
"url": "https://github.com/brianmiller/docker-templates",
"profile": "https://forums.unraid.net/profile/86892-thebrian",
"title": "TheBrian's Repository",
"index": 261
"index": 262
},
{
"url": "https://github.com/Squidly271/theone-plugin-repository/",
"profile": "https://forums.lime-technology.com/profile/2231-theone/",
"title": "theone's Repository",
"index": 262
"index": 263
},
{
"url": "https://github.com/thetarkus/docker-templates",
"profile": "https://lime-technology.com/profile/84238-tarkus/",
"title": "thetarkus' Repository",
"index": 263
"index": 264
},
{
"url": "https://github.com/tynor88/docker-templates",
"profile": "https://forums.lime-technology.com/profile/70206-thomast_88/",
"title": "thomast_88's Repository",
"index": 264
"index": 265
},
{
"url": "https://github.com/Thraxis/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9802-thraxis/",
"title": "Thraxis' Repository",
"index": 265
"index": 266
},
{
"url": "https://github.com/tinglis1/docker-containers",
"profile": "https://forums.lime-technology.com/profile/6492-tinglis1/",
"title": "tinglis1's Repository",
"index": 266
"index": 267
},
{
"url": "https://github.com/tobbenb/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/63089-saarg/",
"title": "tobbenb's Repository",
"index": 267
"index": 268
},
{
"url": "https://github.com/tombowditch/docker-templates",
"profile": "https://lime-technology.com/profile/80184-tombowditch/",
"title": "tombowditch's Repository",
"index": 268
"index": 269
},
{
"url": "https://github.com/TrophyBuck/unraid-templates",
"profile": "https://forums.unraid.net/profile/140258-trophybuck/",
"title": "TrophyBuck's Repository",
"index": 269
"index": 270
},
{
"url": "https://github.com/charlescng/docker-containers",
"profile": "https://forums.unraid.net/profile/64811-uberchuckie/",
"title": "uberchuckie's Repository",
"index": 270
"index": 271
},
{
"url": "https://github.com/Poag/docker-xml",
"profile": "https://forums.lime-technology.com/profile/63933-uirel/",
"title": "Uirel's Repository",
"index": 271
"index": 272
},
{
"url": "https://github.com/Ulisses1478/templates-unraid",
"profile": "https://forums.unraid.net/profile/90485-ulisses1478/",
"title": "ulisses1478's Repository",
"index": 272
"index": 273
},
{
"url": "https://github.com/xamindar/docker-templates",
"profile": "https://forums.lime-technology.com/profile/1543-xamindar/",
"title": "xamindar's Repository",
"index": 273
"index": 274
},
{
"url": "https://github.com/valaypatel/unraidapps",
"profile": "https://forums.unraid.net/profile/120399-yoda/",
"title": "Yoda's Repository",
"index": 274
"index": 275
},
{
"url": "https://github.com/josopu/unraid-template",
"profile": "https://forums.unraid.net/profile/101735-zotarios/",
"title": "Zotarios' Repository",
"index": 275
"index": 276
},
{
"url": "https://github.com/zyphermonkey/docker-templates",
"profile": "https://lime-technology.com/profile/67871-zyphermonkey/",
"title": "zyphermonkey's Repository",
"index": 276
"index": 277
}
]

View File

@ -1,5 +1,5 @@
{
"caFixed": 420,
"caFixed": 421,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -1320,6 +1320,11 @@
"comixed/comixed:latest": [
"No Icon specified within the application template"
]
},
"Jos\u00e9 Coelho's Repository": {
"ydkn/cups": [
"No Support or Project Link Present"
]
}
}
}