This commit is contained in:
Andrew Z 2021-08-02 10:32:20 -04:00
parent 3313fbd307
commit 8ab49f1812
7 changed files with 472 additions and 100 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1627913004
"last_updated_timestamp": 1627914738
}

View File

@ -217474,5 +217474,172 @@
"downloads": 23,
"LastUpdateScan": 1627509804,
"FirstSeen": 1627509804
},
{
"Name": "baikal",
"Repository": "ckulka/baikal:nginx",
"Registry": "https://hub.docker.com/r/ckulka/baikal/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://hub.docker.com/r/ckulka/baikal/",
"Project": "https://github.com/ckulka/baikal-docker",
"Overview": "Provides a ready-to-go Baikal server, incl. docker-compose.yml & Systemd service file",
"WebUI": "http://[IP]:[PORT:80]/",
"TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/templates/baikal.xml",
"Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/baikal.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"Config": [
{
"@attributes": {
"Name": "Config",
"Target": "/var/www/baikal/config",
"Default": "/mnt/user/appdata/baikal/config",
"Mode": "rw",
"Description": "Container Path: /var/www/baikal/config",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/baikal/config"
},
{
"@attributes": {
"Name": "Container Port",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "80"
},
{
"@attributes": {
"Name": "Specific",
"Target": "/var/www/baikal/Specific",
"Default": "/mnt/user/appdata/baikal/specific",
"Mode": "rw",
"Description": "Container Path: /var/www/baikal/Specific",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/baikal/specific"
}
],
"Repo": "Joshndriod's Repository",
"Description": "Provides a ready-to-go Baikal server, incl. docker-compose.yml & Systemd service file",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoshndriodsRepository/templates/baikal.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 3647446,
"stars": 15,
"LastUpdateScan": 1627914737,
"FirstSeen": 1627914737
},
{
"Name": "libreddit",
"Repository": "spikecodes/libreddit",
"Registry": "https://hub.docker.com/r/spikecodes/libreddit/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://hub.docker.com/r/spikecodes/libreddit/",
"Project": "https://github.com/spikecodes/libreddit",
"Overview": "Alternative private front-end to Reddit",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/templates/libreddit.xml",
"Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/libreddit.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"Config": {
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "Container Port: 8080",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8080"
},
"Repo": "Joshndriod's Repository",
"Description": "Alternative private front-end to Reddit",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoshndriodsRepository/templates/libreddit.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 105397,
"stars": 3,
"LastUpdateScan": 1627914737,
"FirstSeen": 1627914737
},
{
"Name": "nitter",
"Repository": "zedeus/nitter",
"Registry": "https://hub.docker.com/r/zedeus/nitter/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://hub.docker.com/r/zedeus/nitter/",
"Project": "https://github.com/zedeus/nitter",
"Overview": "Alternative Twitter front-end\r\n\r\nThis requires the addition of a nitter.conf file within the /mnt/user/appdata/nitter directory.\r\nBefore starting the contianer for the first time run these commands within the terminal\r\ncd /mnt/user/appdata/nitter\r\nnano nitter.conf\r\n\r\nCopy in the following;\r\n--------------------------------------------------------------------------\r\n\r\nDescription=Nitter (An alternative Twitter front-end)\r\nAfter=syslog.target\r\nAfter=network.target\r\n\r\n\r\nType=simple\r\n\r\n# set user and group\r\nUser=nitter\r\nGroup=nitter\r\n\r\n# configure location\r\nWorkingDirectory=/home/nitter/nitter\r\nExecStart=/home/nitter/nitter/nitter\r\n\r\nRestart=always\r\nRestartSec=15\r\n\r\n\r\nWantedBy=multi-user.target\r\n--------------------------------------------------------------------------\r\n\r\nSave, close and run the container",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/templates/nitter.xml",
"Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/nitter.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"Config": [
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "/mnt/user/appdata/nitter",
"Mode": "rw",
"Description": "Appdata location",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/nitter"
},
{
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "8282",
"Mode": "tcp",
"Description": "Container Port: 8080",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8282"
}
],
"Repo": "Joshndriod's Repository",
"OriginalOverview": "Alternative Twitter front-end\r\n\r\nThis requires the addition of a nitter.conf file within the /mnt/user/appdata/nitter directory.\r\nBefore starting the contianer for the first time run these commands within the terminal\r\ncd /mnt/user/appdata/nitter\r\nnano nitter.conf\r\n\r\nCopy in the following;\r\n--------------------------------------------------------------------------\r\n[Unit]\r\nDescription=Nitter (An alternative Twitter front-end)\r\nAfter=syslog.target\r\nAfter=network.target\r\n\r\n[Service]\r\nType=simple\r\n\r\n# set user and group\r\nUser=nitter\r\nGroup=nitter\r\n\r\n# configure location\r\nWorkingDirectory=/home/nitter/nitter\r\nExecStart=/home/nitter/nitter/nitter\r\n\r\nRestart=always\r\nRestartSec=15\r\n\r\n[Install]\r\nWantedBy=multi-user.target\r\n--------------------------------------------------------------------------\r\n\r\nSave, close and run the container",
"Description": "Alternative Twitter front-end\r\n\r\nThis requires the addition of a nitter.conf file within the /mnt/user/appdata/nitter directory.\r\nBefore starting the contianer for the first time run these commands within the terminal\r\ncd /mnt/user/appdata/nitter\r\nnano nitter.conf\r\n\r\nCopy in the following;\r\n--------------------------------------------------------------------------\r\n\r\nDescription=Nitter (An alternative Twitter front-end)\r\nAfter=syslog.target\r\nAfter=network.target\r\n\r\n\r\nType=simple\r\n\r\n# set user and group\r\nUser=nitter\r\nGroup=nitter\r\n\r\n# configure location\r\nWorkingDirectory=/home/nitter/nitter\r\nExecStart=/home/nitter/nitter/nitter\r\n\r\nRestart=always\r\nRestartSec=15\r\n\r\n\r\nWantedBy=multi-user.target\r\n--------------------------------------------------------------------------\r\n\r\nSave, close and run the container",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoshndriodsRepository/templates/nitter.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 1481548,
"stars": 4,
"LastUpdateScan": 1627914738,
"FirstSeen": 1627914738
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 1322,
"last_updated_timestamp": 1627913004,
"last_updated": "2021-08-02 10:03",
"apps": 1325,
"last_updated_timestamp": 1627914738,
"last_updated": "2021-08-02 10:32",
"categories": [
{
"Cat": "Backup:",
@ -217636,6 +217636,173 @@
"downloads": 23,
"LastUpdateScan": 1627509804,
"FirstSeen": 1627509804
},
{
"Name": "baikal",
"Repository": "ckulka/baikal:nginx",
"Registry": "https://hub.docker.com/r/ckulka/baikal/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://hub.docker.com/r/ckulka/baikal/",
"Project": "https://github.com/ckulka/baikal-docker",
"Overview": "Provides a ready-to-go Baikal server, incl. docker-compose.yml & Systemd service file",
"WebUI": "http://[IP]:[PORT:80]/",
"TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/templates/baikal.xml",
"Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/baikal.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"Config": [
{
"@attributes": {
"Name": "Config",
"Target": "/var/www/baikal/config",
"Default": "/mnt/user/appdata/baikal/config",
"Mode": "rw",
"Description": "Container Path: /var/www/baikal/config",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/baikal/config"
},
{
"@attributes": {
"Name": "Container Port",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "80"
},
{
"@attributes": {
"Name": "Specific",
"Target": "/var/www/baikal/Specific",
"Default": "/mnt/user/appdata/baikal/specific",
"Mode": "rw",
"Description": "Container Path: /var/www/baikal/Specific",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/baikal/specific"
}
],
"Repo": "Joshndriod's Repository",
"Description": "Provides a ready-to-go Baikal server, incl. docker-compose.yml & Systemd service file",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoshndriodsRepository/templates/baikal.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 3647446,
"stars": 15,
"LastUpdateScan": 1627914737,
"FirstSeen": 1627914737
},
{
"Name": "libreddit",
"Repository": "spikecodes/libreddit",
"Registry": "https://hub.docker.com/r/spikecodes/libreddit/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://hub.docker.com/r/spikecodes/libreddit/",
"Project": "https://github.com/spikecodes/libreddit",
"Overview": "Alternative private front-end to Reddit",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/templates/libreddit.xml",
"Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/libreddit.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"Config": {
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "Container Port: 8080",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8080"
},
"Repo": "Joshndriod's Repository",
"Description": "Alternative private front-end to Reddit",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoshndriodsRepository/templates/libreddit.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 105397,
"stars": 3,
"LastUpdateScan": 1627914737,
"FirstSeen": 1627914737
},
{
"Name": "nitter",
"Repository": "zedeus/nitter",
"Registry": "https://hub.docker.com/r/zedeus/nitter/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://hub.docker.com/r/zedeus/nitter/",
"Project": "https://github.com/zedeus/nitter",
"Overview": "Alternative Twitter front-end\r\n\r\nThis requires the addition of a nitter.conf file within the /mnt/user/appdata/nitter directory.\r\nBefore starting the contianer for the first time run these commands within the terminal\r\ncd /mnt/user/appdata/nitter\r\nnano nitter.conf\r\n\r\nCopy in the following;\r\n--------------------------------------------------------------------------\r\n\r\nDescription=Nitter (An alternative Twitter front-end)\r\nAfter=syslog.target\r\nAfter=network.target\r\n\r\n\r\nType=simple\r\n\r\n# set user and group\r\nUser=nitter\r\nGroup=nitter\r\n\r\n# configure location\r\nWorkingDirectory=/home/nitter/nitter\r\nExecStart=/home/nitter/nitter/nitter\r\n\r\nRestart=always\r\nRestartSec=15\r\n\r\n\r\nWantedBy=multi-user.target\r\n--------------------------------------------------------------------------\r\n\r\nSave, close and run the container",
"WebUI": "http://[IP]:[PORT:8080]/",
"TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/templates/nitter.xml",
"Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/main/icons/nitter.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"Config": [
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "/mnt/user/appdata/nitter",
"Mode": "rw",
"Description": "Appdata location",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/nitter"
},
{
"@attributes": {
"Name": "Port",
"Target": "8080",
"Default": "8282",
"Mode": "tcp",
"Description": "Container Port: 8080",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8282"
}
],
"Repo": "Joshndriod's Repository",
"OriginalOverview": "Alternative Twitter front-end\r\n\r\nThis requires the addition of a nitter.conf file within the /mnt/user/appdata/nitter directory.\r\nBefore starting the contianer for the first time run these commands within the terminal\r\ncd /mnt/user/appdata/nitter\r\nnano nitter.conf\r\n\r\nCopy in the following;\r\n--------------------------------------------------------------------------\r\n[Unit]\r\nDescription=Nitter (An alternative Twitter front-end)\r\nAfter=syslog.target\r\nAfter=network.target\r\n\r\n[Service]\r\nType=simple\r\n\r\n# set user and group\r\nUser=nitter\r\nGroup=nitter\r\n\r\n# configure location\r\nWorkingDirectory=/home/nitter/nitter\r\nExecStart=/home/nitter/nitter/nitter\r\n\r\nRestart=always\r\nRestartSec=15\r\n\r\n[Install]\r\nWantedBy=multi-user.target\r\n--------------------------------------------------------------------------\r\n\r\nSave, close and run the container",
"Description": "Alternative Twitter front-end\r\n\r\nThis requires the addition of a nitter.conf file within the /mnt/user/appdata/nitter directory.\r\nBefore starting the contianer for the first time run these commands within the terminal\r\ncd /mnt/user/appdata/nitter\r\nnano nitter.conf\r\n\r\nCopy in the following;\r\n--------------------------------------------------------------------------\r\n\r\nDescription=Nitter (An alternative Twitter front-end)\r\nAfter=syslog.target\r\nAfter=network.target\r\n\r\n\r\nType=simple\r\n\r\n# set user and group\r\nUser=nitter\r\nGroup=nitter\r\n\r\n# configure location\r\nWorkingDirectory=/home/nitter/nitter\r\nExecStart=/home/nitter/nitter/nitter\r\n\r\nRestart=always\r\nRestartSec=15\r\n\r\n\r\nWantedBy=multi-user.target\r\n--------------------------------------------------------------------------\r\n\r\nSave, close and run the container",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoshndriodsRepository/templates/nitter.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 1481548,
"stars": 4,
"LastUpdateScan": 1627914738,
"FirstSeen": 1627914738
}
],
"repositories": {
@ -218857,6 +219024,10 @@
"jkirkcaldy's Repository": {
"url": "https://github.com/jkirkcaldy/unraid-CA-templates",
"profile": "https://forums.unraid.net/profile/114408-jkirkcaldy/"
},
"Joshndriod's Repository": {
"url": "https://github.com/Joshndroid/joshndroid-unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/123042-joshndroid/"
}
}
}

