This commit is contained in:
Squidly271 2021-01-03 18:07:44 -05:00
parent a17ee0ea8d
commit 14177b7186
10 changed files with 364 additions and 151 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1609700907
"last_updated_timestamp": 1609715262
}

View File

@ -10938,6 +10938,7 @@
}
},
"WebUI": "http://[IP]:[PORT:8080]/#/client/c/Boinc",
"Icon": "https://boinc.berkeley.edu/logo/boinc_logo_128_trans.png",
"Repo": "aptalca's Repository",
"TemplateURL": "https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/rdp-boinc.xml",
"ModeratorComment": "Deprecated in favour of the Boinc container from LinuxServer.io. And, THANK-YOU for helping the cause",
@ -19356,11 +19357,10 @@
"MediaApp-Other",
"MediaServer-Other"
],
"downloads": 7590720,
"downloads": 7790586,
"stars": 17,
"trending": 4.899,
"trending": 2.565,
"trends": [
57.079,
48.57,
34.66,
25.234,
@ -19372,10 +19372,10 @@
21.547,
18.084,
9.726,
4.899
4.899,
2.565
],
"trendsDate": [
1575939974,
1578537903,
1581131253,
1583726971,
@ -19387,10 +19387,10 @@
1599316697,
1601914088,
1604509735,
1607109027
1607109027,
1609715259
],
"downloadtrend": [
177059,
344270,
526890,
704722,
@ -19402,9 +19402,10 @@
5338259,
6516733,
7218821,
7590720
7590720,
7790586
],
"LastUpdateScan": 1607109027,
"LastUpdateScan": 1609715259,
"FirstSeen": 1570745119
},
{
@ -62520,11 +62521,10 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 214876055,
"stars": 397,
"trending": 2.075,
"downloads": 217446925,
"stars": 405,
"trending": 1.182,
"trends": [
11.376,
11.049,
10.911,
10.134,
@ -62536,10 +62536,10 @@
6.803,
6.279,
4.723,
2.075
2.075,
1.182
],
"trendsDate": [
1575939974,
1578537904,
1581131254,
1583726971,
@ -62551,10 +62551,10 @@
1599316698,
1601914088,
1604509735,
1607109028
1607109028,
1609715259
],
"downloadtrend": [
75187050,
84526524,
94879215,
105578359,
@ -62566,9 +62566,10 @@
187892630,
200479838,
210417004,
214876055
214876055,
217446925
],
"LastUpdateScan": 1607109028,
"LastUpdateScan": 1609715259,
"FirstSeen": 1505620800
},
{
@ -81520,8 +81521,8 @@
"Tools-Utilities",
"Network-Management"
],
"downloads": 4472,
"LastUpdateScan": 1607109028,
"downloads": 4725,
"LastUpdateScan": 1609715259,
"FirstSeen": 1588925257
},
{
@ -104972,7 +104973,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1607116160,
"LastUpdateScan": 1609715259,
"FirstSeen": 1588932462
},
{
@ -129366,7 +129367,7 @@
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/",
"Support": "https://forums.unraid.net/topic/100843-support-paperless-ng-docker/",
"Project": "https://github.com/jonaswinkler/paperless-ng",
"Overview": "Index and archive all of your scanned paper documents. Paperless-ng is a fork of paperless, adding a new interface and many other changes under the hood.\n Requirements: Paperless-ng requires Redis as external service. See configuration below.\n Setup: Create a user account after this container is created i.e. from Unraids Docker UI, click the paperless-ng icon and choose Console. Then enter \"python3.7 manage.py createsuperuser\" in the prompt and follow the instructions.\n Paperless-ng Documentation: https://paperless-ng.readthedocs.io/en/latest/\n Additional Template Variables: https://paperless-ng.readthedocs.io/en/latest/configuration.html",
"Beta": "true",
@ -130408,6 +130409,71 @@
"LastUpdateScan": 1608332934,
"FirstSeen": 1569355624
},
{
"Name": "protonmail-bridge",
"Repository": "shenxn/protonmail-bridge",
"Registry": "https://hub.docker.com/r/shenxn/protonmail-bridge",
"Network": "bridge",
"Privileged": "false",
"Shell": "bash",
"Project": "https://github.com/shenxn/protonmail-bridge-docker",
"Overview": "ProtonMail Bridge for e-mail clients.\n\nAfter the container has started you will need to access the CLI to do the initial setup.\nFrom unraid terminal and run the following:\n```bash\ndocker exec -it protonmail-bridge /bin/bash\nchmod +x entrypoint.sh\n/entrypoint.sh init\n```\nWait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge.\n\nYou may need CTRL+C to exit the docker entirely.\nThen restart the container.",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/protonmail-bridge.xml",
"Icon": "https://avatars1.githubusercontent.com/u/6953970?v=4",
"Config": [
{
"@attributes": {
"Name": "Host Port 1",
"Target": "25",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 25",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Host Port 2",
"Target": "143",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 143",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "appdata",
"Target": "/root",
"Default": "/mnt/user/appdata/protonmail-bridge/",
"Mode": "rw",
"Description": "Container Path: /root",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"Category": "Other:Uncategorized",
"OriginalOverview": "\nProtonMail Bridge for e-mail clients.\n\nAfter the container has started you will need to access the CLI to do the initial setup.\nFrom unraid terminal and run the following:\n```bash\ndocker exec -it protonmail-bridge /bin/bash\nchmod +x entrypoint.sh\n/entrypoint.sh init\n```\nWait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge.\n\nYou may need CTRL+C to exit the docker entirely.\nThen restart the container.\n ",
"Description": "ProtonMail Bridge for e-mail clients.\n\nAfter the container has started you will need to access the CLI to do the initial setup.\nFrom unraid terminal and run the following:\n```bash\ndocker exec -it protonmail-bridge /bin/bash\nchmod +x entrypoint.sh\n/entrypoint.sh init\n```\nWait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge.\n\nYou may need CTRL+C to exit the docker entirely.\nThen restart the container.",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/protonmail-bridge.xml",
"downloads": 219925,
"stars": 1,
"LastUpdateScan": 1609715259,
"FirstSeen": 1609715259
},
{
"Name": "quasselcore",
"Repository": "keinnerd/quasselcore",
@ -130456,9 +130522,9 @@
"CategoryList": [
"Network-Messenger"
],
"downloads": 378,
"downloads": 384,
"stars": 1,
"LastUpdateScan": 1607109028,
"LastUpdateScan": 1609715260,
"FirstSeen": 1575932956
},
{
@ -137482,11 +137548,10 @@
"CategoryList": [
"Network-Voip"
],
"downloads": 6979731,
"downloads": 8965415,
"stars": 39,
"trending": 12.627,
"trending": 22.148,
"trends": [
10.756,
11.201,
11.075,
12.662,
@ -137498,10 +137563,10 @@
11.017,
21.619,
21.031,
12.627
12.627,
22.148
],
"trendsDate": [
1575932957,
1578531999,
1581131256,
1583726972,
@ -137513,10 +137578,10 @@
1599316699,
1601914089,
1604509736,
1607109029
1607109029,
1609715260
],
"downloadtrend": [
1160331,
1306700,
1469438,
1682479,
@ -137528,9 +137593,10 @@
3774724,
4815858,
6098420,
6979731
6979731,
8965415
],
"LastUpdateScan": 1607109029,
"LastUpdateScan": 1609715260,
"FirstSeen": 1573333674
},
{
@ -147750,6 +147816,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1609715260,
"FirstSeen": 1578537904
},
{
@ -167495,23 +167562,26 @@
"CategoryList": [
"MediaApp-Video"
],
"downloads": 24550,
"downloads": 27062,
"stars": 1,
"trending": 10.118,
"trending": 9.282,
"trends": [
17.004,
10.118
10.118,
9.282
],
"trendsDate": [
1604517344,
1607116160
1607116160,
1609715260
],
"downloadtrend": [
18314,
22066,
24550
24550,
27062
],
"LastUpdateScan": 1607116160,
"LastUpdateScan": 1609715260,
"FirstSeen": 1596730127
},
{
@ -173018,26 +173088,29 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 7331150,
"stars": 108,
"trending": 2.529,
"downloads": 7429422,
"stars": 110,
"trending": 1.323,
"trends": [
4.105,
5.779,
2.529
2.529,
1.323
],
"trendsDate": [
1601914089,
1604509736,
1607109029
1607109029,
1609715260
],
"downloadtrend": [
6456425,
6732835,
7145775,
7331150
7331150,
7429422
],
"LastUpdateScan": 1607109029,
"LastUpdateScan": 1609715260,
"FirstSeen": 1599316700
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1077,
"last_updated_timestamp": 1609700907,
"last_updated": "2021-01-03 14:08",
"apps": 1078,
"last_updated_timestamp": 1609715262,
"last_updated": "2021-01-03 18:07",
"categories": [
{
"Cat": "Backup:",
@ -11096,6 +11096,7 @@
}
},
"WebUI": "http://[IP]:[PORT:8080]/#/client/c/Boinc",
"Icon": "https://boinc.berkeley.edu/logo/boinc_logo_128_trans.png",
"Repo": "aptalca's Repository",
"TemplateURL": "https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/rdp-boinc.xml",
"ModeratorComment": "Deprecated in favour of the Boinc container from LinuxServer.io. And, THANK-YOU for helping the cause",
@ -19514,11 +19515,10 @@
"MediaApp-Other",
"MediaServer-Other"
],
"downloads": 7590720,
"downloads": 7790586,
"stars": 17,
"trending": 4.899,
"trending": 2.565,
"trends": [
57.079,
48.57,
34.66,
25.234,
@ -19530,10 +19530,10 @@
21.547,
18.084,
9.726,
4.899
4.899,
2.565
],
"trendsDate": [
1575939974,
1578537903,
1581131253,
1583726971,
@ -19545,10 +19545,10 @@
1599316697,
1601914088,
1604509735,
1607109027
1607109027,
1609715259
],
"downloadtrend": [
177059,
344270,
526890,
704722,
@ -19560,9 +19560,10 @@
5338259,
6516733,
7218821,
7590720
7590720,
7790586
],
"LastUpdateScan": 1607109027,
"LastUpdateScan": 1609715259,
"FirstSeen": 1570745119
},
{
@ -62678,11 +62679,10 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 214876055,
"stars": 397,
"trending": 2.075,
"downloads": 217446925,
"stars": 405,
"trending": 1.182,
"trends": [
11.376,
11.049,
10.911,
10.134,
@ -62694,10 +62694,10 @@
6.803,
6.279,
4.723,
2.075
2.075,
1.182
],
"trendsDate": [
1575939974,
1578537904,
1581131254,
1583726971,
@ -62709,10 +62709,10 @@
1599316698,
1601914088,
1604509735,
1607109028
1607109028,
1609715259
],
"downloadtrend": [
75187050,
84526524,
94879215,
105578359,
@ -62724,9 +62724,10 @@
187892630,
200479838,
210417004,
214876055
214876055,
217446925
],
"LastUpdateScan": 1607109028,
"LastUpdateScan": 1609715259,
"FirstSeen": 1505620800
},
{
@ -81678,8 +81679,8 @@
"Tools-Utilities",
"Network-Management"
],
"downloads": 4472,
"LastUpdateScan": 1607109028,
"downloads": 4725,
"LastUpdateScan": 1609715259,
"FirstSeen": 1588925257
},
{
@ -105130,7 +105131,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1607116160,
"LastUpdateScan": 1609715259,
"FirstSeen": 1588932462
},
{
@ -129524,7 +129525,7 @@
"Network": "bridge",
"Shell": "bash",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/",
"Support": "https://forums.unraid.net/topic/100843-support-paperless-ng-docker/",
"Project": "https://github.com/jonaswinkler/paperless-ng",
"Overview": "Index and archive all of your scanned paper documents. Paperless-ng is a fork of paperless, adding a new interface and many other changes under the hood.\n Requirements: Paperless-ng requires Redis as external service. See configuration below.\n Setup: Create a user account after this container is created i.e. from Unraids Docker UI, click the paperless-ng icon and choose Console. Then enter \"python3.7 manage.py createsuperuser\" in the prompt and follow the instructions.\n Paperless-ng Documentation: https://paperless-ng.readthedocs.io/en/latest/\n Additional Template Variables: https://paperless-ng.readthedocs.io/en/latest/configuration.html",
"Beta": "true",
@ -130566,6 +130567,71 @@
"LastUpdateScan": 1608332934,
"FirstSeen": 1569355624
},
{
"Name": "protonmail-bridge",
"Repository": "shenxn/protonmail-bridge",
"Registry": "https://hub.docker.com/r/shenxn/protonmail-bridge",
"Network": "bridge",
"Privileged": "false",
"Shell": "bash",
"Project": "https://github.com/shenxn/protonmail-bridge-docker",
"Overview": "ProtonMail Bridge for e-mail clients.\n\nAfter the container has started you will need to access the CLI to do the initial setup.\nFrom unraid terminal and run the following:\n```bash\ndocker exec -it protonmail-bridge /bin/bash\nchmod +x entrypoint.sh\n/entrypoint.sh init\n```\nWait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge.\n\nYou may need CTRL+C to exit the docker entirely.\nThen restart the container.",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/protonmail-bridge.xml",
"Icon": "https://avatars1.githubusercontent.com/u/6953970?v=4",
"Config": [
{
"@attributes": {
"Name": "Host Port 1",
"Target": "25",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 25",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Host Port 2",
"Target": "143",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 143",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "appdata",
"Target": "/root",
"Default": "/mnt/user/appdata/protonmail-bridge/",
"Mode": "rw",
"Description": "Container Path: /root",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Selfhosters Unraid Discord Repository",
"Category": "Other:Uncategorized",
"OriginalOverview": "\nProtonMail Bridge for e-mail clients.\n\nAfter the container has started you will need to access the CLI to do the initial setup.\nFrom unraid terminal and run the following:\n```bash\ndocker exec -it protonmail-bridge /bin/bash\nchmod +x entrypoint.sh\n/entrypoint.sh init\n```\nWait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge.\n\nYou may need CTRL+C to exit the docker entirely.\nThen restart the container.\n ",
"Description": "ProtonMail Bridge for e-mail clients.\n\nAfter the container has started you will need to access the CLI to do the initial setup.\nFrom unraid terminal and run the following:\n```bash\ndocker exec -it protonmail-bridge /bin/bash\nchmod +x entrypoint.sh\n/entrypoint.sh init\n```\nWait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge.\n\nYou may need CTRL+C to exit the docker entirely.\nThen restart the container.",
"templatePath": "/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/protonmail-bridge.xml",
"downloads": 219925,
"stars": 1,
"LastUpdateScan": 1609715259,
"FirstSeen": 1609715259
},
{
"Name": "quasselcore",
"Repository": "keinnerd/quasselcore",
@ -130614,9 +130680,9 @@
"CategoryList": [
"Network-Messenger"
],
"downloads": 378,
"downloads": 384,
"stars": 1,
"LastUpdateScan": 1607109028,
"LastUpdateScan": 1609715260,
"FirstSeen": 1575932956
},
{
@ -137640,11 +137706,10 @@
"CategoryList": [
"Network-Voip"
],
"downloads": 6979731,
"downloads": 8965415,
"stars": 39,
"trending": 12.627,
"trending": 22.148,
"trends": [
10.756,
11.201,
11.075,
12.662,
@ -137656,10 +137721,10 @@
11.017,
21.619,
21.031,
12.627
12.627,
22.148
],
"trendsDate": [
1575932957,
1578531999,
1581131256,
1583726972,
@ -137671,10 +137736,10 @@
1599316699,
1601914089,
1604509736,
1607109029
1607109029,
1609715260
],
"downloadtrend": [
1160331,
1306700,
1469438,
1682479,
@ -137686,9 +137751,10 @@
3774724,
4815858,
6098420,
6979731
6979731,
8965415
],
"LastUpdateScan": 1607109029,
"LastUpdateScan": 1609715260,
"FirstSeen": 1573333674
},
{
@ -147908,6 +147974,7 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1609715260,
"FirstSeen": 1578537904
},
{
@ -167653,23 +167720,26 @@
"CategoryList": [
"MediaApp-Video"
],
"downloads": 24550,
"downloads": 27062,
"stars": 1,
"trending": 10.118,
"trending": 9.282,
"trends": [
17.004,
10.118
10.118,
9.282
],
"trendsDate": [
1604517344,
1607116160
1607116160,
1609715260
],
"downloadtrend": [
18314,
22066,
24550
24550,
27062
],
"LastUpdateScan": 1607116160,
"LastUpdateScan": 1609715260,
"FirstSeen": 1596730127
},
{
@ -173176,26 +173246,29 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 7331150,
"stars": 108,
"trending": 2.529,
"downloads": 7429422,
"stars": 110,
"trending": 1.323,
"trends": [
4.105,
5.779,
2.529
2.529,
1.323
],
"trendsDate": [
1601914089,
1604509736,
1607109029
1607109029,
1609715260
],
"downloadtrend": [
6456425,
6732835,
7145775,
7331150
7331150,
7429422
],
"LastUpdateScan": 1607109029,
"LastUpdateScan": 1609715260,
"FirstSeen": 1599316700
},
{

View File

@ -1379,5 +1379,6 @@
"linuxserver/mylar3": 1609340864,
"robmarkcole/deepstack-ui": 1609376858,
"jshridha/blueiris:latest": 1609456007,
"alturismo/wg_hideme_privoxy": 1609657706
"alturismo/wg_hideme_privoxy": 1609657706,
"shenxn/protonmail-bridge": 1609715259
}

View File

@ -7621,7 +7621,7 @@
"Overview": "Node-RED is a visual tool for wiring the Internet of Things\r\nNode-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways.\r\nSee NodeRed.org and flows.nodered.org for more info. \r\nNodeRed will run on port 1880.\r\nThis is the official Docker release from the NodeRed team - I just created the template.",
"WebUI": "http://[IP]:[PORT:1880]",
"TemplateURL": "https://raw.githubusercontent.com/spants/unraidtemplates/master/Spants/officialNodeRed.xml",
"Icon": "https://i.imgur.com/zXpacAF.png",
"Icon": "https://nodered.org/about/resources/media/node-red-icon.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
@ -34880,9 +34880,9 @@
"Repo": "Squid's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Squidly271/plugin-repository/master/autoupdate.xml",
"Repository": "https://raw.githubusercontent.com/Squidly271/ca.update.applications/master/plugins/ca.update.applications.plg",
"pluginVersion": "2020.12.27",
"pluginVersion": "2021.01.03",
"Overview": "Community Applications' auto update allows you to select which plugins to automatically keep up to date as updates become available. Includes options to wait until an update is x number of days old before updating",
"Date": 1609045200,
"Date": 1609650000,
"Category": "Tools:System Plugins:",
"OriginalOverview": "\nCommunity Applications' auto update allows you to select which plugins to automatically keep up to date as updates become available. Includes options to wait until an update is x number of days old before updating\n",
"Description": "Community Applications' auto update allows you to select which plugins to automatically keep up to date as updates become available. Includes options to wait until an update is x number of days old before updating",

View File

@ -17596,12 +17596,11 @@
},
"gitea/gitea": {
"Base": null,
"Downloads": 214876055,
"Stars": 397,
"Time": 1607109028,
"trending": 2.075,
"Downloads": 217446925,
"Stars": 405,
"Time": 1609715259,
"trending": 1.182,
"trends": [
11.376,
11.049,
10.911,
10.134,
@ -17613,10 +17612,10 @@
6.803,
6.279,
4.723,
2.075
2.075,
1.182
],
"downloadtrend": [
75187050,
84526524,
94879215,
105578359,
@ -17628,10 +17627,10 @@
187892630,
200479838,
210417004,
214876055
214876055,
217446925
],
"trendsDate": [
1575939974,
1578537904,
1581131254,
1583726971,
@ -17643,7 +17642,8 @@
1599316698,
1601914088,
1604509735,
1607109028
1607109028,
1609715259
]
},
"guacamole/guacd": {
@ -27279,12 +27279,11 @@
},
"linuxserver/embystat": {
"Base": null,
"Downloads": 7590720,
"Downloads": 7790586,
"Stars": 17,
"Time": 1607109027,
"trending": 4.899,
"Time": 1609715259,
"trending": 2.565,
"trends": [
57.079,
48.57,
34.66,
25.234,
@ -27296,10 +27295,10 @@
21.547,
18.084,
9.726,
4.899
4.899,
2.565
],
"downloadtrend": [
177059,
344270,
526890,
704722,
@ -27311,10 +27310,10 @@
5338259,
6516733,
7218821,
7590720
7590720,
7790586
],
"trendsDate": [
1575939974,
1578537903,
1581131253,
1583726971,
@ -27326,7 +27325,8 @@
1599316697,
1601914088,
1604509735,
1607109027
1607109027,
1609715259
]
},
"traccar/traccar": {
@ -27996,12 +27996,11 @@
},
"instrumentisto/coturn": {
"Base": null,
"Downloads": 6979731,
"Downloads": 8965415,
"Stars": 39,
"Time": 1607109029,
"trending": 12.627,
"Time": 1609715260,
"trending": 22.148,
"trends": [
10.756,
11.201,
11.075,
12.662,
@ -28013,10 +28012,10 @@
11.017,
21.619,
21.031,
12.627
12.627,
22.148
],
"downloadtrend": [
1160331,
1306700,
1469438,
1682479,
@ -28028,10 +28027,10 @@
3774724,
4815858,
6098420,
6979731
6979731,
8965415
],
"trendsDate": [
1575932957,
1578531999,
1581131256,
1583726972,
@ -28043,7 +28042,8 @@
1599316699,
1601914089,
1604509736,
1607109029
1607109029,
1609715260
]
},
"barrycarey/speedtest-for-influxdb-and-grafana": {
@ -29068,9 +29068,9 @@
},
"keinnerd/quasselcore": {
"Base": null,
"Downloads": 378,
"Downloads": 384,
"Stars": 1,
"Time": 1607109028,
"Time": 1609715260,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -30507,7 +30507,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1607109029,
"Time": 1609715260,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -35061,9 +35061,9 @@
},
"knex666/shortipy": {
"Base": null,
"Downloads": 4472,
"Downloads": 4725,
"Stars": null,
"Time": 1607109028,
"Time": 1609715259,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -35083,7 +35083,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1607116160,
"Time": 1609715259,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -37247,22 +37247,25 @@
},
"masonxx/mediaelch": {
"Base": null,
"Downloads": 24550,
"Downloads": 27062,
"Stars": 1,
"Time": 1607116160,
"trending": 10.118,
"Time": 1609715260,
"trending": 9.282,
"trends": [
17.004,
10.118
10.118,
9.282
],
"downloadtrend": [
18314,
22066,
24550
24550,
27062
],
"trendsDate": [
1604517344,
1607116160
1607116160,
1609715260
]
},
"librenms/librenms:latest": {
@ -37726,25 +37729,28 @@
},
"snipe/snipe-it": {
"Base": null,
"Downloads": 7331150,
"Stars": 108,
"Time": 1607109029,
"trending": 2.529,
"Downloads": 7429422,
"Stars": 110,
"Time": 1609715260,
"trending": 1.323,
"trends": [
4.105,
5.779,
2.529
2.529,
1.323
],
"downloadtrend": [
6456425,
6732835,
7145775,
7331150
7331150,
7429422
],
"trendsDate": [
1601914089,
1604509736,
1607109029
1607109029,
1609715260
]
},
"ich777/fluttercoin": {
@ -39793,5 +39799,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"shenxn/protonmail-bridge": {
"Base": null,
"Downloads": 219925,
"Stars": 1,
"Time": 1609715259,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -452,6 +452,10 @@
"gilbn/geoip2influx": [
"No Icon specified within the application template"
],
"shenxn/protonmail-bridge": [
"No category entry present",
"No Support Link Present"
],
"rancher/rancher:latest": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
],
@ -605,5 +609,5 @@
]
}
},
"caFixed": 178
"caFixed": 180
}

