This commit is contained in:
Andrew Z 2023-06-17 21:59:47 -04:00
parent b5c4a69a1f
commit d6adf19a35
7 changed files with 299 additions and 115 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1687046770
"last_updated_timestamp": 1687053585
}

View File

@ -289131,5 +289131,86 @@
"LastUpdateScan": 1686513871,
"LastUpdate": 1685838222,
"FirstSeen": 1686513871
},
{
"Name": "Promtail-Syslog",
"Repository": "mcjoppy/promtail-syslog",
"Registry": "https://hub.docker.com/repository/docker/mcjoppy/promtail-syslog",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/McJoppy/promtail-syslog",
"Overview": "Run a remote syslog server which will send to Grafana Loki and can be used for routers, switches and other hardware that allows sending logs to remote syslog and not install and configure promtail directly.",
"WebUI": "http://[IP]:[PORT:9080]",
"TemplateURL": "https://raw.githubusercontent.com/McJoppy/unraid-templates/master/promtail-syslog/promtail-syslog.xml",
"Icon": "https://raw.githubusercontent.com/McJoppy/promtail-syslog/main/icon/grafana-loki.png",
"Requires": "Requires running Loki instance to forward the logs to",
"Config": [
{
"@attributes": {
"Name": "Syslog TCP",
"Target": "514",
"Default": "1514",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1514"
},
{
"@attributes": {
"Name": "Syslog UDP",
"Target": "514",
"Default": "1514",
"Mode": "udp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1514"
},
{
"@attributes": {
"Name": "Web UI",
"Target": "9080",
"Default": "9080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "9080"
},
{
"@attributes": {
"Name": "Loki Client URL",
"Target": "CLIENT_URL",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
}
],
"Repo": "mcraidy's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/mcraidysRepository/promtail-syslog/promtail-syslog.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 6,
"LastUpdate": 1687005155,
"LastUpdateScan": 1687053585,
"FirstSeen": 1687053585
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 2097,
"last_updated_timestamp": 1687046770,
"last_updated": "2023-06-17 20:06",
"apps": 2098,
"last_updated_timestamp": 1687053585,
"last_updated": "2023-06-17 21:59",
"categories": [
{
"Cat": "Backup:",
@ -289027,7 +289027,6 @@
],
"downloads": 1326290824,
"stars": 21,
"LastUpdate": 1686979495,
"trending": 35.161,
"trends": [
35.161
@ -289040,6 +289039,7 @@
1326290824
],
"LastUpdateScan": 1687046770,
"LastUpdate": 1686979495,
"FirstSeen": 1684452765
},
{
@ -289293,6 +289293,87 @@
"LastUpdateScan": 1686513871,
"LastUpdate": 1685838222,
"FirstSeen": 1686513871
},
{
"Name": "Promtail-Syslog",
"Repository": "mcjoppy/promtail-syslog",
"Registry": "https://hub.docker.com/repository/docker/mcjoppy/promtail-syslog",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/McJoppy/promtail-syslog",
"Overview": "Run a remote syslog server which will send to Grafana Loki and can be used for routers, switches and other hardware that allows sending logs to remote syslog and not install and configure promtail directly.",
"WebUI": "http://[IP]:[PORT:9080]",
"TemplateURL": "https://raw.githubusercontent.com/McJoppy/unraid-templates/master/promtail-syslog/promtail-syslog.xml",
"Icon": "https://raw.githubusercontent.com/McJoppy/promtail-syslog/main/icon/grafana-loki.png",
"Requires": "Requires running Loki instance to forward the logs to",
"Config": [
{
"@attributes": {
"Name": "Syslog TCP",
"Target": "514",
"Default": "1514",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1514"
},
{
"@attributes": {
"Name": "Syslog UDP",
"Target": "514",
"Default": "1514",
"Mode": "udp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "1514"
},
{
"@attributes": {
"Name": "Web UI",
"Target": "9080",
"Default": "9080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "9080"
},
{
"@attributes": {
"Name": "Loki Client URL",
"Target": "CLIENT_URL",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
}
],
"Repo": "mcraidy's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/mcraidysRepository/promtail-syslog/promtail-syslog.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 6,
"LastUpdate": 1687005155,
"LastUpdateScan": 1687053585,
"FirstSeen": 1687053585
}
],
"repositories": {
@ -291619,6 +291700,10 @@
"PeteL's Repository": {
"url": "https://github.com/mpcdigitize/docker-templates",
"profile": "https://forums.unraid.net/profile/249625-petel/"
},
"mcraidy's Repository": {
"url": "https://github.com/McJoppy/unraid-templates",
"profile": "https://forums.unraid.net/profile/250622-mcraidy/"
}
},
"blacklisted": {

View File

@ -2786,5 +2786,6 @@
"mpcdigitize/rradio": 1686513871,
"ghcr.io/serge-chat/serge": 1686585919,
"goobaroo/ftbintegration": 1686701082,
"https://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg": 1686960300
"https://raw.githubusercontent.com/SimonFair/tasmotapm-unraid/main/tasmotapm.plg": 1686960300,
"mcjoppy/promtail-syslog": 1687053585
}

View File

@ -288865,7 +288865,6 @@
],
"downloads": 1326290824,
"stars": 21,
"LastUpdate": 1686979495,
"trending": 35.161,
"trends": [
35.161
@ -288878,6 +288877,7 @@
1326290824
],
"LastUpdateScan": 1687046770,
"LastUpdate": 1686979495,
"FirstSeen": 1684452765
},
{

View File

@ -74691,5 +74691,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"mcjoppy/promtail-syslog": {
"Base": null,
"Downloads": 6,
"Stars": null,
"Time": 1687053585,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1687005155
}
}

View File

@ -2513,654 +2513,660 @@
"title": "Maxi_Fpv's Repository",
"index": 311
},
{
"url": "https://github.com/McJoppy/unraid-templates",
"profile": "https://forums.unraid.net/profile/250622-mcraidy/",
"title": "mcraidy's Repository",
"index": 312
},
{
"url": "https://github.com/mdarkness1988/rust-server-template",
"profile": "https://lime-technology.com/profile/84443-mdarkness1988/",
"title": "mdarkness1988's Repository",
"index": 312
"index": 313
},
{
"url": "https://github.com/OctoPrint/Unraid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's 2nd Repository",
"index": 313
"index": 314
},
{
"url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's Repository",
"index": 314
"index": 315
},
{
"url": "https://github.com/MrBrax/TwitchAutomator",
"profile": "https://forums.unraid.net/profile/116100-menvanic",
"title": "MEnVaNic's Repository",
"index": 315
"index": 316
},
{
"url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/",
"profile": "https://forums.unraid.net/profile/11013-mettbrot/",
"title": "Mettbrot's Repository",
"index": 316
"index": 317
},
{
"url": "https://github.com/kiwimato/unraid-templates",
"profile": "https://forums.unraid.net/profile/89549-mihai/",
"title": "Mihai's Repository",
"index": 317
"index": 318
},
{
"url": "https://github.com/helfrichmichael/unraid-templates",
"profile": "https://forums.unraid.net/profile/68815-mikeah/",
"title": "MikeAH's Repository",
"index": 318
"index": 319
},
{
"url": "https://github.com/mikedhanson/unraid-templates",
"profile": "https://forums.unraid.net/profile/88846-mikehanson/",
"title": "mikehanson's Repository",
"index": 319
"index": 320
},
{
"url": "https://github.com/mikeylikesrocks/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks",
"title": "mikeylikesrocks' Repository",
"index": 320
"index": 321
},
{
"url": "https://github.com/mizz141/mizz141-unraid-xml",
"profile": "https://forums.unraid.net/profile/98815-mizz141/",
"title": "Mizz141's Repository",
"index": 321
"index": 322
},
{
"url": "https://github.com/m-klecka/unraid-templates",
"profile": "https://forums.unraid.net/profile/210341-mklecka/",
"title": "mklecka's Repository",
"index": 322
"index": 323
},
{
"url": "https://github.com/mlebjerg/docker-templates",
"profile": "https://lime-technology.com/profile/76816-mlebjerg/",
"title": "mlebjerg's Repository",
"index": 323
"index": 324
},
{
"url": "https://github.com/MobiusNine/docker-templates",
"profile": "https://forums.unraid.net/profile/84666-mobiusnine/",
"title": "MobiusNine's Repository",
"index": 324
"index": 325
},
{
"url": "https://github.com/moritzfl/unraid-templates",
"profile": "https://forums.unraid.net/profile/145080-moritzf/",
"title": "moritzf's Repository",
"index": 325
"index": 326
},
{
"url": "https://github.com/mplogas/unraid-containers",
"profile": "https://forums.unraid.net/profile/145679-mplogas/",
"title": "mplogas' Repository",
"index": 326
"index": 327
},
{
"url": "https://github.com/crazyqin/unraid-templates",
"profile": "https://forums.unraid.net/profile/157513-mrafter/",
"title": "mrafter's Repository",
"index": 327
"index": 328
},
{
"url": "https://github.com/dalekseevs/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/74482-mrchunky",
"title": "MrChunky's Repository",
"index": 328
"index": 329
},
{
"url": "https://github.com/Mrlafontaine/Unraid-ErgoNode",
"profile": "https://forums.unraid.net/profile/163009-mrlafontaine/",
"title": "mrlafontaine's Repository",
"index": 329
"index": 330
},
{
"url": "https://github.com/Mudislander/docker-templates",
"profile": "https://lime-technology.com/profile/67039-mudislander/",
"title": "Mudislander's Repository",
"index": 330
"index": 331
},
{
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/",
"title": "Muwahhidun's Repository",
"index": 331
"index": 332
},
{
"url": "https://github.com/MyFaith/unraid-templates",
"profile": "https://forums.unraid.net/profile/157465-myfaith/",
"title": "MyFaith's Repository",
"index": 332
"index": 333
},
{
"url": "https://github.com/Nackophilz/unraid_templates",
"profile": "https://forums.unraid.net/profile/161066-nackophilz/",
"title": "Nackophilz's Repository",
"index": 333
"index": 334
},
{
"url": "https://github.com/natcoso9955/unRAID-docker",
"profile": "https://forums.unraid.net/profile/73128-natcoso9955/",
"title": "Natcoso9955's Repository",
"index": 334
"index": 335
},
{
"url": "https://github.com/ninthwalker/docker-templates",
"profile": "https://forums.unraid.net/profile/9420-ninthwalker/",
"title": "ninthwalker's Repository",
"index": 335
"index": 336
},
{
"url": "https://github.com/NixonInnes/unraid-builds-xml",
"profile": "https://forums.unraid.net/profile/122748-nixoninnes/",
"title": "NixonInnes' Repository",
"index": 336
"index": 337
},
{
"url": "https://github.com/OFark/docker-templates",
"profile": "https://forums.unraid.net/profile/86513-ofark/",
"title": "OFark's Repository",
"index": 337
"index": 338
},
{
"url": "https://github.com/ofawx/unraid-templates",
"profile": "https://forums.unraid.net/profile/109310-ofawx/",
"title": "ofawx's Repository",
"index": 338
"index": 339
},
{
"url": "https://github.com/plexinc/pms-docker",
"profile": null,
"shortName": "Plex",
"title": "Official Plex Repository",
"index": 339
"index": 340
},
{
"url": "https://github.com/ijabz/songkong_unraid/",
"profile": null,
"shortName": "Songkong",
"title": "Official Songkong Repository",
"index": 340
"index": 341
},
{
"url": "https://github.com/oldcrazyeye/unraid-templates",
"profile": "https://forums.unraid.net/profile/124305-oldcrazyeye/",
"title": "oldcrazyeye's Repository",
"index": 341
"index": 342
},
{
"url": "https://github.com/0neTX/UnRAID_Template",
"profile": "https://forums.unraid.net/profile/161660-onetx/",
"title": "onetx's Repository",
"index": 342
"index": 343
},
{
"url": "https://github.com/opal06/unraid_docker_templates",
"profile": "https://forums.unraid.net/profile/110756-opal_06/",
"title": "opal_06's Repository",
"index": 343
"index": 344
},
{
"url": "https://github.com/openspeedtest/unraid-docker-plugin",
"profile": "https://forums.unraid.net/profile/110999-openspeedtest/",
"title": "openspeedtest's Repository",
"index": 344
"index": 345
},
{
"url": "https://github.com/PartitionPixel/unraid-templates",
"profile": "https://forums.unraid.net/profile/119008-partition-pixel/",
"title": "Partition Pixel's Repository",
"index": 345
"index": 346
},
{
"url": "https://github.com/patrickstigler/unraid_app_templates",
"profile": "https://forums.unraid.net/profile/139758-maddash1337/",
"title": "patrickstigler's Repository",
"index": 346
"index": 347
},
{
"url": "https://github.com/pawelmalak/unraid-templates",
"profile": "https://forums.unraid.net/profile/119205-paululibro/",
"title": "paululibro's Repository",
"index": 347
"index": 348
},
{
"url": "https://github.com/imTHAI/unraid-templates",
"profile": "https://forums.unraid.net/profile/117577-pbear/",
"title": "pbear's Repository",
"index": 348
"index": 349
},
{
"url": "https://github.com/pducharme/docker-containers/tree/templates",
"profile": "https://forums.unraid.net/profile/62479-pducharme/",
"title": "pducharme's Repository",
"index": 349
"index": 350
},
{
"url": "https://github.com/mpcdigitize/docker-templates",
"profile": "https://forums.unraid.net/profile/249625-petel/",
"title": "PeteL's Repository",
"index": 350
"index": 351
},
{
"url": "https://github.com/poke0/Unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/139781-poke0/",
"title": "Poke0's Repository",
"index": 351
"index": 352
},
{
"url": "https://github.com/Sleepingpirates/invitarr-unraid",
"profile": "https://forums.unraid.net/profile/114147-priate/",
"title": "priate's Repository",
"index": 352
"index": 353
},
{
"url": "https://github.com/dcflachs/plugin-repository",
"profile": "https://forums.unraid.net/profile/63584-primeval_god/",
"title": "primeval_god's Repository",
"index": 353
"index": 354
},
{
"url": "https://github.com/killforby/chibisafe",
"profile": "https://forums.unraid.net/profile/229087-professeurx/",
"title": "professeurx's Repository",
"index": 354
"index": 355
},
{
"url": "https://github.com/Progeny42/unRAID-CA-Templates",
"profile": "https://forums.unraid.net/profile/101997-progeny42",
"title": "Progeny42's Repository",
"index": 355
"index": 356
},
{
"url": "https://github.com/ptchernegovski/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/99869-ptchernegovski/",
"title": "ptchernegovski's Repository",
"index": 356
"index": 357
},
{
"url": "https://github.com/picthor-io/unraid-templates",
"profile": "https://forums.unraid.net/profile/106558-realcnbs/",
"title": "realcnbs' Repository",
"index": 357
"index": 358
},
{
"url": "https://github.com/wger-project/unraid-templates",
"profile": "https://forums.unraid.net/profile/118956-rge/",
"title": "rge's Repository",
"index": 358
"index": 359
},
{
"url": "https://github.com/riffsphereha/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/250924-riffsphereha/",
"title": "RiffSphereHA's Repository",
"index": 359
"index": 360
},
{
"url": "https://github.com/ibigsnet/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/76488-riflejock/",
"title": "RifleJock's Repository",
"index": 360
"index": 361
},
{
"url": "https://github.com/Ratomas/CA_XML",
"profile": "https://forums.unraid.net/profile/85867-robert-thomas/",
"title": "Robert Thomas' Repository",
"index": 361
"index": 362
},
{
"url": "https://github.com/roflcoopter/viseron-unraid-ca-template",
"profile": "https://forums.unraid.net/profile/113120-roflcoopter",
"title": "roflcoopter's Repository",
"index": 362
"index": 363
},
{
"url": "https://github.com/kennethprose/unraid-templates",
"profile": "https://forums.unraid.net/profile/174044-roseatoni/",
"title": "roseatoni's Repository",
"index": 363
"index": 364
},
{
"url": "https://github.com/SAL-e/docker-templates",
"profile": "https://forums.unraid.net/profile/11345-sal-e/",
"title": "SAL-e's Repository",
"index": 364
"index": 365
},
{
"url": "https://github.com/SavageAUS/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/91260-savageaus/",
"title": "SaveageAUS' Repository",
"index": 365
"index": 366
},
{
"url": "https://github.com/sdesbure/docker-containers",
"profile": "https://forums.unraid.net/profile/3477-sdesbure/",
"title": "sdesbure's Repository",
"index": 366
"index": 367
},
{
"url": "https://github.com/sebtech33/unRAID-Templates",
"profile": "https://forums.unraid.net/profile/98806-sebtech33/",
"title": "SebTech33's Repository",
"index": 367
"index": 368
},
{
"url": "https://github.com/dersimn/docker-unraid-templates",
"profile": "https://forums.unraid.net/profile/11673-seim/",
"title": "seim's Repository",
"index": 368
"index": 369
},
{
"url": "https://github.com/sems/unraid-templates",
"profile": "https://forums.unraid.net/profile/168805-sem/",
"title": "sem's Repository",
"index": 369
"index": 370
},
{
"url": "https://github.com/shaksiwnl/unraid-templates",
"profile": "https://forums.unraid.net/profile/118681-jakemoura/",
"title": "shaksiwnl's Repository",
"index": 370
"index": 371
},
{
"url": "https://github.com/shrmnk/docker-templates",
"profile": "https://forums.unraid.net/profile/77786-shrmn/",
"title": "shrmn's Repository",
"index": 371
"index": 372
},
{
"url": "https://github.com/silman/unraid_templates",
"profile": "https://forums.unraid.net/profile/163023-silman/",
"title": "silman's Repository",
"index": 372
"index": 373
},
{
"url": "https://github.com/SimonFair/unraid-plugins",
"profile": "https://forums.unraid.net/profile/75917-simonf",
"title": "SimonF's Repository",
"index": 373
"index": 374
},
{
"url": "https://github.com/simse/docker-templates",
"profile": "https://forums.unraid.net/profile/69400-simse/",
"title": "simse's Repository",
"index": 374
"index": 375
},
{
"url": "https://github.com/SiwatINC/unraid-ca-repository",
"profile": "https://forums.unraid.net/profile/72489-siwat2545/",
"title": "Siwat2545's Repository",
"index": 375
"index": 376
},
{
"url": "https://github.com/Skitals/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/97624-skitals/",
"title": "Skitals Repository",
"index": 376
"index": 377
},
{
"url": "https://github.com/SlrG/unRAID",
"profile": "https://forums.unraid.net/profile/16166-slrg/",
"title": "SlrG's Repository",
"index": 377
"index": 378
},
{
"url": "https://github.com/smdion/docker-containers/tree/beta-templates",
"profile": "https://forums.unraid.net/profile/26365-smdion/",
"title": "smdion's beta Repository",
"index": 378
"index": 379
},
{
"url": "https://github.com/smdion/docker-containers/tree/templates",
"profile": "https://forums.unraid.net/profile/26365-smdion/",
"title": "smdion's Repository",
"index": 379
"index": 380
},
{
"url": "https://github.com/soana/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/10065-soana/",
"title": "soana's Repository",
"index": 380
"index": 381
},
{
"url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid",
"profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/",
"title": "SpaceInvaderOne's Repository",
"index": 381
"index": 382
},
{
"url": "https://github.com/spants/unraidtemplates",
"profile": "https://forums.unraid.net/profile/2148-spants/",
"title": "Spants' Repository",
"index": 382
"index": 383
},
{
"url": "https://github.com/Spikhalskiy/docker-templates",
"profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/",
"title": "Spikhalskiy's Repository",
"index": 383
"index": 384
},
{
"url": "https://github.com/Steini1984/steini1984-s-repositoy",
"profile": "https://forums.unraid.net/profile/2957-steini84/",
"title": "steini84's Repository",
"index": 384
"index": 385
},
{
"url": "https://github.com/npmSteven/Unraid-VM-CP",
"profile": "https://forums.unraid.net/profile/102900-stevenrafferty/",
"title": "StevenRafferty's Repository",
"index": 385
"index": 386
},
{
"url": "https://github.com/stuckless/unRAID",
"profile": "https://forums.unraid.net/profile/70058-stuckless/",
"title": "stuckless' Repository",
"index": 386
"index": 387
},
{
"url": "https://github.com/Sabreu/unraid_templates",
"profile": "https://forums.unraid.net/profile/98837-sublivion/",
"title": "sublivion's Repository",
"index": 387
"index": 388
},
{
"url": "https://github.com/maxcerny/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/93919-sysco/",
"title": "sysco's Repository",
"index": 388
"index": 389
},
{
"url": "https://github.com/Tautulli/Tautulli-Unraid-Template",
"profile": "https://lime-technology.com/profile/69064-wreave/",
"title": "Tautulli's Repository",
"index": 389
"index": 390
},
{
"url": "https://github.com/testdasi/testdasi-unraid-repo",
"profile": "https://forums.unraid.net/profile/70144-testdasi",
"title": "testdasi's Repository",
"index": 390
"index": 391
},
{
"url": "https://github.com/THESHULK/unraid-templates",
"profile": "https://forums.unraid.net/profile/237924-the_shulk/",
"title": "THE_SHULK's Repository",
"index": 391
"index": 392
},
{
"url": "https://github.com/thecodeinsight/templates",
"profile": "https://forums.unraid.net/profile/226383-navalgandhi1989/",
"title": "thecodeinsight's Repository",
"index": 392
"index": 393
},
{
"url": "https://github.com/theimmortal68/zappiti-server-docker",
"profile": "https://forums.unraid.net/profile/67130-theimmortal/",
"title": "theimmortal's Repository",
"index": 393
"index": 394
},
{
"url": "https://github.com/thetarkus/docker-templates",
"profile": "https://lime-technology.com/profile/84238-tarkus/",
"title": "thetarkus' Repository",
"index": 394
"index": 395
},
{
"url": "https://github.com/Th0masDB/unraid_template",
"profile": "https://forums.unraid.net/profile/126905-thomasdb__/",
"title": "ThomasDB's Repository",
"index": 395
"index": 396
},
{
"url": "https://github.com/tynor88/docker-templates",
"profile": "https://forums.unraid.net/profile/70206-thomast_88/",
"title": "thomast_88's Repository",
"index": 396
"index": 397
},
{
"url": "https://github.com/Thraxis/docker-templates",
"profile": "https://forums.unraid.net/profile/9802-thraxis/",
"title": "Thraxis' Repository",
"index": 397
"index": 398
},
{
"url": "https://github.com/timstephens24/docker-templates",
"profile": "https://forums.unraid.net/profile/67918-timstephens24/",
"title": "timstephens24's Repository",
"index": 398
"index": 399
},
{
"url": "https://github.com/tinglis1/docker-containers",
"profile": "https://forums.unraid.net/profile/6492-tinglis1/",
"title": "tinglis1's Repository",
"index": 399
"index": 400
},
{
"url": "https://github.com/tobbenb/docker-containers/tree/templates",
"profile": "https://forums.unraid.net/profile/63089-saarg/",
"title": "tobbenb's Repository",
"index": 400
"index": 401
},
{
"url": "https://github.com/tombowditch/docker-templates",
"profile": "https://lime-technology.com/profile/80184-tombowditch/",
"title": "tombowditch's Repository",
"index": 401
"index": 402
},
{
"url": "https://github.com/tritones/unraid-templates",
"profile": "https://forums.unraid.net/profile/172136-tritones/",
"title": "tritones' Repository",
"index": 402
"index": 403
},
{
"url": "https://github.com/TrophyBuck/unraid-templates",
"profile": "https://forums.unraid.net/profile/140258-trophybuck/",
"title": "TrophyBuck's Repository",
"index": 403
"index": 404
},
{
"url": "https://github.com/tubearchivist/unraid-templates",
"profile": null,
"title": "TubeArchivist's Official Repository",
"index": 404
"index": 405
},
{
"url": "https://github.com/charlescng/docker-containers",
"profile": "https://forums.unraid.net/profile/64811-uberchuckie/",
"title": "uberchuckie's Repository",
"index": 405
"index": 406
},
{
"url": "https://github.com/Poag/docker-xml",
"profile": "https://forums.unraid.net/profile/63933-uirel/",
"title": "Uirel's Repository",
"index": 406
"index": 407
},
{
"url": "https://github.com/Ulisses1478/templates-unraid",
"profile": "https://forums.unraid.net/profile/90485-ulisses1478/",
"title": "ulisses1478's Repository",
"index": 407
"index": 408
},
{
"url": "https://github.com/untraceablez/uvdesk-unraid",
"profile": "https://forums.unraid.net/profile/111430-untraceablez/",
"title": "untraceablez' Repository",
"index": 408
"index": 409
},
{
"url": "https://github.com/Vilhjalmr26/unraid_templates",
"profile": "https://forums.unraid.net/profile/126802-vilhjalmr/",
"title": "Vilhjalmr's Repository",
"index": 409
"index": 410
},
{
"url": "https://github.com/taha-yassine/unraid-templates",
"profile": "https://forums.unraid.net/profile/248389-vodros/",
"title": "Vodros' Repository",
"index": 410
"index": 411
},
{
"url": "https://github.com/warieon/unraid-templates",
"profile": "https://forums.unraid.net/profile/240351-warieon/",
"title": "warieon's Repository",
"index": 411
"index": 412
},
{
"url": "https://github.com/Wizarrrr/wizarr",
"profile": "https://forums.unraid.net/profile/198232-mtthidoteu/",
"title": "Wizarr's Repository",
"index": 412
"index": 413
},
{
"url": "https://github.com/xamindar/docker-templates",
"profile": "https://forums.unraid.net/profile/1543-xamindar/",
"title": "xamindar's Repository",
"index": 413
"index": 414
},
{
"url": "https://github.com/xavier-hernandez/unraid-templates",
"profile": "https://forums.unraid.net/profile/158924-xavierh/",
"title": "xavierh's Repository",
"index": 414
"index": 415
},
{
"url": "https://github.com/xenco/docker-templates",
"profile": "https://forums.unraid.net/profile/155847-xenco/",
"title": "xenco's Repository",
"index": 415
"index": 416
},
{
"url": "https://github.com/valaypatel/unraidapps",
"profile": "https://forums.unraid.net/profile/120399-yoda/",
"title": "Yoda's Repository",
"index": 416
"index": 417
},
{
"url": "https://github.com/Zggis/unraid-templates",
"profile": "https://forums.unraid.net/profile/118712-zggis/",
"title": "Zggis' Repository",
"index": 417
"index": 418
},
{
"url": "https://github.com/zhtengw/unraid-templates",
"profile": "https://forums.unraid.net/profile/245393-zhtengw/",
"title": "zhtengw's Repository",
"index": 418
"index": 419
},
{
"url": "https://github.com/zyphermonkey/docker-templates",
"profile": "https://lime-technology.com/profile/67871-zyphermonkey/",
"title": "zyphermonkey's Repository",
"index": 419
"index": 420
}
]