View File

@ -1685,5 +1685,8 @@
"zabbix/zabbix-agent2:latest": 1627479970,
"jkirkcaldy/plex-utills": 1627509804,
"louislam/uptime-kuma": 1627661002,
"caiguai/docker-xware": 1627826605
"caiguai/docker-xware": 1627826605,
"ckulka/baikal:nginx": 1627914737,
"spikecodes/libreddit": 1627914737,
"zedeus/nitter": 1627914738
}

View File

@ -37465,7 +37465,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1627909163,
"FirstSeen": 1617497374
},
{
@ -118577,7 +118576,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1627909164,
"FirstSeen": 1625313787
},
{
@ -118624,7 +118622,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1627909164,
"FirstSeen": 1625313787
},
{
@ -165285,7 +165282,6 @@
"Tools-Themes",
"Plugins"
],
"LastUpdateScan": 1627909165,
"FirstSeen": 1578546374
},
{
@ -165361,7 +165357,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1627909165,
"FirstSeen": 1578537904
},
{

View File

@ -50142,5 +50142,35 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"ckulka/baikal:nginx": {
"Base": null,
"Downloads": 3647446,
"Stars": 15,
"Time": 1627914737,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"spikecodes/libreddit": {
"Base": null,
"Downloads": 105397,
"Stars": 3,
"Time": 1627914737,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"zedeus/nitter": {
"Base": null,
"Downloads": 1481548,
"Stars": 4,
"Time": 1627914738,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -1148,544 +1148,550 @@
"title": "Josh.5's Repository",
"index": 144
},
{
"url": "https://github.com/Joshndroid/joshndroid-unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/123042-joshndroid/",
"title": "Joshndriod's Repository",
"index": 145
},
{
"url": "https://github.com/angelics/unraid-docker-template",
"profile": "https://forums.unraid.net/profile/7122-josywong/",
"title": "josywong's Repository",
"index": 145
"index": 146
},
{
"url": "https://github.com/jsavargas/telethon_downloader",
"profile": "https://forums.unraid.net/profile/93593-jsavargas/",
"title": "jsavargas' Repository",
"index": 146
"index": 147
},
{
"url": "https://github.com/jslay88/unraid_apps",
"profile": "https://forums.unraid.net/profile/107385-jslay/",
"title": "jslay's Repository",
"index": 147
"index": 148
},
{
"url": "https://github.com/shaf/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/71085-jugniji/",
"title": "JugniJi's Repository",
"index": 148
"index": 149
},
{
"url": "https://github.com/JustinAiken/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/1079-justinaiken/",
"title": "JustinAiken's Repository",
"index": 149
"index": 150
},
{
"url": "https://github.com/roninkenji/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/62359-ken-ji/",
"title": "ken-ji's Repository",
"index": 150
"index": 151
},
{
"url": "https://github.com/yqlbu/unraid-templates",
"profile": "https://forums.unraid.net/profile/110700-kevin-yu/",
"title": "kevin yu's Repository",
"index": 151
"index": 152
},
{
"url": "https://github.com/kiowadriver/unraid-docker",
"profile": "https://forums.unraid.net/profile/74645-kiowa2005/",
"title": "kiowa2005's Repository",
"index": 152
"index": 153
},
{
"url": "https://github.com/Knoxie/UnraidTemplates",
"profile": "https://forums.unraid.net/profile/78069-knoxie89/",
"title": "Knoxie89's Repository",
"index": 153
"index": 154
},
{
"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": 154
"index": 155
},
{
"url": "https://github.com/laur89/unraid-templates/",
"profile": "https://forums.unraid.net/profile/114193-laur/",
"title": "laur's Repository",
"index": 155
"index": 156
},
{
"url": "https://github.com/lawryder/unraid_docker_reps",
"profile": "https://forums.unraid.net/profile/122425-lawryder/",
"title": "LawRyder's Repository",
"index": 156
"index": 157
},
{
"url": "https://github.com/L1cardo/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/128967-licardo/",
"title": "licardo's Repository",
"index": 157
"index": 158
},
{
"url": "https://github.com/linuxserver/linuxserver-Plugin-Repository",
"profile": null,
"title": "Linuxserver's Plugin Repository",
"index": 158
"index": 159
},
{
"url": "https://github.com/macexx/docker-templates",
"profile": "https://forums.lime-technology.com/profile/66302-macester/",
"title": "macester's Repository",
"index": 159
"index": 160
},
{
"url": "https://github.com/magmpzero/docker-templates",
"profile": "https://forums.lime-technology.com/profile/69284-magmpzero/",
"title": "magmpzero's Repository",
"index": 160
"index": 161
},
{
"url": "https://github.com/Malfurious/docker-templates",
"profile": "https://forums.lime-technology.com/profile/77149-malfurious/",
"title": "malfurious' Repository",
"index": 161
"index": 162
},
{
"url": "https://github.com/malvarez00/unRAID-Docker-Templates",
"profile": "https://forums.lime-technology.com/profile/77549-malvarez00/",
"title": "malvarez00's Repository",
"index": 162
"index": 163
},
{
"url": "https://github.com/MarkusMcNugen/docker-templates",
"profile": "https://lime-technology.com/profile/79684-markusmcnugen/",
"title": "MarkusMcNugen's Repository",
"index": 163
"index": 164
},
{
"url": "https://github.com/Marraz/unraid-templates",
"profile": "https://forums.unraid.net/profile/127460-marraz/",
"title": "Marraz' Repository",
"index": 164
"index": 165
},
{
"url": "https://github.com/marzel1/docker-templates",
"profile": "https://forums.unraid.net/profile/117249-marzel/",
"title": "Marzel's Repository",
"index": 165
"index": 166
},
{
"url": "https://github.com/mason-xx/unraid-templates",
"profile": "https://forums.unraid.net/profile/914-mason",
"title": "mason's Repository",
"index": 166
"index": 167
},
{
"url": "https://github.com/mdarkness1988/rust-server-template",
"profile": "https://lime-technology.com/profile/84443-mdarkness1988/",
"title": "mdarkness1988's Repository",
"index": 167
"index": 168
},
{
"url": "https://github.com/OctoPrint/Unraid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's 2nd Repository",
"index": 168
"index": 169
},
{
"url": "https://github.com/NotExpectedYet/OctoFarm-UnRaid-Template",
"profile": "https://forums.unraid.net/profile/100446-mearman",
"title": "mearman's Repository",
"index": 169
"index": 170
},
{
"url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/",
"profile": "https://forums.lime-technology.com/profile/11013-mettbrot/",
"title": "Mettbrot's Repository",
"index": 170
"index": 171
},
{
"url": "https://github.com/kiwimato/nut-influxdb-exporter",
"profile": "https://forums.unraid.net/profile/89549-mihai/",
"title": "Mihai's Repository",
"index": 171
"index": 172
},
{
"url": "https://github.com/mikeylikesrocks/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks",
"title": "mikeylikesrocks' Repository",
"index": 172
"index": 173
},
{
"url": "https://github.com/mlebjerg/docker-templates",
"profile": "https://lime-technology.com/profile/76816-mlebjerg/",
"title": "mlebjerg's Repository",
"index": 173
"index": 174
},
{
"url": "https://github.com/MobiusNine/docker-templates",
"profile": "https://forums.unraid.net/profile/84666-mobiusnine/",
"title": "MobiusNine's Repository",
"index": 174
"index": 175
},
{
"url": "https://github.com/dalekseevs/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/74482-mrchunky",
"title": "MrChunky's Repository",
"index": 175
"index": 176
},
{
"url": "https://github.com/Mudislander/docker-templates",
"profile": "https://lime-technology.com/profile/67039-mudislander/",
"title": "Mudislander's Repository",
"index": 176
"index": 177
},
{
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/",
"title": "Muwahhidun's Repository",
"index": 177
"index": 178
},
{
"url": "https://github.com/natcoso9955/unRAID-docker",
"profile": "https://forums.unraid.net/profile/73128-natcoso9955/",
"title": "Natcoso9955's Repository",
"index": 178
"index": 179
},
{
"url": "https://github.com/ninthwalker/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/",
"title": "ninthwalker's Repository",
"index": 179
"index": 180
},
{
"url": "https://github.com/NixonInnes/unraid-builds-xml",
"profile": "https://forums.unraid.net/profile/122748-nixoninnes/",
"title": "NixonInnes' Repository",
"index": 180
"index": 181
},
{
"url": "https://github.com/OFark/docker-templates",
"profile": "https://forums.unraid.net/profile/86513-ofark/",
"title": "OFark's Repository",
"index": 181
"index": 182
},
{
"url": "https://github.com/plexinc/pms-docker",
"profile": null,
"title": "Official Plex Repository",
"index": 182
"index": 183
},
{
"url": "https://github.com/ijabz/songkong_unraid/",
"profile": null,
"title": "Official Songkong Repository",
"index": 183
"index": 184
},
{
"url": "https://github.com/opal06/unraid_docker_templates",
"profile": "https://forums.unraid.net/profile/110756-opal_06/",
"title": "opal_06's Repository",
"index": 184
"index": 185
},
{
"url": "https://github.com/openspeedtest/unraid-docker-plugin",
"profile": "https://forums.unraid.net/profile/110999-openspeedtest/",
"title": "openspeedtest's Repository",
"index": 185
"index": 186
},
{
"url": "https://github.com/wranglatang/docker-bluelinky",
"profile": "https://forums.unraid.net/profile/89354-pwrangles/",
"title": "p.wrangles' Repository",
"index": 186
"index": 187
},
{
"url": "https://github.com/PartitionPixel/unraid-templates",
"profile": "https://forums.unraid.net/profile/119008-partition-pixel/",
"title": "Partition Pixel's Repository",
"index": 187
"index": 188
},
{
"url": "https://github.com/pawelmalak/unraid-templates",
"profile": "https://forums.unraid.net/profile/119205-paululibro/",
"title": "paululibro's Repository",
"index": 188
"index": 189
},
{
"url": "https://github.com/pducharme/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/62479-pducharme/",
"title": "pducharme's Repository",
"index": 189
"index": 190
},
{
"url": "https://github.com/noinip/container-templates",
"profile": "https://forums.lime-technology.com/profile/10946-pinion/",
"title": "pinion's Repository",
"index": 190
"index": 191
},
{
"url": "https://github.com/dcflachs/plugin-repository",
"profile": "https://forums.unraid.net/profile/63584-primeval_god/",
"title": "primeval_god's Repository",
"index": 191
"index": 192
},
{
"url": "https://github.com/Progeny42/unRAID-CA-Templates",
"profile": "https://forums.unraid.net/profile/101997-progeny42",
"title": "Progeny42's Repository",
"index": 192
"index": 193
},
{
"url": "https://github.com/ptchernegovski/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/99869-ptchernegovski/",
"title": "ptchernegovski's Repository",
"index": 193
"index": 194
},
{
"url": "https://github.com/wger-project/unraid-templates",
"profile": "https://forums.unraid.net/profile/118956-rge/",
"title": "rge's Repository",
"index": 194
"index": 195
},
{
"url": "https://github.com/roflcoopter/viseron-unraid-ca-template",
"profile": "https://forums.unraid.net/profile/113120-roflcoopter",
"title": "roflcoopter's Repository",
"index": 195
"index": 196
},
{
"url": "https://github.com/SAL-e/docker-templates",
"profile": "https://forums.unraid.net/profile/11345-sal-e/",
"title": "SAL-e's Repository",
"index": 196
"index": 197
},
{
"url": "https://github.com/sdesbure/docker-containers",
"profile": "https://forums.lime-technology.com/profile/3477-sdesbure/",
"title": "sdesbure's Repository",
"index": 197
"index": 198
},
{
"url": "https://github.com/dersimn/docker-unraid-templates",
"profile": "https://forums.unraid.net/profile/11673-seim/",
"title": "seim's Repository",
"index": 198
"index": 199
},
{
"url": "https://github.com/shaksiwnl/unraid-templates",
"profile": "https://forums.unraid.net/profile/118681-jakemoura/",
"title": "shaksiwnl's Repository",
"index": 199
"index": 200
},
{
"url": "https://github.com/shrmnk/docker-templates",
"profile": "https://forums.unraid.net/profile/77786-shrmn/",
"title": "shrmn's Repository",
"index": 200
"index": 201
},
{
"url": "https://github.com/SimonFair/unraid-plugins",
"profile": "https://forums.unraid.net/profile/75917-simonf",
"title": "SimonF's Repository",
"index": 201
"index": 202
},
{
"url": "https://github.com/simse/docker-templates",
"profile": "https://forums.unraid.net/profile/69400-simse/",
"title": "simse's Repository",
"index": 202
"index": 203
},
{
"url": "https://github.com/SiwatINC/unraid-ca-repository",
"profile": "https://forums.unraid.net/profile/72489-siwat2545/",
"title": "Siwat2545's Repository",
"index": 203
"index": 204
},
{
"url": "https://github.com/Skitals/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/97624-skitals/",
"title": "Skitals Repository",
"index": 204
"index": 205
},
{
"url": "https://github.com/SlrG/unRAID",
"profile": "https://forums.lime-technology.com/profile/16166-slrg/",
"title": "SlrG's Repository",
"index": 205
"index": 206
},
{
"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": 206
"index": 207
},
{
"url": "https://github.com/smdion/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's Repository",
"index": 207
"index": 208
},
{
"url": "https://github.com/soana/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/10065-soana/",
"title": "soana's Repository",
"index": 208
"index": 209
},
{
"url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid",
"profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/",
"title": "SpaceInvaderOne's Repository",
"index": 209
"index": 210
},
{
"url": "https://github.com/spants/unraidtemplates",
"profile": "https://forums.lime-technology.com/profile/2148-spants/",
"title": "Spants' Repository",
"index": 210
"index": 211
},
{
"url": "https://github.com/Spikhalskiy/docker-templates",
"profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/",
"title": "Spikhalskiy's Repository",
"index": 211
"index": 212
},
{
"url": "https://github.com/Steini1984/steini1984-s-repositoy",
"profile": "https://forums.lime-technology.com/profile/2957-steini84/",
"title": "steini84's Repository",
"index": 212
"index": 213
},
{
"url": "https://github.com/stuckless/unRAID",
"profile": "https://forums.lime-technology.com/profile/70058-stuckless/",
"title": "stuckless' Repository",
"index": 213
"index": 214
},
{
"url": "https://github.com/Sabreu/unraid_templates",
"profile": "https://forums.unraid.net/profile/98837-sublivion/",
"title": "sublivion's Repository",
"index": 214
"index": 215
},
{
"url": "https://github.com/Tautulli/Tautulli-Unraid-Template",
"profile": "https://lime-technology.com/profile/69064-wreave/",
"title": "Tautulli's Repository",
"index": 215
"index": 216
},
{
"url": "https://github.com/testdasi/testdasi-unraid-repo",
"profile": "https://forums.unraid.net/profile/70144-testdasi",
"title": "testdasi's Repository",
"index": 216
"index": 217
},
{
"url": "https://github.com/brianmiller/docker-templates",
"profile": "https://forums.unraid.net/profile/86892-thebrian",
"title": "TheBrian's Repository",
"index": 217
"index": 218
},
{
"url": "https://github.com/Squidly271/theone-plugin-repository/",
"profile": "https://forums.lime-technology.com/profile/2231-theone/",
"title": "theone's Repository",
"index": 218
"index": 219
},
{
"url": "https://github.com/thetarkus/docker-templates",
"profile": "https://lime-technology.com/profile/84238-tarkus/",
"title": "thetarkus' Repository",
"index": 219
"index": 220
},
{
"url": "https://github.com/tynor88/docker-templates",
"profile": "https://forums.lime-technology.com/profile/70206-thomast_88/",
"title": "thomast_88's Repository",
"index": 220
"index": 221
},
{
"url": "https://github.com/Thraxis/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9802-thraxis/",
"title": "Thraxis' Repository",
"index": 221
"index": 222
},
{
"url": "https://github.com/tinglis1/docker-containers",
"profile": "https://forums.lime-technology.com/profile/6492-tinglis1/",
"title": "tinglis1's Repository",
"index": 222
"index": 223
},
{
"url": "https://github.com/tobbenb/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/63089-saarg/",
"title": "tobbenb's Repository",
"index": 223
"index": 224
},
{
"url": "https://github.com/tombowditch/docker-templates",
"profile": "https://lime-technology.com/profile/80184-tombowditch/",
"title": "tombowditch's Repository",
"index": 224
"index": 225
},
{
"url": "https://github.com/charlescng/docker-containers",
"profile": "https://forums.unraid.net/profile/64811-uberchuckie/",
"title": "uberchuckie's Repository",
"index": 225
"index": 226
},
{
"url": "https://github.com/Poag/docker-xml",
"profile": "https://forums.lime-technology.com/profile/63933-uirel/",
"title": "Uirel's Repository",
"index": 226
"index": 227
},
{
"url": "https://github.com/Ulisses1478/templates-unraid",
"profile": "https://forums.unraid.net/profile/90485-ulisses1478/",
"title": "ulisses1478's Repository",
"index": 227
"index": 228
},
{
"url": "https://github.com/vrx-666/unraid-xml",
"profile": "https://forums.unraid.net/profile/128590-vrx/",
"title": "vrx's Repository",
"index": 228
"index": 229
},
{
"url": "https://github.com/xamindar/docker-templates",
"profile": "https://forums.lime-technology.com/profile/1543-xamindar/",
"title": "xamindar's Repository",
"index": 229
"index": 230
},
{
"url": "https://github.com/yayitazale/unraid-templates",
"profile": "https://forums.unraid.net/profile/88392-yayitazale/",
"title": "yayitazale's Repository",
"index": 230
"index": 231
},
{
"url": "https://github.com/valaypatel/unraidapps",
"profile": "https://forums.unraid.net/profile/120399-yoda/",
"title": "Yoda's Repository",
"index": 231
"index": 232
},
{
"url": "https://github.com/zgorizzo69/unraid-templates",
"profile": "https://forums.unraid.net/profile/119851-zgo/",
"title": "zgo's Repository",
"index": 232
"index": 233
},
{
"url": "https://github.com/josopu/unraid-template",
"profile": "https://forums.unraid.net/profile/101735-zotarios/",
"title": "Zotarios' Repository",
"index": 233
"index": 234
},
{
"url": "https://github.com/zyphermonkey/docker-templates",
"profile": "https://lime-technology.com/profile/67871-zyphermonkey/",
"title": "zyphermonkey's Repository",
"index": 234
"index": 235
}
]