View File

@ -6,7 +6,7 @@
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
<Support>https://forums.unraid.net/topic/100843-support-paperless-ng-docker/</Support>
<Project>https://github.com/jonaswinkler/paperless-ng</Project>
<Overview>
Index and archive all of your scanned paper documents. Paperless-ng is a fork of paperless, adding a new interface and many other changes under the hood.[br][br]

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>protonmail-bridge</Name>
<Repository>shenxn/protonmail-bridge</Repository>
<Registry>https://hub.docker.com/r/shenxn/protonmail-bridge</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Shell>bash</Shell>
<Project>https://github.com/shenxn/protonmail-bridge-docker</Project>
<Overview>
ProtonMail Bridge for e-mail clients.
After the container has started you will need to access the CLI to do the initial setup.
From unraid terminal and run the following:
```bash
docker exec -it protonmail-bridge /bin/bash
chmod +x entrypoint.sh
/entrypoint.sh init
```
Wait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge.
You may need CTRL+C to exit the docker entirely.
Then restart the container.
</Overview>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/protonmail-bridge.xml</TemplateURL>
<Icon>https://avatars1.githubusercontent.com/u/6953970?v=4</Icon>
<Config Name="Host Port 1" Target="25" Default="" Mode="tcp" Description="Container Port: 25" Type="Port" Display="always" Required="false" Mask="false"></Config>
<Config Name="Host Port 2" Target="143" Default="" Mode="tcp" Description="Container Port: 143" Type="Port" Display="always" Required="false" Mask="false"></Config>
<Config Name="appdata" Target="/root" Default="/mnt/user/appdata/protonmail-bridge/" Mode="rw" Description="Container Path: /root" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Category>Other:Uncategorized</Category>
<Description>ProtonMail Bridge for e-mail clients.
After the container has started you will need to access the CLI to do the initial setup.
From unraid terminal and run the following:
```bash
docker exec -it protonmail-bridge /bin/bash
chmod +x entrypoint.sh
/entrypoint.sh init
```
Wait for the bridge to startup, use `login` command and follow the instructions to add your account into the bridge. Then use `info` to see the configuration information (username and password). After that, use `exit` to exit the bridge.
You may need CTRL+C to exit the docker entirely.
Then restart the container.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/SelfhostersUnraidDiscordRepository/templates/protonmail-bridge.xml</templatePath>
</Container>

View File

@ -38,6 +38,7 @@
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8080]/#/client/c/Boinc</WebUI>
<Icon>https://boinc.berkeley.edu/logo/boinc_logo_128_trans.png</Icon>
<TemplateURL>https://raw.githubusercontent.com/aptalca/docker-templates/master/aptalca/rdp-boinc.xml</TemplateURL>
<Deprecated>true</Deprecated>
<Category>Other:</Category>