This commit is contained in:
Andrew Z 2022-01-16 15:50:07 -05:00
parent ff090817d0
commit 81af8ba6f2
7 changed files with 775 additions and 288 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1642361839
"last_updated_timestamp": 1642366206
}

View File

@ -197769,13 +197769,115 @@
"topTrending": 0.9040000000000008
},
{
"TemplatePath": "/tmp/appFeed/templates/JoshndroidsRepository/templates/troddit.xml",
"errors": [
"Opening and ending tag mismatch: Container line 2 and Support",
"Extra content at the end of the document"
"Name": "Troddit",
"Repository": "bsyed/troddit",
"Registry": "https://hub.docker.com/r/bsyed/troddit",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/112086-support-joshndroids-docker-repo-support-thread/",
"Project": "https://github.com/burhan-syed/troddit",
"Overview": "A web client for Reddit",
"WebUI": "http://[IP]:[PORT:3000]/",
"TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/master/templates/troddit.xml",
"Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/acce11cca57e4000233efb34896e91825a3a5448/icons/troddit.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "Container Port: 3000",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "CLIENT_ID",
"Target": "CLIENT_ID",
"Default": "",
"Mode": "",
"Description": "Client ID generated on Reddit",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "CLIENT_SECRET",
"Target": "CLIENT_SECRET",
"Default": "",
"Mode": "",
"Description": "Client Secret generated on Reddit",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "REDDIT_REDIRECT",
"Target": "REDDIT_REDIRECT",
"Default": "",
"Mode": "",
"Description": "Reddit Redirection",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTAUTH_SECRET",
"Target": "NEXTAUTH_SECRET",
"Default": "",
"Mode": "",
"Description": "Nextauth Secret - Generated by running ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTAUTH_URL",
"Target": "NEXTAUTH_URL",
"Default": "",
"Mode": "",
"Description": "Container Variable: NEXTAUTH_URL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"LastUpdateScan": 1641301416,
"FirstSeen": null
"Repo": "Joshndroid's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoshndroidsRepository/templates/troddit.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 80,
"stars": 1,
"LastUpdateScan": 1642366205,
"FirstSeen": 1642366205
},
{
"Name": "Kavita",
@ -213602,5 +213704,265 @@
"stars": 363,
"LastUpdateScan": 1641906264,
"FirstSeen": 1641906264
},
{
"Name": "channelsdvr_intel",
"Overview": "\nThe Channels DVR backend engine with Intel HW transcoding support.[br]\n[b][span style='color: #E80000;']Here is an explanation of the default mappings:[/span][/b]\n[b]Port 8089[/b]: This is the default port that ChannelsDVR listens on. Changing the port is not recommended.\n[b]/shares/DVR[/b] : This is where the ChannelsDVR folder exists for recordings to be stored. The DVR folder in the Channels Settings would then be: /shares/DVR and you enter the location on your server where the data will be. Recommend: /mnt/user/data/Media/ChannelsDVR\n[b]/channels-dvr[/b] : This is where the DVR application and configuration is stored. Recommend having this locally at /mnt/user/appdata/channels-dvr\n[b]--device=/dev/dri[/b]: This is located in [b]\"extra parameters\"[/b] (switch on advanced view) and passes the iGPU to the container so it can use hardware transcoding.\n[b]Optional[/b]: Add in a mapping for your personal media, i.e. Host Directory of '/mnt/user/data/Media/Movies' with a Container Directory of '/shares/Movies' and then add that as a Movie Source for Local Content in the server settings.\n ",
"Repository": "timstephens24/channels-dvr",
"GitHub": "https://github.com/timstephens24/channels-dvr_docker",
"Registry": "https://registry.hub.docker.com/r/timstephens24/channels-dvr",
"Icon": "https://github.com/timstephens24/docker-templates/raw/master/img/channels-logo.png",
"WebUI": "http://[IP]:[PORT:8089]",
"ExtraParams": "--device=/dev/dri --security-opt seccomp=unconfined",
"PostArgs": "",
"CPUset": "",
"Network": "host",
"Shell": "sh",
"Privileged": "false",
"Support": "https://community.getchannels.com",
"Project": "https://getchannels.com/dvr",
"BindTime": "true",
"Networking": {
"Mode": "host"
},
"Config": [
{
"@attributes": {
"Name": "DVR",
"Target": "/shares/DVR",
"Default": "",
"Mode": "rw",
"Description": "DVR Folder",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/channels-dvr",
"Default": "/mnt/user/appdata/channels-dvr",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Dislay": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
"Target": "8089",
"Default": "8089",
"Mode": "tcp",
"Description": "Admin Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8089"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "America/New_York",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "America/New_York"
}
],
"Repo": "timstephens24's Repository",
"TemplateURL": "https://raw.githubusercontent.com/timstephens24/docker-templates/master/timstephens24/ChannelsDVR_Intel.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/timstephens24sRepository/timstephens24/ChannelsDVR_Intel.xml",
"CategoryList": [
"MediaServer-Video"
],
"downloads": 64458,
"LastUpdateScan": 1642360929,
"FirstSeen": 1642366205
},
{
"Name": "channelsdvr_nvidia",
"Overview": "\nThe Channels DVR backend engine with NVIDIA HW transcoding.[br]\n[b][span style='color: #E80000;']Here is an explanation of the default mappings:[/span][/b]\n[b]Port 8089[/b]: This is the default port that ChannelsDVR listens on. Changing the port is not recommended.\n[b]/shares/DVR[/b]: This is where the ChannelsDVR folder exists for recordings to be stored. The DVR folder in the Channels Settings would then be: /shares/DVR and you enter the location on your server where the data will be. Recommend: /mnt/user/data/Media/ChannelsDVR\n[b]/channels-dvr[/b]: This is where the DVR application and configuration is stored. Recommend having this locally at /mnt/user/appdata/channels-dvr\n[b]--runtime=nvidia[/b]: This is in [b]\"extra parameters\"[/b] (switch on advanced view) and allows passing through the NVIDIA graphics card to the container. Environmental Variables for [b]NVIDIA_VISIBLE_DEVICES[/b] and [b]NVIDIA_DRIVER_CAPABILITIES[/b] are already in the template, but you can change the 'all' variable for the device to match the UUID of a specific device if you have more than one.\n[b]Optional[/b]: Add in a mapping for your personal media, i.e. Host Directory of '/mnt/user/data/Media/Movies' with a Container Directory of '/shares/Movies' and then add that as a Movie Source for Local Content in the server settings.\n ",
"Repository": "timstephens24/channels-dvr",
"GitHub": "https://github.com/timstephens24/channels-dvr_docker",
"Registry": "https://registry.hub.docker.com/r/timstephens24/channels-dvr",
"Icon": "https://github.com/timstephens24/docker-templates/raw/master/img/channels-logo.png",
"WebUI": "http://[IP]:[PORT:8089]",
"ExtraParams": "--runtime=nvidia --security-opt seccomp=unconfined",
"PostArgs": "",
"CPUset": "",
"Network": "host",
"Shell": "sh",
"Privileged": "false",
"Support": "https://community.getchannels.com",
"Project": "https://getchannels.com/dvr",
"BindTime": "true",
"Networking": {
"Mode": "host"
},
"Config": [
{
"@attributes": {
"Name": "DVR",
"Target": "/shares/DVR",
"Default": "",
"Mode": "rw",
"Description": "DVR Folder",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/channels-dvr",
"Default": "/mnt/user/appdata/channels-dvr",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
"Target": "8089",
"Default": "8089",
"Mode": "tcp",
"Description": "Admin Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8089"
},
{
"@attributes": {
"Name": "NVIDIA_DRIVER_CAPABILITIES",
"Target": "NVIDIA_DRIVER_CAPABILITIES",
"Default": "compute,utility,video",
"Mode": "",
"Description": "Container Variable: NVIDIA_DRIVER_CAPABILITIES",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "compute,utility,video"
},
{
"@attributes": {
"Name": "NVIDIA_VISIBLE_DEVICES",
"Target": "NVIDIA_VISIBLE_DEVICES",
"Default": "NVIDIA_VISIBLE_DEVICES",
"Mode": "",
"Description": "Container Variable: NVIDIA_VISIBLE_DEVICES",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "all"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "America/New_York",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "America/New_York"
}
],
"Repo": "timstephens24's Repository",
"TemplateURL": "https://raw.githubusercontent.com/timstephens24/docker-templates/master/timstephens24/ChannelsDVR_NVIDIA.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/timstephens24sRepository/timstephens24/ChannelsDVR_NVIDIA.xml",
"CategoryList": [
"MediaServer-Video"
],
"downloads": 64458,
"LastUpdateScan": 1642360929,
"FirstSeen": 1642366205
}
]

View File

@ -1,7 +1,7 @@
{
"apps": 1529,
"last_updated_timestamp": 1642361839,
"last_updated": "2022-01-16 14:37",
"apps": 1531,
"last_updated_timestamp": 1642366206,
"last_updated": "2022-01-16 15:50",
"categories": [
{
"Cat": "Backup:",
@ -197931,13 +197931,115 @@
"topTrending": 0.9040000000000008
},
{
"TemplatePath": "/tmp/appFeed/templates/JoshndroidsRepository/templates/troddit.xml",
"errors": [
"Opening and ending tag mismatch: Container line 2 and Support",
"Extra content at the end of the document"
"Name": "Troddit",
"Repository": "bsyed/troddit",
"Registry": "https://hub.docker.com/r/bsyed/troddit",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/112086-support-joshndroids-docker-repo-support-thread/",
"Project": "https://github.com/burhan-syed/troddit",
"Overview": "A web client for Reddit",
"WebUI": "http://[IP]:[PORT:3000]/",
"TemplateURL": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/master/templates/troddit.xml",
"Icon": "https://raw.githubusercontent.com/Joshndroid/joshndroid-unraid-docker-templates/acce11cca57e4000233efb34896e91825a3a5448/icons/troddit.png",
"ExtraParams": "--restart=always",
"PostArgs": "",
"Config": [
{
"@attributes": {
"Name": "Port",
"Target": "3000",
"Default": "3000",
"Mode": "tcp",
"Description": "Container Port: 3000",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "3000"
},
{
"@attributes": {
"Name": "CLIENT_ID",
"Target": "CLIENT_ID",
"Default": "",
"Mode": "",
"Description": "Client ID generated on Reddit",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "CLIENT_SECRET",
"Target": "CLIENT_SECRET",
"Default": "",
"Mode": "",
"Description": "Client Secret generated on Reddit",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "REDDIT_REDIRECT",
"Target": "REDDIT_REDIRECT",
"Default": "",
"Mode": "",
"Description": "Reddit Redirection",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTAUTH_SECRET",
"Target": "NEXTAUTH_SECRET",
"Default": "",
"Mode": "",
"Description": "Nextauth Secret - Generated by running ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "NEXTAUTH_URL",
"Target": "NEXTAUTH_URL",
"Default": "",
"Mode": "",
"Description": "Container Variable: NEXTAUTH_URL",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"LastUpdateScan": 1641301416,
"FirstSeen": null
"Repo": "Joshndroid's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoshndroidsRepository/templates/troddit.xml",
"CategoryList": [
"Network-Web"
],
"downloads": 80,
"stars": 1,
"LastUpdateScan": 1642366205,
"FirstSeen": 1642366205
},
{
"Name": "Kavita",
@ -213764,6 +213866,266 @@
"stars": 363,
"LastUpdateScan": 1641906264,
"FirstSeen": 1641906264
},
{
"Name": "channelsdvr_intel",
"Overview": "\nThe Channels DVR backend engine with Intel HW transcoding support.[br]\n[b][span style='color: #E80000;']Here is an explanation of the default mappings:[/span][/b]\n[b]Port 8089[/b]: This is the default port that ChannelsDVR listens on. Changing the port is not recommended.\n[b]/shares/DVR[/b] : This is where the ChannelsDVR folder exists for recordings to be stored. The DVR folder in the Channels Settings would then be: /shares/DVR and you enter the location on your server where the data will be. Recommend: /mnt/user/data/Media/ChannelsDVR\n[b]/channels-dvr[/b] : This is where the DVR application and configuration is stored. Recommend having this locally at /mnt/user/appdata/channels-dvr\n[b]--device=/dev/dri[/b]: This is located in [b]\"extra parameters\"[/b] (switch on advanced view) and passes the iGPU to the container so it can use hardware transcoding.\n[b]Optional[/b]: Add in a mapping for your personal media, i.e. Host Directory of '/mnt/user/data/Media/Movies' with a Container Directory of '/shares/Movies' and then add that as a Movie Source for Local Content in the server settings.\n ",
"Repository": "timstephens24/channels-dvr",
"GitHub": "https://github.com/timstephens24/channels-dvr_docker",
"Registry": "https://registry.hub.docker.com/r/timstephens24/channels-dvr",
"Icon": "https://github.com/timstephens24/docker-templates/raw/master/img/channels-logo.png",
"WebUI": "http://[IP]:[PORT:8089]",
"ExtraParams": "--device=/dev/dri --security-opt seccomp=unconfined",
"PostArgs": "",
"CPUset": "",
"Network": "host",
"Shell": "sh",
"Privileged": "false",
"Support": "https://community.getchannels.com",
"Project": "https://getchannels.com/dvr",
"BindTime": "true",
"Networking": {
"Mode": "host"
},
"Config": [
{
"@attributes": {
"Name": "DVR",
"Target": "/shares/DVR",
"Default": "",
"Mode": "rw",
"Description": "DVR Folder",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/channels-dvr",
"Default": "/mnt/user/appdata/channels-dvr",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Dislay": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
"Target": "8089",
"Default": "8089",
"Mode": "tcp",
"Description": "Admin Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8089"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "America/New_York",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "America/New_York"
}
],
"Repo": "timstephens24's Repository",
"TemplateURL": "https://raw.githubusercontent.com/timstephens24/docker-templates/master/timstephens24/ChannelsDVR_Intel.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/timstephens24sRepository/timstephens24/ChannelsDVR_Intel.xml",
"CategoryList": [
"MediaServer-Video"
],
"downloads": 64458,
"LastUpdateScan": 1642360929,
"FirstSeen": 1642366205
},
{
"Name": "channelsdvr_nvidia",
"Overview": "\nThe Channels DVR backend engine with NVIDIA HW transcoding.[br]\n[b][span style='color: #E80000;']Here is an explanation of the default mappings:[/span][/b]\n[b]Port 8089[/b]: This is the default port that ChannelsDVR listens on. Changing the port is not recommended.\n[b]/shares/DVR[/b]: This is where the ChannelsDVR folder exists for recordings to be stored. The DVR folder in the Channels Settings would then be: /shares/DVR and you enter the location on your server where the data will be. Recommend: /mnt/user/data/Media/ChannelsDVR\n[b]/channels-dvr[/b]: This is where the DVR application and configuration is stored. Recommend having this locally at /mnt/user/appdata/channels-dvr\n[b]--runtime=nvidia[/b]: This is in [b]\"extra parameters\"[/b] (switch on advanced view) and allows passing through the NVIDIA graphics card to the container. Environmental Variables for [b]NVIDIA_VISIBLE_DEVICES[/b] and [b]NVIDIA_DRIVER_CAPABILITIES[/b] are already in the template, but you can change the 'all' variable for the device to match the UUID of a specific device if you have more than one.\n[b]Optional[/b]: Add in a mapping for your personal media, i.e. Host Directory of '/mnt/user/data/Media/Movies' with a Container Directory of '/shares/Movies' and then add that as a Movie Source for Local Content in the server settings.\n ",
"Repository": "timstephens24/channels-dvr",
"GitHub": "https://github.com/timstephens24/channels-dvr_docker",
"Registry": "https://registry.hub.docker.com/r/timstephens24/channels-dvr",
"Icon": "https://github.com/timstephens24/docker-templates/raw/master/img/channels-logo.png",
"WebUI": "http://[IP]:[PORT:8089]",
"ExtraParams": "--runtime=nvidia --security-opt seccomp=unconfined",
"PostArgs": "",
"CPUset": "",
"Network": "host",
"Shell": "sh",
"Privileged": "false",
"Support": "https://community.getchannels.com",
"Project": "https://getchannels.com/dvr",
"BindTime": "true",
"Networking": {
"Mode": "host"
},
"Config": [
{
"@attributes": {
"Name": "DVR",
"Target": "/shares/DVR",
"Default": "",
"Mode": "rw",
"Description": "DVR Folder",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/channels-dvr",
"Default": "/mnt/user/appdata/channels-dvr",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
"Target": "8089",
"Default": "8089",
"Mode": "tcp",
"Description": "Admin Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8089"
},
{
"@attributes": {
"Name": "NVIDIA_DRIVER_CAPABILITIES",
"Target": "NVIDIA_DRIVER_CAPABILITIES",
"Default": "compute,utility,video",
"Mode": "",
"Description": "Container Variable: NVIDIA_DRIVER_CAPABILITIES",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "compute,utility,video"
},
{
"@attributes": {
"Name": "NVIDIA_VISIBLE_DEVICES",
"Target": "NVIDIA_VISIBLE_DEVICES",
"Default": "NVIDIA_VISIBLE_DEVICES",
"Mode": "",
"Description": "Container Variable: NVIDIA_VISIBLE_DEVICES",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "all"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "America/New_York",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "America/New_York"
}
],
"Repo": "timstephens24's Repository",
"TemplateURL": "https://raw.githubusercontent.com/timstephens24/docker-templates/master/timstephens24/ChannelsDVR_NVIDIA.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/timstephens24sRepository/timstephens24/ChannelsDVR_NVIDIA.xml",
"CategoryList": [
"MediaServer-Video"
],
"downloads": 64458,
"LastUpdateScan": 1642360929,
"FirstSeen": 1642366205
}
],
"repositories": {
@ -215287,6 +215649,10 @@
"joroga22's Repository": {
"url": "https://github.com/qubex22/unraid-templates",
"profile": "https://forums.unraid.net/profile/110563-joroga22/"
},
"timstephens24's Repository": {
"url": "https://github.com/timstephens24/docker-templates",
"profile": "https://forums.unraid.net/profile/67918-timstephens24/"
}
}
}

View File

@ -1993,4 +1993,7 @@
"traefik:2.5": 1641978222,
"https://github.com/ich777/unraid-uinput/raw/master/uinput.plg": 1642201440,
"patrickstigler/facturascripts": 1642273428,
"waschinski/photo-stream": 1642357556
"waschinski/photo-stream": 1642357556,
"bsyed/troddit": 1642366205,
"timstephens24/channels-dvr": 1642366205
}

View File

@ -213602,265 +213602,5 @@
"stars": 363,
"LastUpdateScan": 1641906264,
"FirstSeen": 1641906264
},
{
"Name": "channels-dvr",
"Overview": "\n The Channels DVR backend engine.[br][br]\n [b][span style='color: #E80000;']Directions:[/span][/b][br]\n Click the [b]Apply[/b] button at the bottom of the page.[br]\n Here is an explanation of the default host mappings (change the first one to match your recording location):[br]\n [b]/mnt/user/data/Media[/b] : This is where the ChannelsDVR folder exists for recordings to be stored. The DVR folder in the Channels Settings would then be: /mnt/user/data/Media/ChannelsDVR[br]\n [b]/channels-dvr[/b] : This is where the DVR application and configuration is stored. Recommend having this locally at /mnt/user/appdata/channels-dvr[br][br]\n [b]--device=/dev/dri[/b]: This is located in [b]\"extra parameters\"[/b] (switch on advanced view) and passes the iGPU to the container so it can use hardware transcoding.[br]\n ",
"Repository": "timstephens24/channels-dvr",
"GitHub": "https://github.com/timstephens24/channels-dvr_docker",
"Registry": "https://registry.hub.docker.com/r/timstephens24/channels-dvr",
"Icon": "https://github.com/timstephens24/docker-templates/raw/master/img/channels-logo.png",
"WebUI": "http://[IP]:[PORT:8089]",
"ExtraParams": "--device=/dev/dri --security-opt seccomp=unconfined",
"PostArgs": "",
"CPUset": "",
"Network": "host",
"Shell": "sh",
"Privileged": "false",
"Support": "https://community.getchannels.com",
"Project": "https://getchannels.com/dvr",
"BindTime": "true",
"Networking": {
"Mode": "host"
},
"Config": [
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "America/New_York",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "America/New_York"
},
{
"@attributes": {
"Name": "DVR",
"Target": "/mnt/user/data/Media",
"Default": "/mnt/user/data/Media",
"Mode": "rw",
"Description": "DVR Folder",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/channels-dvr",
"Default": "/mnt/user/appdata/channels-dvr",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
"Target": "8089",
"Default": "8089",
"Mode": "tcp",
"Description": "Admin Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8089"
}
],
"Repo": "timstephens24's Repository",
"TemplateURL": "https://raw.githubusercontent.com/timstephens24/docker-templates/master/timstephens24/ChannelsDVR_Intel.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/timstephens24sRepository/timstephens24/ChannelsDVR_Intel.xml",
"CategoryList": [
"MediaServer-Video"
],
"downloads": 64458,
"LastUpdateScan": 1642360929,
"FirstSeen": 1642360929
},
{
"Name": "channels-dvr",
"Overview": "\n The Channels DVR backend engine.[br][br]\n [b][span style='color: #E80000;']Directions:[/span][/b][br]\n Click the [b]Apply[/b] button at the bottom of the page.[br]\n Here is an explanation of the default host mappings:[br]\n [b]/mnt/user/data/Media[/b] : This is where the ChannelsDVR folder exists for recordings to be stored. The DVR folder in the Channels Settings would then be: /mnt/user/data/Media/ChannelsDVR[br]\n [b]/channels-dvr[/b] : This is where the DVR application and configuration is stored. Recommend having this locally at /mnt/user/appdata/channels-dvr[br][br]\n [b]--runtime=nvidia[/b]: This is in [b]\"extra parameters\"[/b] (switch on advanced view) and allows passing through the NVIDIA graphics card to the container. Environmental Variables for [b]NVIDIA_VISIBLE_DEVICES[/b] and [b]NVIDIA_DRIVER_CAPABILITIES[/b] are already in the template, but you can change the 'all' variable for the device to match the UUID of a specific device if you have more than one.\n ",
"Repository": "timstephens24/channels-dvr",
"GitHub": "https://github.com/timstephens24/channels-dvr_docker",
"Registry": "https://registry.hub.docker.com/r/timstephens24/channels-dvr",
"Icon": "https://github.com/timstephens24/docker-templates/raw/master/img/channels-logo.png",
"WebUI": "http://[IP]:[PORT:8089]",
"ExtraParams": "--runtime=nvidia --security-opt seccomp=unconfined",
"PostArgs": "",
"CPUset": "",
"Network": "host",
"Shell": "sh",
"Privileged": "false",
"Support": "https://community.getchannels.com",
"Project": "https://getchannels.com/dvr",
"BindTime": "true",
"Networking": {
"Mode": "host"
},
"Config": [
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "TZ",
"Target": "TZ",
"Default": "America/New_York",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": "America/New_York"
},
{
"@attributes": {
"Name": "NVIDIA_DRIVER_CAPABILITIES",
"Target": "NVIDIA_DRIVER_CAPABILITIES",
"Default": "compute,utility,video",
"Mode": "",
"Description": "Container Variable: NVIDIA_DRIVER_CAPABILITIES",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "compute,utility,video"
},
{
"@attributes": {
"Name": "NVIDIA_VISIBLE_DEVICES",
"Target": "NVIDIA_VISIBLE_DEVICES",
"Default": "NVIDIA_VISIBLE_DEVICES",
"Mode": "",
"Description": "Container Variable: NVIDIA_VISIBLE_DEVICES",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "all"
},
{
"@attributes": {
"Name": "DVR",
"Target": "/mnt/user/data/Media",
"Default": "/mnt/user/data/Media",
"Mode": "rw",
"Description": "DVR Folder",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/channels-dvr",
"Default": "/mnt/user/appdata/channels-dvr",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "WebUI",
"Target": "8089",
"Default": "8089",
"Mode": "tcp",
"Description": "Admin Port",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8089"
}
],
"Repo": "timstephens24's Repository",
"TemplateURL": "https://raw.githubusercontent.com/timstephens24/docker-templates/master/timstephens24/ChannelsDVR_NVIDIA.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/timstephens24sRepository/timstephens24/ChannelsDVR_NVIDIA.xml",
"CategoryList": [
"MediaServer-Video"
],
"downloads": 64458,
"LastUpdateScan": 1642360929,
"FirstSeen": 1642360929
}
]

View File

@ -60753,5 +60753,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"bsyed/troddit": {
"Base": null,
"Downloads": 80,
"Stars": 1,
"Time": 1642366205,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -2020,70 +2020,76 @@
"title": "Thraxis' Repository",
"index": 271
},
{
"url": "https://github.com/timstephens24/docker-templates",
"profile": "https://forums.unraid.net/profile/67918-timstephens24/",
"title": "timstephens24's Repository",
"index": 272
},
{
"url": "https://github.com/tinglis1/docker-containers",
"profile": "https://forums.lime-technology.com/profile/6492-tinglis1/",
"title": "tinglis1's Repository",
"index": 272
"index": 273
},
{
"url": "https://github.com/tobbenb/docker-containers/tree/templates",
"profile": "https://forums.lime-technology.com/profile/63089-saarg/",
"title": "tobbenb's Repository",
"index": 273
"index": 274
},
{
"url": "https://github.com/tombowditch/docker-templates",
"profile": "https://lime-technology.com/profile/80184-tombowditch/",
"title": "tombowditch's Repository",
"index": 274
"index": 275
},
{
"url": "https://github.com/TrophyBuck/unraid-templates",
"profile": "https://forums.unraid.net/profile/140258-trophybuck/",
"title": "TrophyBuck's Repository",
"index": 275
"index": 276
},
{
"url": "https://github.com/charlescng/docker-containers",
"profile": "https://forums.unraid.net/profile/64811-uberchuckie/",
"title": "uberchuckie's Repository",
"index": 276
"index": 277
},
{
"url": "https://github.com/Poag/docker-xml",
"profile": "https://forums.lime-technology.com/profile/63933-uirel/",
"title": "Uirel's Repository",
"index": 277
"index": 278
},
{
"url": "https://github.com/Ulisses1478/templates-unraid",
"profile": "https://forums.unraid.net/profile/90485-ulisses1478/",
"title": "ulisses1478's Repository",
"index": 278
"index": 279
},
{
"url": "https://github.com/xamindar/docker-templates",
"profile": "https://forums.lime-technology.com/profile/1543-xamindar/",
"title": "xamindar's Repository",
"index": 279
"index": 280
},
{
"url": "https://github.com/valaypatel/unraidapps",
"profile": "https://forums.unraid.net/profile/120399-yoda/",
"title": "Yoda's Repository",
"index": 280
"index": 281
},
{
"url": "https://github.com/josopu/unraid-template",
"profile": "https://forums.unraid.net/profile/101735-zotarios/",
"title": "Zotarios' Repository",
"index": 281
"index": 282
},
{
"url": "https://github.com/zyphermonkey/docker-templates",
"profile": "https://lime-technology.com/profile/67871-zyphermonkey/",
"title": "zyphermonkey's Repository",
"index": 282
"index": 283
}
]