This commit is contained in:
Andrew Z 2022-04-22 13:19:47 -04:00
parent a2c012413c
commit 11d2e59c2a
13 changed files with 346 additions and 101 deletions

View File

@ -1 +1 @@
{"last_updated_timestamp":1650643410}
{"last_updated_timestamp":1650647985}

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1650643410
"last_updated_timestamp": 1650647985
}

File diff suppressed because one or more lines are too long

View File

@ -1779,7 +1779,6 @@
],
"downloads": 1115216,
"stars": 1,
"LastUpdate": 1626946257,
"trending": 0.72,
"trends": [
1.73,
@ -1809,6 +1808,7 @@
1115216
],
"LastUpdateScan": 1650643409,
"LastUpdate": 1626946257,
"FirstSeen": 1,
"topTrending": -1.01,
"topPerforming": 0.72
@ -11278,7 +11278,6 @@
"Network-Web"
],
"downloads": 22789,
"LastUpdate": 1447501008,
"trending": 0.004,
"trends": [
0.599,
@ -11308,6 +11307,7 @@
22789
],
"LastUpdateScan": 1650643409,
"LastUpdate": 1447501008,
"FirstSeen": 1,
"topTrending": -0.595
},
@ -74789,7 +74789,6 @@
],
"downloads": 56167362,
"stars": 396,
"LastUpdate": 1650619987,
"trending": 0.065,
"trends": [
1.283,
@ -74819,6 +74818,7 @@
56167362
],
"LastUpdateScan": 1650643410,
"LastUpdate": 1650619987,
"FirstSeen": 1609067254,
"topTrending": -1.218,
"topPerforming": 0.065
@ -148674,7 +148674,6 @@
],
"downloads": 5268853,
"stars": 41,
"LastUpdate": 1650467133,
"trending": 0.062,
"trends": [
0.236,
@ -148704,6 +148703,7 @@
5268853
],
"LastUpdateScan": 1650643410,
"LastUpdate": 1650467133,
"FirstSeen": 1585681770,
"topTrending": -0.174,
"topPerforming": 0.062
@ -228232,5 +228232,112 @@
"LastUpdateScan": 1649798215,
"LastUpdate": 1649779195,
"FirstSeen": 1649798215
},
{
"TemplatePath": "/tmp/appFeed/templates/MEnVaNicsRepository/client-vue/public/manifest/browserconfig.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"LastUpdateScan": 1649081023,
"FirstSeen": null
},
{
"Name": "twitchautomator",
"Repository": "mrbrax/twitchautomator:master",
"Registry": "https://hub.docker.com/r/mrbrax/twitchautomator/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/MrBrax/TwitchAutomator/issues",
"Project": "https://github.com/MrBrax/TwitchAutomator",
"Overview": "An automatic twitch recorder.\r\n ***\u26a0\ufe0f SINCE MID 2021, A DOMAIN WITH HTTPS IS REQUIRED \u26a0\ufe0f***\n ***\u26a0\ufe0f SINCE THE NEW TYPESCRIPT SERVER, ALL USER DATA IS STORED IN /data/ \u26a0\ufe0f***\n## Features\r\n- Automatic VOD recording pretty much the second the stream goes live, instead of checking it every minute like many other scripts do.\r\n- Cyclic recording, as in when a specified amount or storage per streamer is reached, the oldest stream gets deleted.\r\n- Tons of metadata, maybe too much. Stores info about games played, stream titles, duration, if the stream got muted from copyrighted music, etc.\r\n- Chapters (titles and games) are written to the final video file.\r\n- [Video player](https://github.com/MrBrax/twitch-vod-chat) with chat playback.\r\n- Video cutter with chapter display for easy exporting, also cuts the downloaded chat for synced rendering.\r\n- Notifications with optional speech when the website is open, get stream live notifications far earlier than the mobile app does.\r\n- Writes a [losslesscut](https://github.com/mifi/lossless-cut/) compatible csv file for the full VOD so you don't have to find all the games.\r\n- Uses `ts` instead of `mp4` so if the stream or program crashes, the file won't be corrupted.\r\n- Optionally either dumps chat while capturing or downloads the chat file after it's done.\r\n- Basic tools for downloading any VOD or chat.\r\n- Can be set to automatically download the whole stream chat to a JSON file, to be used in my [twitch-vod-chat](https://github.com/MrBrax/twitch-vod-chat) webapp or automatically burned in with [TwitchDownloader](https://github.com/lay295/TwitchDownloader).\r\n- Basic webhook support for external scripting.\r\n- Notifications over the browser, telegram, and discord.\r\n\r\n*One high-profile streamer VOD of 10 hours at 1080p60 is about 30-50GB.*",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/MrBrax/TwitchAutomator/master/unraid/unraid/TwitchAutomator.xml",
"Icon": "https://i.postimg.cc/Bb15Mq8g/favicon-unraid.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "Webinterface",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "WebUI Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8146"
},
{
"@attributes": {
"Name": "Host Path 1",
"Target": "/usr/local/share/twitchautomator/data",
"Default": "/mnt/user/",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/twitch_vods/"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1000"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1000"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "022"
}
],
"Repo": "MEnVaNic's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/MEnVaNicsRepository/unraid/TwitchAutomator.xml",
"CategoryList": [
"MediaApp-Video"
],
"downloads": 7488,
"stars": 6,
"LastUpdate": 1650629185,
"LastUpdateScan": 1650647985,
"FirstSeen": 1650647985
}
]

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"apps": 1677,
"last_updated_timestamp": 1650643410,
"last_updated": "2022-04-22 12:03",
"apps": 1679,
"last_updated_timestamp": 1650647985,
"last_updated": "2022-04-22 13:19",
"categories": [
{
"Cat": "Backup:",
@ -1941,7 +1941,6 @@
],
"downloads": 1115216,
"stars": 1,
"LastUpdate": 1626946257,
"trending": 0.72,
"trends": [
1.73,
@ -1971,6 +1970,7 @@
1115216
],
"LastUpdateScan": 1650643409,
"LastUpdate": 1626946257,
"FirstSeen": 1,
"topTrending": -1.01,
"topPerforming": 0.72
@ -11440,7 +11440,6 @@
"Network-Web"
],
"downloads": 22789,
"LastUpdate": 1447501008,
"trending": 0.004,
"trends": [
0.599,
@ -11470,6 +11469,7 @@
22789
],
"LastUpdateScan": 1650643409,
"LastUpdate": 1447501008,
"FirstSeen": 1,
"topTrending": -0.595
},
@ -74951,7 +74951,6 @@
],
"downloads": 56167362,
"stars": 396,
"LastUpdate": 1650619987,
"trending": 0.065,
"trends": [
1.283,
@ -74981,6 +74980,7 @@
56167362
],
"LastUpdateScan": 1650643410,
"LastUpdate": 1650619987,
"FirstSeen": 1609067254,
"topTrending": -1.218,
"topPerforming": 0.065
@ -148836,7 +148836,6 @@
],
"downloads": 5268853,
"stars": 41,
"LastUpdate": 1650467133,
"trending": 0.062,
"trends": [
0.236,
@ -148866,6 +148865,7 @@
5268853
],
"LastUpdateScan": 1650643410,
"LastUpdate": 1650467133,
"FirstSeen": 1585681770,
"topTrending": -0.174,
"topPerforming": 0.062
@ -228394,6 +228394,113 @@
"LastUpdateScan": 1649798215,
"LastUpdate": 1649779195,
"FirstSeen": 1649798215
},
{
"TemplatePath": "/tmp/appFeed/templates/MEnVaNicsRepository/client-vue/public/manifest/browserconfig.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"LastUpdateScan": 1649081023,
"FirstSeen": null
},
{
"Name": "twitchautomator",
"Repository": "mrbrax/twitchautomator:master",
"Registry": "https://hub.docker.com/r/mrbrax/twitchautomator/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/MrBrax/TwitchAutomator/issues",
"Project": "https://github.com/MrBrax/TwitchAutomator",
"Overview": "An automatic twitch recorder.\r\n ***\u26a0\ufe0f SINCE MID 2021, A DOMAIN WITH HTTPS IS REQUIRED \u26a0\ufe0f***\n ***\u26a0\ufe0f SINCE THE NEW TYPESCRIPT SERVER, ALL USER DATA IS STORED IN /data/ \u26a0\ufe0f***\n## Features\r\n- Automatic VOD recording pretty much the second the stream goes live, instead of checking it every minute like many other scripts do.\r\n- Cyclic recording, as in when a specified amount or storage per streamer is reached, the oldest stream gets deleted.\r\n- Tons of metadata, maybe too much. Stores info about games played, stream titles, duration, if the stream got muted from copyrighted music, etc.\r\n- Chapters (titles and games) are written to the final video file.\r\n- [Video player](https://github.com/MrBrax/twitch-vod-chat) with chat playback.\r\n- Video cutter with chapter display for easy exporting, also cuts the downloaded chat for synced rendering.\r\n- Notifications with optional speech when the website is open, get stream live notifications far earlier than the mobile app does.\r\n- Writes a [losslesscut](https://github.com/mifi/lossless-cut/) compatible csv file for the full VOD so you don't have to find all the games.\r\n- Uses `ts` instead of `mp4` so if the stream or program crashes, the file won't be corrupted.\r\n- Optionally either dumps chat while capturing or downloads the chat file after it's done.\r\n- Basic tools for downloading any VOD or chat.\r\n- Can be set to automatically download the whole stream chat to a JSON file, to be used in my [twitch-vod-chat](https://github.com/MrBrax/twitch-vod-chat) webapp or automatically burned in with [TwitchDownloader](https://github.com/lay295/TwitchDownloader).\r\n- Basic webhook support for external scripting.\r\n- Notifications over the browser, telegram, and discord.\r\n\r\n*One high-profile streamer VOD of 10 hours at 1080p60 is about 30-50GB.*",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/MrBrax/TwitchAutomator/master/unraid/unraid/TwitchAutomator.xml",
"Icon": "https://i.postimg.cc/Bb15Mq8g/favicon-unraid.png",
"PostArgs": "",
"CPUset": "",
"Requires": "",
"Config": [
{
"@attributes": {
"Name": "Webinterface",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "WebUI Port",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8146"
},
{
"@attributes": {
"Name": "Host Path 1",
"Target": "/usr/local/share/twitchautomator/data",
"Default": "/mnt/user/",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/twitch_vods/"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1000"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "1000"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "022"
}
],
"Repo": "MEnVaNic's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/MEnVaNicsRepository/unraid/TwitchAutomator.xml",
"CategoryList": [
"MediaApp-Video"
],
"downloads": 7488,
"stars": 6,
"LastUpdate": 1650629185,
"LastUpdateScan": 1650647985,
"FirstSeen": 1650647985
}
],
"repositories": {
@ -230084,6 +230191,10 @@
"icon": "https://avatars.githubusercontent.com/u/5426009?v=4",
"DonateLink": "https://paypal.me/SoerenSchwirsch",
"DonateText": "Help support my work by buying me a beer"
},
"MEnVaNic's Repository": {
"url": "https://github.com/MrBrax/TwitchAutomator/tree/master/unraid",
"profile": "https://forums.unraid.net/profile/116100-menvanic"
}
},
"blacklisted": {

File diff suppressed because one or more lines are too long

View File

@ -2181,5 +2181,6 @@
"ghcr.io/rickdb/plexanisync:latest": 1650276196,
"binhex/arch-overseerr": 1650290608,
"xavierniu/cloudreve": 1650535416,
"quay.io/pussthecatorg/rimgo": 1650614612
"quay.io/pussthecatorg/rimgo": 1650614612,
"mrbrax/twitchautomator:master": 1650647985
}

