This commit is contained in:
Andrew Z 2021-03-02 19:10:35 -05:00
parent 0eaf98adeb
commit 5e1fd91c3a
12 changed files with 661 additions and 118 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1614726152
"last_updated_timestamp": 1614730234
}

View File

@ -29730,11 +29730,10 @@
"CategoryList": [
"Downloaders"
],
"downloads": 535973555,
"stars": 432,
"trending": 1.775,
"downloads": 545791502,
"stars": 437,
"trending": 1.799,
"trends": [
7.834,
7.111,
6.695,
6.604,
@ -29746,10 +29745,10 @@
3.984,
1.873,
1.001,
1.775
1.775,
1.799
],
"trendsDate": [
1580951466,
1583550542,
1586146127,
1588745377,
@ -29761,10 +29760,10 @@
1604336926,
1606936529,
1609535239,
1612134434
1612134434,
1614730229
],
"downloadtrend": [
301902460,
325014360,
348336325,
372967650,
@ -29776,9 +29775,10 @@
511426933,
521187067,
526457948,
535973555
535973555,
545791502
],
"LastUpdateScan": 1612134434,
"LastUpdateScan": 1614730229,
"FirstSeen": 1
},
{
@ -35167,9 +35167,9 @@
"Repo": "Squid's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Squidly271/plugin-repository/master/community_applications.xml",
"Repository": "https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg",
"pluginVersion": "2021.02.27a",
"pluginVersion": "2021.03.02",
"Overview": "This is THE place to find add-on applications for your unRaid server.",
"Date": 1614402000,
"Date": 1614661200,
"OriginalOverview": "\nThis is THE place to find add-on applications for your unRaid server.\n",
"Description": "This is THE place to find add-on applications for your unRaid server.",
"Registry": "",
@ -73340,11 +73340,10 @@
"Backup",
"Tools-Utilities"
],
"downloads": 542211,
"downloads": 544898,
"stars": 6,
"trending": 0.484,
"trending": 0.493,
"trends": [
5.702,
5.063,
2.331,
1.655,
@ -73356,10 +73355,10 @@
0.472,
0.351,
0.295,
0.484
0.484,
0.493
],
"trendsDate": [
1580951466,
1583550542,
1586146127,
1588745377,
@ -73371,10 +73370,10 @@
1604336926,
1606936530,
1609535239,
1612134434
1612134434,
1614730230
],
"downloadtrend": [
462999,
487690,
499327,
507732,
@ -73386,9 +73385,10 @@
536105,
537995,
539588,
542211
542211,
544898
],
"LastUpdateScan": 1612134434,
"LastUpdateScan": 1614730230,
"FirstSeen": "1529088010"
},
{
@ -107654,7 +107654,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1614726151,
"FirstSeen": 1614726151
},
{
@ -136611,6 +136610,131 @@
"LastUpdateScan": 1613703847,
"FirstSeen": 1603310967
},
{
"Name": "RTMPS-Server",
"Repository": "jamiephonic/rtmps-hls-server",
"Registry": "https://hub.docker.com/r/jamiephonic/rtmps-hls-server",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/JamiePhonic/rtmps-hls-server/issues",
"Project": "https://github.com/JamiePhonic/rtmps-hls-server",
"Overview": "This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.\r\n\r\nStream live RTMP content to:\r\nrtmp://:1935/live/ \r\nwhere is any stream key you specify.\r\n\r\nStream live RTMPS content to:\r\nrtmps://:1936/live/\r\nwhere is any stream key you specify.\r\n(Check the Github Wiki for information on setting up RTMPS support)\r\n\r\nView in VLC:\r\nrtmp://:1935/live/\r\nhttp://:8080/hls/.m3u8 \r\nhttp://:8080/dash/_src.mpd\r\n\r\nView in Browser (assumes is 'test', edit the html files from the mounted directory to change this):\r\nhttp://:8080/players/hls.html\r\nhttp://:8080/players/dash.html\r\nhttp://:8080/players/rtmp.html",
"WebUI": "http://[IP]:[PORT:8080]/stats",
"Icon": "https://intinor.com/wp-content/uploads/2017/01/RTMP.png",
"Config": [
{
"@attributes": {
"Name": "Players & Configs",
"Target": "/assets",
"Default": "/mnt/user/appdata/rtmp-server",
"Mode": "rw",
"Description": "Directory where the containers config files and player pages will be stored.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/rtmp-server"
},
{
"@attributes": {
"Name": "RTMP Port",
"Target": "1935",
"Default": "1935",
"Mode": "tcp",
"Description": "The port to accept an RTMP stream on.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1935"
},
{
"@attributes": {
"Name": "RTMPS Port",
"Target": "1936",
"Default": "1936",
"Mode": "tcp",
"Description": "The port to accept an RTMPS stream on.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1936"
},
{
"@attributes": {
"Name": "Players & Stats Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "The port used to access the built in players and stats page.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8080"
},
{
"@attributes": {
"Name": "SSL Certificate Domain",
"Target": "SSL_DOMAIN",
"Default": "rtmp-server.loc",
"Mode": "",
"Description": "Defines the domain the default self sigend certificate will be valid for.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "rtmp-server.loc"
},
{
"@attributes": {
"Name": "User ID",
"Target": "PUID",
"Default": "100",
"Mode": "",
"Description": "Sets the User ID that will own the /assets directory",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Group ID",
"Target": "PGID",
"Default": "99",
"Mode": "",
"Description": "Sets the Group ID that will own the /assets Directory",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/rtmps-server.xml",
"OriginalOverview": "This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.\r\n\r\nStream live RTMP content to:\r\nrtmp://<server ip>:1935/live/<stream_key> \r\nwhere <stream_key> is any stream key you specify.\r\n\r\nStream live RTMPS content to:\r\nrtmps://<ssl_domain>:1936/live/<stream_key>\r\nwhere <stream_key> is any stream key you specify.\r\n(Check the Github Wiki for information on setting up RTMPS support)\r\n\r\nView in VLC:\r\nrtmp://<server ip>:1935/live/<stream-key>\r\nhttp://<server ip>:8080/hls/<stream-key>.m3u8 \r\nhttp://<server ip>:8080/dash/<stream-key>_src.mpd\r\n\r\nView in Browser (assumes <stream-key> is 'test', edit the html files from the mounted directory to change this):\r\nhttp://<server ip>:8080/players/hls.html\r\nhttp://<server ip>:8080/players/dash.html\r\nhttp://<server ip>:8080/players/rtmp.html",
"Description": "This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.\r\n\r\nStream live RTMP content to:\r\nrtmp://:1935/live/ \r\nwhere is any stream key you specify.\r\n\r\nStream live RTMPS content to:\r\nrtmps://:1936/live/\r\nwhere is any stream key you specify.\r\n(Check the Github Wiki for information on setting up RTMPS support)\r\n\r\nView in VLC:\r\nrtmp://:1935/live/\r\nhttp://:8080/hls/.m3u8 \r\nhttp://:8080/dash/_src.mpd\r\n\r\nView in Browser (assumes is 'test', edit the html files from the mounted directory to change this):\r\nhttp://:8080/players/hls.html\r\nhttp://:8080/players/dash.html\r\nhttp://:8080/players/rtmp.html",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/rtmps-server.xml",
"CategoryList": [
"GameServers",
"Network-Other"
],
"downloads": 58,
"LastUpdateScan": 1614730230,
"FirstSeen": 1614730230
},
{
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/scrutiny.png",
"Name": "scrutiny",
@ -172390,21 +172514,23 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 32363,
"trending": 14.449,
"downloads": 38153,
"trending": 15.176,
"trends": [
15.634,
12.937,
9.174,
8.704,
14.449
14.449,
15.176
],
"trendsDate": [
1601741277,
1604336927,
1606936530,
1609535239,
1612134434
1612134434,
1614730230
],
"downloadtrend": [
16863,
@ -172412,9 +172538,10 @@
22958,
25277,
27687,
32363
32363,
38153
],
"LastUpdateScan": 1612134434,
"LastUpdateScan": 1614730230,
"FirstSeen": 1588745378
},
{
@ -185695,6 +185822,74 @@
"LastUpdateScan": 1613898147,
"FirstSeen": 1606101044
},
{
"Date": 1614142800,
"Name": "Apache-NIFI",
"Project": "https://nifi.apache.org/",
"Overview": "Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.",
"Registry": "https://hub.docker.com/r/apache/nifi/",
"GitHub": "https://github.com/DanRegalia/NIFI-Unraid",
"Repository": "apache/nifi",
"Support": "https://forums.unraid.net/topic/103150-support-apache-nifi/",
"BindTime": "true",
"Privileged": "false",
"Environment": "",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "8080",
"ContainerPort": "8080",
"Protocol": "tcp"
}
}
},
"WebUI": "http://[IP]:[PORT:8080]/nifi/",
"Icon": "https://d36jcksde1wxzq.cloudfront.net/be7833db9bddb4494d2a7c3dd659199a.png",
"Network": {
"@attributes": {
"Default": "bridge"
},
"value": "bridge"
},
"Config": [
{
"@attributes": {
"Type": "Port",
"Name": "Web Interface Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Display": "always-visible",
"Required": "true",
"Description": "This is NIFIs Web UI port you can access via a web browser."
},
"value": "8080"
},
{
"@attributes": {
"Type": "Path",
"Name": "Config Storage Path",
"Target": "/nifi",
"Default": "/mnt/user/appdata/nifi",
"Mode": "rw",
"Display": "always-visible",
"Required": "true",
"Description": "This is where NIFI will store its databases and configuration."
},
"value": "/mnt/user/appdata/nifi"
}
],
"Repo": "DanRegalia's Repository",
"TemplateURL": "https://raw.githubusercontent.com/DanRegalia/UNRAID/main/apache-nifi-unraid.xml",
"OriginalOverview": "\n Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.\n ",
"Description": "Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.",
"templatePath": "/tmp/GitHub/AppFeed/templates/DanRegaliasRepository/apache-nifi-unraid.xml",
"downloads": 5158517,
"stars": 205,
"LastUpdateScan": 1614730230,
"FirstSeen": 1614730230
},
{
"Date": 1607403600,
"Name": "Portainer-CE",
@ -185781,7 +185976,7 @@
}
],
"Repo": "DanRegalia's Repository",
"TemplateURL": "https://raw.githubusercontent.com/DanRegalia/Portainer-CE-Unraid/main/portainer-ce-unraid.xml",
"TemplateURL": "https://raw.githubusercontent.com/DanRegalia/UNRAID/main/portainer-ce-unraid.xml",
"OriginalOverview": "\n Portainer is a lightweight management UI which allows you to easily manage your Docker AND Kubernetes clusters.\n ",
"Description": "Portainer is a lightweight management UI which allows you to easily manage your Docker AND Kubernetes clusters.",
"templatePath": "/tmp/GitHub/AppFeed/templates/DanRegaliasRepository/portainer-ce-unraid.xml",

View File

@ -1,7 +1,7 @@
{
"apps": 1171,
"last_updated_timestamp": 1614726152,
"last_updated": "2021-03-02 18:02",
"apps": 1173,
"last_updated_timestamp": 1614730234,
"last_updated": "2021-03-02 19:10",
"categories": [
{
"Cat": "Backup:",
@ -29888,11 +29888,10 @@
"CategoryList": [
"Downloaders"
],
"downloads": 535973555,
"stars": 432,
"trending": 1.775,
"downloads": 545791502,
"stars": 437,
"trending": 1.799,
"trends": [
7.834,
7.111,
6.695,
6.604,
@ -29904,10 +29903,10 @@
3.984,
1.873,
1.001,
1.775
1.775,
1.799
],
"trendsDate": [
1580951466,
1583550542,
1586146127,
1588745377,
@ -29919,10 +29918,10 @@
1604336926,
1606936529,
1609535239,
1612134434
1612134434,
1614730229
],
"downloadtrend": [
301902460,
325014360,
348336325,
372967650,
@ -29934,9 +29933,10 @@
511426933,
521187067,
526457948,
535973555
535973555,
545791502
],
"LastUpdateScan": 1612134434,
"LastUpdateScan": 1614730229,
"FirstSeen": 1
},
{
@ -35325,9 +35325,9 @@
"Repo": "Squid's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Squidly271/plugin-repository/master/community_applications.xml",
"Repository": "https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg",
"pluginVersion": "2021.02.27a",
"pluginVersion": "2021.03.02",
"Overview": "This is THE place to find add-on applications for your unRaid server.",
"Date": 1614402000,
"Date": 1614661200,
"OriginalOverview": "\nThis is THE place to find add-on applications for your unRaid server.\n",
"Description": "This is THE place to find add-on applications for your unRaid server.",
"Registry": "",
@ -73498,11 +73498,10 @@
"Backup",
"Tools-Utilities"
],
"downloads": 542211,
"downloads": 544898,
"stars": 6,
"trending": 0.484,
"trending": 0.493,
"trends": [
5.702,
5.063,
2.331,
1.655,
@ -73514,10 +73513,10 @@
0.472,
0.351,
0.295,
0.484
0.484,
0.493
],
"trendsDate": [
1580951466,
1583550542,
1586146127,
1588745377,
@ -73529,10 +73528,10 @@
1604336926,
1606936530,
1609535239,
1612134434
1612134434,
1614730230
],
"downloadtrend": [
462999,
487690,
499327,
507732,
@ -73544,9 +73543,10 @@
536105,
537995,
539588,
542211
542211,
544898
],
"LastUpdateScan": 1612134434,
"LastUpdateScan": 1614730230,
"FirstSeen": "1529088010"
},
{
@ -107812,7 +107812,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1614726151,
"FirstSeen": 1614726151
},
{
@ -136769,6 +136768,131 @@
"LastUpdateScan": 1613703847,
"FirstSeen": 1603310967
},
{
"Name": "RTMPS-Server",
"Repository": "jamiephonic/rtmps-hls-server",
"Registry": "https://hub.docker.com/r/jamiephonic/rtmps-hls-server",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/JamiePhonic/rtmps-hls-server/issues",
"Project": "https://github.com/JamiePhonic/rtmps-hls-server",
"Overview": "This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.\r\n\r\nStream live RTMP content to:\r\nrtmp://:1935/live/ \r\nwhere is any stream key you specify.\r\n\r\nStream live RTMPS content to:\r\nrtmps://:1936/live/\r\nwhere is any stream key you specify.\r\n(Check the Github Wiki for information on setting up RTMPS support)\r\n\r\nView in VLC:\r\nrtmp://:1935/live/\r\nhttp://:8080/hls/.m3u8 \r\nhttp://:8080/dash/_src.mpd\r\n\r\nView in Browser (assumes is 'test', edit the html files from the mounted directory to change this):\r\nhttp://:8080/players/hls.html\r\nhttp://:8080/players/dash.html\r\nhttp://:8080/players/rtmp.html",
"WebUI": "http://[IP]:[PORT:8080]/stats",
"Icon": "https://intinor.com/wp-content/uploads/2017/01/RTMP.png",
"Config": [
{
"@attributes": {
"Name": "Players & Configs",
"Target": "/assets",
"Default": "/mnt/user/appdata/rtmp-server",
"Mode": "rw",
"Description": "Directory where the containers config files and player pages will be stored.",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/rtmp-server"
},
{
"@attributes": {
"Name": "RTMP Port",
"Target": "1935",
"Default": "1935",
"Mode": "tcp",
"Description": "The port to accept an RTMP stream on.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1935"
},
{
"@attributes": {
"Name": "RTMPS Port",
"Target": "1936",
"Default": "1936",
"Mode": "tcp",
"Description": "The port to accept an RTMPS stream on.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1936"
},
{
"@attributes": {
"Name": "Players & Stats Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Description": "The port used to access the built in players and stats page.",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8080"
},
{
"@attributes": {
"Name": "SSL Certificate Domain",
"Target": "SSL_DOMAIN",
"Default": "rtmp-server.loc",
"Mode": "",
"Description": "Defines the domain the default self sigend certificate will be valid for.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "rtmp-server.loc"
},
{
"@attributes": {
"Name": "User ID",
"Target": "PUID",
"Default": "100",
"Mode": "",
"Description": "Sets the User ID that will own the /assets directory",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Group ID",
"Target": "PGID",
"Default": "99",
"Mode": "",
"Description": "Sets the Group ID that will own the /assets Directory",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "99"
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/rtmps-server.xml",
"OriginalOverview": "This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.\r\n\r\nStream live RTMP content to:\r\nrtmp://<server ip>:1935/live/<stream_key> \r\nwhere <stream_key> is any stream key you specify.\r\n\r\nStream live RTMPS content to:\r\nrtmps://<ssl_domain>:1936/live/<stream_key>\r\nwhere <stream_key> is any stream key you specify.\r\n(Check the Github Wiki for information on setting up RTMPS support)\r\n\r\nView in VLC:\r\nrtmp://<server ip>:1935/live/<stream-key>\r\nhttp://<server ip>:8080/hls/<stream-key>.m3u8 \r\nhttp://<server ip>:8080/dash/<stream-key>_src.mpd\r\n\r\nView in Browser (assumes <stream-key> is 'test', edit the html files from the mounted directory to change this):\r\nhttp://<server ip>:8080/players/hls.html\r\nhttp://<server ip>:8080/players/dash.html\r\nhttp://<server ip>:8080/players/rtmp.html",
"Description": "This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.\r\n\r\nStream live RTMP content to:\r\nrtmp://:1935/live/ \r\nwhere is any stream key you specify.\r\n\r\nStream live RTMPS content to:\r\nrtmps://:1936/live/\r\nwhere is any stream key you specify.\r\n(Check the Github Wiki for information on setting up RTMPS support)\r\n\r\nView in VLC:\r\nrtmp://:1935/live/\r\nhttp://:8080/hls/.m3u8 \r\nhttp://:8080/dash/_src.mpd\r\n\r\nView in Browser (assumes is 'test', edit the html files from the mounted directory to change this):\r\nhttp://:8080/players/hls.html\r\nhttp://:8080/players/dash.html\r\nhttp://:8080/players/rtmp.html",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/rtmps-server.xml",
"CategoryList": [
"GameServers",
"Network-Other"
],
"downloads": 58,
"LastUpdateScan": 1614730230,
"FirstSeen": 1614730230
},
{
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/scrutiny.png",
"Name": "scrutiny",
@ -172548,21 +172672,23 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 32363,
"trending": 14.449,
"downloads": 38153,
"trending": 15.176,
"trends": [
15.634,
12.937,
9.174,
8.704,
14.449
14.449,
15.176
],
"trendsDate": [
1601741277,
1604336927,
1606936530,
1609535239,
1612134434
1612134434,
1614730230
],
"downloadtrend": [
16863,
@ -172570,9 +172696,10 @@
22958,
25277,
27687,
32363
32363,
38153
],
"LastUpdateScan": 1612134434,
"LastUpdateScan": 1614730230,
"FirstSeen": 1588745378
},
{
@ -185853,6 +185980,74 @@
"LastUpdateScan": 1613898147,
"FirstSeen": 1606101044
},
{
"Date": 1614142800,
"Name": "Apache-NIFI",
"Project": "https://nifi.apache.org/",
"Overview": "Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.",
"Registry": "https://hub.docker.com/r/apache/nifi/",
"GitHub": "https://github.com/DanRegalia/NIFI-Unraid",
"Repository": "apache/nifi",
"Support": "https://forums.unraid.net/topic/103150-support-apache-nifi/",
"BindTime": "true",
"Privileged": "false",
"Environment": "",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "8080",
"ContainerPort": "8080",
"Protocol": "tcp"
}
}
},
"WebUI": "http://[IP]:[PORT:8080]/nifi/",
"Icon": "https://d36jcksde1wxzq.cloudfront.net/be7833db9bddb4494d2a7c3dd659199a.png",
"Network": {
"@attributes": {
"Default": "bridge"
},
"value": "bridge"
},
"Config": [
{
"@attributes": {
"Type": "Port",
"Name": "Web Interface Port",
"Target": "8080",
"Default": "8080",
"Mode": "tcp",
"Display": "always-visible",
"Required": "true",
"Description": "This is NIFIs Web UI port you can access via a web browser."
},
"value": "8080"
},
{
"@attributes": {
"Type": "Path",
"Name": "Config Storage Path",
"Target": "/nifi",
"Default": "/mnt/user/appdata/nifi",
"Mode": "rw",
"Display": "always-visible",
"Required": "true",
"Description": "This is where NIFI will store its databases and configuration."
},
"value": "/mnt/user/appdata/nifi"
}
],
"Repo": "DanRegalia's Repository",
"TemplateURL": "https://raw.githubusercontent.com/DanRegalia/UNRAID/main/apache-nifi-unraid.xml",
"OriginalOverview": "\n Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.\n ",
"Description": "Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.",
"templatePath": "/tmp/GitHub/AppFeed/templates/DanRegaliasRepository/apache-nifi-unraid.xml",
"downloads": 5158517,
"stars": 205,
"LastUpdateScan": 1614730230,
"FirstSeen": 1614730230
},
{
"Date": 1607403600,
"Name": "Portainer-CE",
@ -185939,7 +186134,7 @@
}
],
"Repo": "DanRegalia's Repository",
"TemplateURL": "https://raw.githubusercontent.com/DanRegalia/Portainer-CE-Unraid/main/portainer-ce-unraid.xml",
"TemplateURL": "https://raw.githubusercontent.com/DanRegalia/UNRAID/main/portainer-ce-unraid.xml",
"OriginalOverview": "\n Portainer is a lightweight management UI which allows you to easily manage your Docker AND Kubernetes clusters.\n ",
"Description": "Portainer is a lightweight management UI which allows you to easily manage your Docker AND Kubernetes clusters.",
"templatePath": "/tmp/GitHub/AppFeed/templates/DanRegaliasRepository/portainer-ce-unraid.xml",
@ -194318,7 +194513,7 @@
"DonateText": "If you like my work please consider Donating."
},
"DanRegalia's Repository": {
"url": "https://github.com/DanRegalia/Portainer-CE-Unraid",
"url": "https://github.com/DanRegalia/UNRAID",
"profile": "https://forums.unraid.net/profile/103107-danregalia/"
},
"diamkil's Repository": {

View File

@ -1 +1 @@
2021.02.27a
2021.03.02

View File

@ -1482,5 +1482,7 @@
"hotio/caddy": 1614646954,
"cachethq/docker:latest": 1614668550,
"mtakaki/cachet-url-monitor": 1614668550,
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 1614726151
"https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg": 1614726151,
"jamiephonic/rtmps-hls-server": 1614730230,
"apache/nifi": 1614730230
}

View File

@ -42957,10 +42957,9 @@
"CategoryList": [
"Downloaders"
],
"downloads": 62881,
"trending": 6.434,
"downloads": 64269,
"trending": 2.16,
"trends": [
1.431,
1.256,
1.057,
1.126,
@ -42972,10 +42971,10 @@
15.781,
9.168,
5.566,
6.434
6.434,
2.16
],
"trendsDate": [
1580943976,
1583543456,
1586138897,
1588738159,
@ -42987,10 +42986,10 @@
1604330309,
1606929012,
1609528085,
1612127228
1612127228,
1614726150
],
"downloadtrend": [
30040,
30422,
30747,
31097,
@ -43002,9 +43001,10 @@
50466,
55560,
58835,
62881
62881,
64269
],
"LastUpdateScan": 1612127228,
"LastUpdateScan": 1614726150,
"FirstSeen": 1
},
{
@ -43302,9 +43302,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 277686925,
"stars": 281,
"trending": 3.608,
"downloads": 287876199,
"stars": 292,
"trending": 3.539,
"trends": [
10.316,
10.564,
@ -43316,7 +43316,8 @@
6.971,
3.259,
2.113,
3.608
3.608,
3.539
],
"trendsDate": [
1586138897,
@ -43329,7 +43330,8 @@
1604330309,
1606929012,
1609528085,
1612127228
1612127228,
1614726151
],
"downloadtrend": [
115213182,
@ -43343,9 +43345,10 @@
253475045,
262013037,
267667545,
277686925
277686925,
287876199
],
"LastUpdateScan": 1612127228,
"LastUpdateScan": 1614726151,
"FirstSeen": 1465185600
},
{
@ -107628,6 +107631,32 @@
"LastUpdateScan": 1614070950,
"FirstSeen": 1559513226
},
{
"PluginURL": "https://github.com/ich777/unraid-nct6687-driver/raw/master/nct6687-driver.plg",
"PluginAuthor": "ich777",
"Name": "Nuvoton NCT6687 Driver",
"Support": "https://forums.unraid.net/topic/92865-support-ich777-nvidiadvb-kernel-helperbuilder-docker/",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/nuvoton.png",
"Repo": "ich777's Repository",
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/NCT6687.xml",
"Repository": "https://raw.githubusercontent.com/ich777/unraid-nct6687-driver/master/nct6687-driver.plg",
"Plugin": true,
"pluginVersion": "2021.03.02",
"MinVer": "6.9.0",
"Overview": "This package contains the NCT6687 Drivers and installs them for using it with the Dynamix System Temperature Plugin.",
"Date": 1614661200,
"Description": "This package contains the NCT6687 Drivers and installs them for using it with the Dynamix System Temperature Plugin.",
"Registry": "",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/NCT6687.xml",
"CategoryList": [
"Productivity",
"Tools-System",
"Drivers",
"Plugins"
],
"LastUpdateScan": 1614726151,
"FirstSeen": 1614726151
},
{
"Name": "NEOTOKYO",
"Repository": "ich777/steamcmd:neotokyo",
@ -134536,11 +134565,10 @@
"CategoryList": [
"Productivity"
],
"downloads": 2639325,
"downloads": 2711126,
"stars": 20,
"trending": 3.427,
"trending": 2.648,
"trends": [
24.299,
21.978,
20.561,
22.292,
@ -134552,10 +134580,10 @@
16.069,
7.65,
5.086,
3.427
3.427,
2.648
],
"trendsDate": [
1580943977,
1583543457,
1586138897,
1588738160,
@ -134567,10 +134595,10 @@
1604330310,
1606929013,
1609528085,
1612127229
1612127229,
1614726151
],
"downloadtrend": [
340285,
436139,
549022,
706523,
@ -134582,9 +134610,10 @@
2234170,
2419249,
2548883,
2639325
2639325,
2711126
],
"LastUpdateScan": 1612127229,
"LastUpdateScan": 1614726151,
"FirstSeen": 1578344958
},
{

View File

@ -10665,12 +10665,11 @@
},
"linuxserver/sabnzbd": {
"Base": null,
"Downloads": 535973555,
"Stars": 432,
"Time": 1612134434,
"trending": 1.775,
"Downloads": 545791502,
"Stars": 437,
"Time": 1614730229,
"trending": 1.799,
"trends": [
7.834,
7.111,
6.695,
6.604,
@ -10682,10 +10681,10 @@
3.984,
1.873,
1.001,
1.775
1.775,
1.799
],
"downloadtrend": [
301902460,
325014360,
348336325,
372967650,
@ -10697,10 +10696,10 @@
511426933,
521187067,
526457948,
535973555
535973555,
545791502
],
"trendsDate": [
1580951466,
1583550542,
1586146127,
1588745377,
@ -10712,7 +10711,8 @@
1604336926,
1606936529,
1609535239,
1612134434
1612134434,
1614730229
]
},
"linuxserver/sickrage": {
@ -19187,12 +19187,11 @@
},
"mlebjerg/steamcachebundle:latest": {
"Base": null,
"Downloads": 542211,
"Downloads": 544898,
"Stars": 6,
"Time": 1612134434,
"trending": 0.484,
"Time": 1614730230,
"trending": 0.493,
"trends": [
5.702,
5.063,
2.331,
1.655,
@ -19204,10 +19203,10 @@
0.472,
0.351,
0.295,
0.484
0.484,
0.493
],
"downloadtrend": [
462999,
487690,
499327,
507732,
@ -19219,10 +19218,10 @@
536105,
537995,
539588,
542211
542211,
544898
],
"trendsDate": [
1580951466,
1583550542,
1586146127,
1588745377,
@ -19234,7 +19233,8 @@
1604336926,
1606936530,
1609535239,
1612134434
1612134434,
1614730230
]
},
"quay.io/cmccambridge/ocrmypdf-auto": {
@ -35779,16 +35779,17 @@
},
"p3rco/openrgb:latest": {
"Base": null,
"Downloads": 32363,
"Downloads": 38153,
"Stars": null,
"Time": 1612134434,
"trending": 14.449,
"Time": 1614730230,
"trending": 15.176,
"trends": [
15.634,
12.937,
9.174,
8.704,
14.449
14.449,
15.176
],
"downloadtrend": [
16863,
@ -35796,14 +35797,16 @@
22958,
25277,
27687,
32363
32363,
38153
],
"trendsDate": [
1601741277,
1604336927,
1606936530,
1609535239,
1612134434
1612134434,
1614730230
]
},
"binhex/arch-nginx": {
@ -42580,5 +42583,25 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"jamiephonic/rtmps-hls-server": {
"Base": null,
"Downloads": 58,
"Stars": null,
"Time": 1614730230,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"apache/nifi": {
"Base": null,
"Downloads": 5158517,
"Stars": 205,
"Time": 1614730230,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -717,7 +717,7 @@
"index": 81
},
{
"url": "https://github.com/DanRegalia/Portainer-CE-Unraid",
"url": "https://github.com/DanRegalia/UNRAID",
"profile": "https://forums.unraid.net/profile/103107-danregalia/",
"title": "DanRegalia's Repository",
"index": 82

View File

@ -637,6 +637,9 @@
]
},
"DanRegalia's Repository": {
"apache/nifi": [
"Unknown category Docker:"
],
"portainer/portainer-ce": [
"Unknown category Docker:"
]
@ -707,5 +710,5 @@
]
}
},
"caFixed": 207
"caFixed": 208
}

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Date>1614142800</Date>
<Name>Apache-NIFI</Name>
<Project>https://nifi.apache.org/</Project>
<Overview>
Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
</Overview>
<Registry>https://hub.docker.com/r/apache/nifi/</Registry>
<GitHub>https://github.com/DanRegalia/NIFI-Unraid</GitHub>
<Repository>apache/nifi</Repository>
<Support>https://forums.unraid.net/topic/103150-support-apache-nifi/</Support>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment></Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<WebUI>http://[IP]:[PORT:8080]/nifi/</WebUI>
<Icon>https://d36jcksde1wxzq.cloudfront.net/be7833db9bddb4494d2a7c3dd659199a.png</Icon>
<Network Default="bridge">bridge</Network>
<Config Type="Port" Name="Web Interface Port" Target="8080" Default="8080" Mode="tcp" Display="always-visible" Required="true" Description="This is NIFIs Web UI port you can access via a web browser.">8080</Config>
<Config Type="Path" Name="Config Storage Path" Target="/nifi" Default="/mnt/user/appdata/nifi" Mode="rw" Display="always-visible" Required="true" Description="This is where NIFI will store its databases and configuration.">/mnt/user/appdata/nifi</Config>
<TemplateURL>https://raw.githubusercontent.com/DanRegalia/UNRAID/main/apache-nifi-unraid.xml</TemplateURL>
<Description>Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/DanRegaliasRepository/apache-nifi-unraid.xml</templatePath>
</Container>

View File

@ -41,7 +41,7 @@
<Config Type="Port" Name="Web Interface Port" Target="9000" Default="9000" Mode="tcp" Display="always-visible" Required="true" Description="This is Portainer's Web UI port you can access via a web browser.">9000</Config>
<Config Type="Path" Name="Config Storage Path" Target="/data" Default="/mnt/user/appdata/portainer-ce" Mode="rw" Display="always-visible" Required="true" Description="This is where Portainer will store its databases and configuration.">/mnt/user/appdata/portainer-ce</Config>
<Config Type="Path" Name="Docker Socket" Target="/var/run/docker.sock" Default="/var/run/docker.sock" Mode="rw" Display="advanced-hide" Required="true" Description="This is needed for Portainer to connect to Docker.">/var/run/docker.sock</Config>
<TemplateURL>https://raw.githubusercontent.com/DanRegalia/Portainer-CE-Unraid/main/portainer-ce-unraid.xml</TemplateURL>
<TemplateURL>https://raw.githubusercontent.com/DanRegalia/UNRAID/main/portainer-ce-unraid.xml</TemplateURL>
<Description>Portainer is a lightweight management UI which allows you to easily manage your Docker AND Kubernetes clusters.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/DanRegaliasRepository/portainer-ce-unraid.xml</templatePath>
</Container>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>RTMPS-Server</Name>
<Repository>jamiephonic/rtmps-hls-server</Repository>
<Registry>https://hub.docker.com/r/jamiephonic/rtmps-hls-server</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/JamiePhonic/rtmps-hls-server/issues</Support>
<Project>https://github.com/JamiePhonic/rtmps-hls-server</Project>
<Overview>This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.&#13;
&#13;
Stream live RTMP content to:&#13;
rtmp://&amp;lt;server ip&amp;gt;:1935/live/&amp;lt;stream_key&amp;gt; &#13;
where &amp;lt;stream_key&amp;gt; is any stream key you specify.&#13;
&#13;
Stream live RTMPS content to:&#13;
rtmps://&amp;lt;ssl_domain&amp;gt;:1936/live/&amp;lt;stream_key&amp;gt;&#13;
where &amp;lt;stream_key&amp;gt; is any stream key you specify.&#13;
(Check the Github Wiki for information on setting up RTMPS support)&#13;
&#13;
View in VLC:&#13;
rtmp://&amp;lt;server ip&amp;gt;:1935/live/&amp;lt;stream-key&amp;gt;&#13;
http://&amp;lt;server ip&amp;gt;:8080/hls/&amp;lt;stream-key&amp;gt;.m3u8 &#13;
http://&amp;lt;server ip&amp;gt;:8080/dash/&amp;lt;stream-key&amp;gt;_src.mpd&#13;
&#13;
View in Browser (assumes &amp;lt;stream-key&amp;gt; is 'test', edit the html files from the mounted directory to change this):&#13;
http://&amp;lt;server ip&amp;gt;:8080/players/hls.html&#13;
http://&amp;lt;server ip&amp;gt;:8080/players/dash.html&#13;
http://&amp;lt;server ip&amp;gt;:8080/players/rtmp.html</Overview>
<WebUI>http://[IP]:[PORT:8080]/stats</WebUI>
<Icon>https://intinor.com/wp-content/uploads/2017/01/RTMP.png</Icon>
<Config Name="Players &amp;amp; Configs" Target="/assets" Default="/mnt/user/appdata/rtmp-server" Mode="rw" Description="Directory where the containers config files and player pages will be stored." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/rtmp-server</Config>
<Config Name="RTMP Port" Target="1935" Default="1935" Mode="tcp" Description="The port to accept an RTMP stream on." Type="Port" Display="always" Required="false" Mask="false">1935</Config>
<Config Name="RTMPS Port" Target="1936" Default="1936" Mode="tcp" Description="The port to accept an RTMPS stream on." Type="Port" Display="always" Required="false" Mask="false">1936</Config>
<Config Name="Players &amp;amp; Stats Port" Target="8080" Default="8080" Mode="tcp" Description="The port used to access the built in players and stats page." Type="Port" Display="always" Required="false" Mask="false">8080</Config>
<Config Name="SSL Certificate Domain" Target="SSL_DOMAIN" Default="rtmp-server.loc" Mode="" Description="Defines the domain the default self sigend certificate will be valid for." Type="Variable" Display="always" Required="false" Mask="false">rtmp-server.loc</Config>
<Config Name="User ID" Target="PUID" Default="100" Mode="" Description="Sets the User ID that will own the /assets directory" Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
<Config Name="Group ID" Target="PGID" Default="99" Mode="" Description="Sets the Group ID that will own the /assets Directory" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/rtmps-server.xml</TemplateURL>
<Description>This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images.&#13;
&#13;
Stream live RTMP content to:&#13;
rtmp://:1935/live/ &#13;
where is any stream key you specify.&#13;
&#13;
Stream live RTMPS content to:&#13;
rtmps://:1936/live/&#13;
where is any stream key you specify.&#13;
(Check the Github Wiki for information on setting up RTMPS support)&#13;
&#13;
View in VLC:&#13;
rtmp://:1935/live/&#13;
http://:8080/hls/.m3u8 &#13;
http://:8080/dash/_src.mpd&#13;
&#13;
View in Browser (assumes is 'test', edit the html files from the mounted directory to change this):&#13;
http://:8080/players/hls.html&#13;
http://:8080/players/dash.html&#13;
http://:8080/players/rtmp.html</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/rtmps-server.xml</templatePath>
</Container>