View File

@ -2779,3 +2779,12 @@ Updating GitHub
Saving /tmp/GitHub/Squidly271.github.io/forum_post0
[master a2c01241] Update
10 files changed, 159 insertions(+), 159 deletions(-)
To https://github.com/Squidly271/AppFeed.git
a4e35db3..a2c01241 master -> master
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Everything up-to-date

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -58973,5 +58973,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"mrbrax/twitchautomator:master": {
"Base": null,
"Downloads": 7488,
"Stars": 6,
"Time": 1650647985,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1650629185
}
}

View File

@ -1820,499 +1820,505 @@
"title": "mearman's Repository",
"index": 231
},
{
"url": "https://github.com/MrBrax/TwitchAutomator/tree/master/unraid",
"profile": "https://forums.unraid.net/profile/116100-menvanic",
"title": "MEnVaNic's Repository",
"index": 232
},
{
"url": "https://github.com/Squidly271/Mettbrot-s-plugin-repo/",
"profile": "https://forums.lime-technology.com/profile/11013-mettbrot/",
"title": "Mettbrot's Repository",
"index": 232
"index": 233
},
{
"url": "https://github.com/kiwimato/nut-influxdb-exporter",
"profile": "https://forums.unraid.net/profile/89549-mihai/",
"title": "Mihai's Repository",
"index": 233
"index": 234
},
{
"url": "https://github.com/helfrichmichael/unraid-templates",
"profile": "https://forums.unraid.net/profile/68815-mikeah/",
"title": "MikeAH's Repository",
"index": 234
"index": 235
},
{
"url": "https://github.com/mikeylikesrocks/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/89382-mikeylikesrocks",
"title": "mikeylikesrocks' Repository",
"index": 235
"index": 236
},
{
"url": "https://github.com/mizz141/mizz141-unraid-xml",
"profile": "https://forums.unraid.net/profile/98815-mizz141/",
"title": "Mizz141's Repository",
"index": 236
"index": 237
},
{
"url": "https://github.com/mlebjerg/docker-templates",
"profile": "https://lime-technology.com/profile/76816-mlebjerg/",
"title": "mlebjerg's Repository",
"index": 237
"index": 238
},
{
"url": "https://github.com/MobiusNine/docker-templates",
"profile": "https://forums.unraid.net/profile/84666-mobiusnine/",
"title": "MobiusNine's Repository",
"index": 238
"index": 239
},
{
"url": "https://github.com/crazyqin/unraid-templates",
"profile": "https://forums.unraid.net/profile/157513-mrafter/",
"title": "mrafter's Repository",
"index": 239
"index": 240
},
{
"url": "https://github.com/dalekseevs/Unraid-Docker-Templates",
"profile": "https://forums.unraid.net/profile/74482-mrchunky",
"title": "MrChunky's Repository",
"index": 240
"index": 241
},
{
"url": "https://github.com/Mrlafontaine/Unraid-ErgoNode",
"profile": "https://forums.unraid.net/profile/163009-mrlafontaine/",
"title": "mrlafontaine's Repository",
"index": 241
"index": 242
},
{
"url": "https://github.com/Mudislander/docker-templates",
"profile": "https://lime-technology.com/profile/67039-mudislander/",
"title": "Mudislander's Repository",
"index": 242
"index": 243
},
{
"url": "https://github.com/Muwahhidun/unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/107652-muwahhid/",
"title": "Muwahhidun's Repository",
"index": 243
"index": 244
},
{
"url": "https://github.com/MyFaith/unraid-templates",
"profile": "https://forums.unraid.net/profile/157465-myfaith/",
"title": "MyFaith's Repository",
"index": 244
"index": 245
},
{
"url": "https://github.com/natcoso9955/unRAID-docker",
"profile": "https://forums.unraid.net/profile/73128-natcoso9955/",
"title": "Natcoso9955's Repository",
"index": 245
"index": 246
},
{
"url": "https://github.com/ninthwalker/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9420-ninthwalker/",
"title": "ninthwalker's Repository",
"index": 246
"index": 247
},
{
"url": "https://github.com/NixonInnes/unraid-builds-xml",
"profile": "https://forums.unraid.net/profile/122748-nixoninnes/",
"title": "NixonInnes' Repository",
"index": 247
"index": 248
},
{
"url": "https://github.com/OFark/docker-templates",
"profile": "https://forums.unraid.net/profile/86513-ofark/",
"title": "OFark's Repository",
"index": 248
"index": 249
},
{
"url": "https://github.com/ofawx/unraid-templates",
"profile": "https://forums.unraid.net/profile/109310-ofawx/",
"title": "ofawx's Repository",
"index": 249
"index": 250
},
{
"url": "https://github.com/photostructure/unraid-template",
"profile": "https://forums.unraid.net/profile/116201-mrm/",
"shortName": "PhotoStructure",
"title": "Official PhotoStructure Repository",
"index": 250
"index": 251
},
{
"url": "https://github.com/plexinc/pms-docker",
"profile": null,
"shortName": "Plex",
"title": "Official Plex Repository",
"index": 251
"index": 252
},
{
"url": "https://github.com/ijabz/songkong_unraid/",
"profile": null,
"shortName": "Songkong",
"title": "Official Songkong Repository",
"index": 252
"index": 253
},
{
"url": "https://github.com/oldcrazyeye/unraid-templates",
"profile": "https://forums.unraid.net/profile/124305-oldcrazyeye/",
"title": "oldcrazyeye's Repository",
"index": 253
"index": 254
},
{
"url": "https://github.com/opal06/unraid_docker_templates",
"profile": "https://forums.unraid.net/profile/110756-opal_06/",
"title": "opal_06's Repository",
"index": 254
"index": 255
},
{
"url": "https://github.com/openspeedtest/unraid-docker-plugin",
"profile": "https://forums.unraid.net/profile/110999-openspeedtest/",
"title": "openspeedtest's Repository",
"index": 255
"index": 256
},
{
"url": "https://github.com/wranglatang/docker-bluelinky",
"profile": "https://forums.unraid.net/profile/89354-pwrangles/",
"title": "p.wrangles' Repository",
"index": 256
"index": 257
},
{
"url": "https://github.com/PartitionPixel/unraid-templates",
"profile": "https://forums.unraid.net/profile/119008-partition-pixel/",
"title": "Partition Pixel's Repository",
"index": 257
"index": 258
},
{
"url": "https://github.com/patrickstigler/unraid_app_templates",
"profile": "https://forums.unraid.net/profile/139758-maddash1337/",
"title": "patrickstigler's Repository",
"index": 258
"index": 259
},
{
"url": "https://github.com/pawelmalak/unraid-templates",
"profile": "https://forums.unraid.net/profile/119205-paululibro/",
"title": "paululibro's Repository",
"index": 259
"index": 260
},
{
"url": "https://github.com/imTHAI/unraid-templates",
"profile": "https://forums.unraid.net/profile/117577-pbear/",
"title": "pbear's Repository",
"index": 260
"index": 261
},
{
"url": "https://github.com/pducharme/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/62479-pducharme/",
"title": "pducharme's Repository",
"index": 261
"index": 262
},
{
"url": "https://github.com/poke0/Unraid-docker-templates",
"profile": "https://forums.unraid.net/profile/139781-poke0/",
"title": "Poke0's Repository",
"index": 262
"index": 263
},
{
"url": "https://github.com/Sleepingpirates/invitarr-unraid",
"profile": "https://forums.unraid.net/profile/114147-priate/",
"title": "priate's Repository",
"index": 263
"index": 264
},
{
"url": "https://github.com/dcflachs/plugin-repository",
"profile": "https://forums.unraid.net/profile/63584-primeval_god/",
"title": "primeval_god's Repository",
"index": 264
"index": 265
},
{
"url": "https://github.com/Progeny42/unRAID-CA-Templates",
"profile": "https://forums.unraid.net/profile/101997-progeny42",
"title": "Progeny42's Repository",
"index": 265
"index": 266
},
{
"url": "https://github.com/ptchernegovski/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/99869-ptchernegovski/",
"title": "ptchernegovski's Repository",
"index": 266
"index": 267
},
{
"url": "https://github.com/picthor-io/unraid-templates",
"profile": "https://forums.unraid.net/profile/106558-realcnbs/",
"title": "realcnbs' Repository",
"index": 267
"index": 268
},
{
"url": "https://github.com/wger-project/unraid-templates",
"profile": "https://forums.unraid.net/profile/118956-rge/",
"title": "rge's Repository",
"index": 268
"index": 269
},
{
"url": "https://github.com/roflcoopter/viseron-unraid-ca-template",
"profile": "https://forums.unraid.net/profile/113120-roflcoopter",
"title": "roflcoopter's Repository",
"index": 269
"index": 270
},
{
"url": "https://github.com/SAL-e/docker-templates",
"profile": "https://forums.unraid.net/profile/11345-sal-e/",
"title": "SAL-e's Repository",
"index": 270
"index": 271
},
{
"url": "https://github.com/SavageAUS/Unraid-Templates",
"profile": "https://forums.unraid.net/profile/91260-savageaus/",
"title": "SaveageAUS' Repository",
"index": 271
"index": 272
},
{
"url": "https://github.com/sdesbure/docker-containers",
"profile": "https://forums.lime-technology.com/profile/3477-sdesbure/",
"title": "sdesbure's Repository",
"index": 272
"index": 273
},
{
"url": "https://github.com/dersimn/docker-unraid-templates",
"profile": "https://forums.unraid.net/profile/11673-seim/",
"title": "seim's Repository",
"index": 273
"index": 274
},
{
"url": "https://github.com/shaksiwnl/unraid-templates",
"profile": "https://forums.unraid.net/profile/118681-jakemoura/",
"title": "shaksiwnl's Repository",
"index": 274
"index": 275
},
{
"url": "https://github.com/shrmnk/docker-templates",
"profile": "https://forums.unraid.net/profile/77786-shrmn/",
"title": "shrmn's Repository",
"index": 275
"index": 276
},
{
"url": "https://github.com/silman/unraid_templates",
"profile": "https://forums.unraid.net/profile/163023-silman/",
"title": "silman's Repository",
"index": 276
"index": 277
},
{
"url": "https://github.com/SimonFair/unraid-plugins",
"profile": "https://forums.unraid.net/profile/75917-simonf",
"title": "SimonF's Repository",
"index": 277
"index": 278
},
{
"url": "https://github.com/simse/docker-templates",
"profile": "https://forums.unraid.net/profile/69400-simse/",
"title": "simse's Repository",
"index": 278
"index": 279
},
{
"url": "https://github.com/SiwatINC/unraid-ca-repository",
"profile": "https://forums.unraid.net/profile/72489-siwat2545/",
"title": "Siwat2545's Repository",
"index": 279
"index": 280
},
{
"url": "https://github.com/Skitals/unraid-ca-templates",
"profile": "https://forums.unraid.net/profile/97624-skitals/",
"title": "Skitals Repository",
"index": 280
"index": 281
},
{
"url": "https://github.com/SlrG/unRAID",
"profile": "https://forums.lime-technology.com/profile/16166-slrg/",
"title": "SlrG's Repository",
"index": 281
"index": 282
},
{
"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": 282
"index": 283
},
{
"url": "https://github.com/smdion/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/26365-smdion/",
"title": "smdion's Repository",
"index": 283
"index": 284
},
{
"url": "https://github.com/soana/unraid-docker-templates",
"profile": "https://forums.lime-technology.com/profile/10065-soana/",
"title": "soana's Repository",
"index": 284
"index": 285
},
{
"url": "https://github.com/SpaceinvaderOne/Docker-Templates-Unraid",
"profile": "https://forums.unraid.net/profile/67288-spaceinvaderone/",
"title": "SpaceInvaderOne's Repository",
"index": 285
"index": 286
},
{
"url": "https://github.com/spants/unraidtemplates",
"profile": "https://forums.lime-technology.com/profile/2148-spants/",
"title": "Spants' Repository",
"index": 286
"index": 287
},
{
"url": "https://github.com/Spikhalskiy/docker-templates",
"profile": "https://lime-technology.com/profile/82549-dmitry-spikhalskiy/",
"title": "Spikhalskiy's Repository",
"index": 287
"index": 288
},
{
"url": "https://github.com/Steini1984/steini1984-s-repositoy",
"profile": "https://forums.lime-technology.com/profile/2957-steini84/",
"title": "steini84's Repository",
"index": 288
"index": 289
},
{
"url": "https://github.com/stuckless/unRAID",
"profile": "https://forums.lime-technology.com/profile/70058-stuckless/",
"title": "stuckless' Repository",
"index": 289
"index": 290
},
{
"url": "https://github.com/Sabreu/unraid_templates",
"profile": "https://forums.unraid.net/profile/98837-sublivion/",
"title": "sublivion's Repository",
"index": 290
"index": 291
},
{
"url": "https://github.com/Tautulli/Tautulli-Unraid-Template",
"profile": "https://lime-technology.com/profile/69064-wreave/",
"title": "Tautulli's Repository",
"index": 291
"index": 292
},
{
"url": "https://github.com/testdasi/testdasi-unraid-repo",
"profile": "https://forums.unraid.net/profile/70144-testdasi",
"title": "testdasi's Repository",
"index": 292
"index": 293
},
{
"url": "https://github.com/brianmiller/docker-templates",
"profile": "https://forums.unraid.net/profile/86892-thebrian",
"title": "TheBrian's Repository",
"index": 293
"index": 294
},
{
"url": "https://github.com/Squidly271/theone-plugin-repository/",
"profile": "https://forums.lime-technology.com/profile/2231-theone/",
"title": "theone's Repository",
"index": 294
"index": 295
},
{
"url": "https://github.com/thetarkus/docker-templates",
"profile": "https://lime-technology.com/profile/84238-tarkus/",
"title": "thetarkus' Repository",
"index": 295
"index": 296
},
{
"url": "https://github.com/tynor88/docker-templates",
"profile": "https://forums.lime-technology.com/profile/70206-thomast_88/",
"title": "thomast_88's Repository",
"index": 296
"index": 297
},
{
"url": "https://github.com/Thraxis/docker-templates",
"profile": "https://forums.lime-technology.com/profile/9802-thraxis/",
"title": "Thraxis' Repository",
"index": 297
"index": 298
},
{
"url": "https://github.com/timstephens24/docker-templates",
"profile": "https://forums.unraid.net/profile/67918-timstephens24/",
"title": "timstephens24's Repository",
"index": 298
"index": 299
},
{
"url": "https://github.com/tinglis1/docker-containers",
"profile": "https://forums.lime-technology.com/profile/6492-tinglis1/",
"title": "tinglis1's Repository",
"index": 299
"index": 300
},
{
"url": "https://github.com/tobbenb/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/63089-saarg/",
"title": "tobbenb's Repository",
"index": 300
"index": 301
},
{
"url": "https://github.com/tombowditch/docker-templates",
"profile": "https://lime-technology.com/profile/80184-tombowditch/",
"title": "tombowditch's Repository",
"index": 301
"index": 302
},
{
"url": "https://github.com/TrophyBuck/unraid-templates",
"profile": "https://forums.unraid.net/profile/140258-trophybuck/",
"title": "TrophyBuck's Repository",
"index": 302
"index": 303
},
{
"url": "https://github.com/tubearchivist/unraid-templates",
"profile": null,
"title": "TubeArchivist's Official Repository",
"index": 303
"index": 304
},
{
"url": "https://github.com/charlescng/docker-containers",
"profile": "https://forums.unraid.net/profile/64811-uberchuckie/",
"title": "uberchuckie's Repository",
"index": 304
"index": 305
},
{
"url": "https://github.com/Poag/docker-xml",
"profile": "https://forums.lime-technology.com/profile/63933-uirel/",
"title": "Uirel's Repository",
"index": 305
"index": 306
},
{
"url": "https://github.com/Ulisses1478/templates-unraid",
"profile": "https://forums.unraid.net/profile/90485-ulisses1478/",
"title": "ulisses1478's Repository",
"index": 306
"index": 307
},
{
"url": "https://github.com/VozDeOuro/unraid-templates",
"profile": "https://forums.unraid.net/profile/122927-vozdeouro/",
"title": "VozDeOuro's Repository",
"index": 307
"index": 308
},
{
"url": "https://github.com/xamindar/docker-templates",
"profile": "https://forums.lime-technology.com/profile/1543-xamindar/",
"title": "xamindar's Repository",
"index": 308
"index": 309
},
{
"url": "https://github.com/xavier-hernandez/unraid-templates",
"profile": "https://forums.unraid.net/profile/158924-xavierh/",
"title": "xavierh's Repository",
"index": 309
"index": 310
},
{
"url": "https://github.com/xenco/docker-templates",
"profile": "https://forums.unraid.net/profile/155847-xenco/",
"title": "xenco's Repository",
"index": 310
"index": 311
},
{
"url": "https://github.com/valaypatel/unraidapps",
"profile": "https://forums.unraid.net/profile/120399-yoda/",
"title": "Yoda's Repository",
"index": 311
"index": 312
},
{
"url": "https://github.com/josopu/unraid-template",
"profile": "https://forums.unraid.net/profile/101735-zotarios/",
"title": "Zotarios' Repository",
"index": 312
"index": 313
},
{
"url": "https://github.com/zyphermonkey/docker-templates",
"profile": "https://lime-technology.com/profile/67871-zyphermonkey/",
"title": "zyphermonkey's Repository",
"index": 313
"index": 314
}
]