From d3e4663129009335614ade01a7976a96b779b123 Mon Sep 17 00:00:00 2001 From: Andrew Z Date: Mon, 31 May 2021 20:03:01 -0400 Subject: [PATCH] Update --- applicationFeed-lastUpdated.json | 2 +- applicationFeed-raw.json | 194 ++++++++++++++++++++++++++++-- applicationFeed.json | 198 +++++++++++++++++++++++++++++-- old-applicationFeed-raw.json | 140 +--------------------- repoInfo.json | 17 +-- statistics.json | 7 +- 6 files changed, 386 insertions(+), 172 deletions(-) diff --git a/applicationFeed-lastUpdated.json b/applicationFeed-lastUpdated.json index f2d52f6cd..1f5315920 100644 --- a/applicationFeed-lastUpdated.json +++ b/applicationFeed-lastUpdated.json @@ -1,3 +1,3 @@ { - "last_updated_timestamp": 1622498572 + "last_updated_timestamp": 1622505778 } \ No newline at end of file diff --git a/applicationFeed-raw.json b/applicationFeed-raw.json index e00803007..cb7fd823a 100644 --- a/applicationFeed-raw.json +++ b/applicationFeed-raw.json @@ -194687,22 +194687,24 @@ "CategoryList": [ "Productivity" ], - "downloads": 266055430, - "stars": 496, - "trending": 14.343, + "downloads": 308667331, + "stars": 543, + "trending": 13.805, "trends": [ 12.068, 18.148, 19.564, 17.819, - 14.343 + 14.343, + 13.805 ], "trendsDate": [ 1609513648, 1612112810, 1614711760, 1617307362, - 1619906551 + 1619906551, + 1622505777 ], "downloadtrend": [ 108427296, @@ -194710,9 +194712,10 @@ 150647407, 187287565, 227895917, - 266055430 + 266055430, + 308667331 ], - "LastUpdateScan": 1619906551, + "LastUpdateScan": 1622505777, "FirstSeen": 1606914355 }, { @@ -208321,15 +208324,188 @@ "FirstSeen": 1622315231 }, { + "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/template.xml", "Name": "obfs4-bridge", + "Overview": "Description:\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n \n Configuration:\n - OR_PORT: Your bridge's onion routing (Tor) port.\n - PT_PORT: Your bridge's obfs4 port.\n - EMAIL: Your email address.\n\n Note:\n - Make sure that both ports are forwarded in your firewall.\n - Make sure that you create the DATA_DIR and change its owner before running the container: `mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor`.", "Support": "https://hub.docker.com/r/thetorproject/obfs4-bridge/", "Registry": "https://hub.docker.com/r/thetorproject/obfs4-bridge/", + "GitHub": "https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/", "Repository": "thetorproject/obfs4-bridge", "Project": "https://community.torproject.org/relay/setup/bridge/docker/", + "BindTime": "true", + "Privileged": "false", + "Networking": { + "Mode": "bridge", + "Publish": { + "Port": [ + { + "HostPort": "9393", + "ContainerPort": "9393", + "Protocol": "tcp" + }, + { + "HostPort": "9292", + "ContainerPort": "9292", + "Protocol": "tcp" + } + ] + } + }, + "Environment": { + "Variable": [ + { + "Value": "9393", + "Name": "OR_PORT", + "Mode": "" + }, + { + "Value": "9292", + "Name": "PT_PORT", + "Mode": "" + }, + { + "Value": "", + "Name": "EMAIL", + "Mode": "" + }, + { + "Value": "0", + "Name": "OBFS4_ENABLE_ADDITIONAL_VARIABLES", + "Mode": "" + }, + { + "Value": "0", + "Name": "OBFS4V_AddressDisableIPv6", + "Mode": "" + } + ] + }, + "Data": { + "Volume": { + "HostDir": "/mnt/user/appdata/tor", + "ContainerDir": "/var/lib/tor", + "Mode": "rw" + } + }, + "WebUI": "", "Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png", + "Config": [ + { + "@attributes": { + "Name": "OR_PORT", + "Target": "9393", + "Default": "9393", + "Mode": "tcp", + "Description": "Container Port: 9393", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9393" + }, + { + "@attributes": { + "Name": "OR_PORT", + "Target": "OR_PORT", + "Default": "9393", + "Mode": "", + "Description": "Container Variable: OR_PORT", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9393" + }, + { + "@attributes": { + "Name": "PT_PORT", + "Target": "9292", + "Default": "9292", + "Mode": "tcp", + "Description": "Container Port: 9292", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9292" + }, + { + "@attributes": { + "Name": "PT_PORT", + "Target": "PT_PORT", + "Default": "9292", + "Mode": "", + "Description": "Container Variable: PT_PORT", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9292" + }, + { + "@attributes": { + "Name": "EMAIL", + "Target": "EMAIL", + "Default": "", + "Mode": "", + "Description": "Container Variable: EMAIL", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Enable additional variables", + "Target": "OBFS4_ENABLE_ADDITIONAL_VARIABLES", + "Default": "0", + "Mode": "", + "Description": "Container Variable: OBFS4_ENABLE_ADDITIONAL_VARIABLES", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "Disable IPv6", + "Target": "OBFS4V_AddressDisableIPv6", + "Default": "0", + "Mode": "", + "Description": "Container Variable: OBFS4V_AddressDisableIPv6", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "DATA_DIR", + "Target": "/var/lib/tor", + "Default": "/mnt/user/appdata/tor", + "Mode": "rw", + "Description": "Container Path: /var/lib/tor", + "Type": "Path", + "Display": "advanced-hide", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], "Repo": "sgraaf's Repository", - "Description": "", - "Blacklist": true, + "Date": "2021-05-31", + "Description": "Description:\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n \n Configuration:\n - OR_PORT: Your bridge's onion routing (Tor) port.\n - PT_PORT: Your bridge's obfs4 port.\n - EMAIL: Your email address.\n\n Note:\n - Make sure that both ports are forwarded in your firewall.\n - Make sure that you create the DATA_DIR and change its owner before running the container: `mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor`.", "templatePath": "/tmp/GitHub/AppFeed/templates/sgraafsRepository/obfs4-bridge/template.xml", "CategoryList": [ "Network-Other" diff --git a/applicationFeed.json b/applicationFeed.json index 4dd12bddd..0d5ed31e2 100644 --- a/applicationFeed.json +++ b/applicationFeed.json @@ -1,7 +1,7 @@ { "apps": 1273, - "last_updated_timestamp": 1622498572, - "last_updated": "2021-05-31 18:02", + "last_updated_timestamp": 1622505778, + "last_updated": "2021-05-31 20:02", "categories": [ { "Cat": "Backup:", @@ -194849,22 +194849,24 @@ "CategoryList": [ "Productivity" ], - "downloads": 266055430, - "stars": 496, - "trending": 14.343, + "downloads": 308667331, + "stars": 543, + "trending": 13.805, "trends": [ 12.068, 18.148, 19.564, 17.819, - 14.343 + 14.343, + 13.805 ], "trendsDate": [ 1609513648, 1612112810, 1614711760, 1617307362, - 1619906551 + 1619906551, + 1622505777 ], "downloadtrend": [ 108427296, @@ -194872,9 +194874,10 @@ 150647407, 187287565, 227895917, - 266055430 + 266055430, + 308667331 ], - "LastUpdateScan": 1619906551, + "LastUpdateScan": 1622505777, "FirstSeen": 1606914355 }, { @@ -208483,15 +208486,188 @@ "FirstSeen": 1622315231 }, { + "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/template.xml", "Name": "obfs4-bridge", + "Overview": "Description:\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n \n Configuration:\n - OR_PORT: Your bridge's onion routing (Tor) port.\n - PT_PORT: Your bridge's obfs4 port.\n - EMAIL: Your email address.\n\n Note:\n - Make sure that both ports are forwarded in your firewall.\n - Make sure that you create the DATA_DIR and change its owner before running the container: `mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor`.", "Support": "https://hub.docker.com/r/thetorproject/obfs4-bridge/", "Registry": "https://hub.docker.com/r/thetorproject/obfs4-bridge/", + "GitHub": "https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/", "Repository": "thetorproject/obfs4-bridge", "Project": "https://community.torproject.org/relay/setup/bridge/docker/", + "BindTime": "true", + "Privileged": "false", + "Networking": { + "Mode": "bridge", + "Publish": { + "Port": [ + { + "HostPort": "9393", + "ContainerPort": "9393", + "Protocol": "tcp" + }, + { + "HostPort": "9292", + "ContainerPort": "9292", + "Protocol": "tcp" + } + ] + } + }, + "Environment": { + "Variable": [ + { + "Value": "9393", + "Name": "OR_PORT", + "Mode": "" + }, + { + "Value": "9292", + "Name": "PT_PORT", + "Mode": "" + }, + { + "Value": "", + "Name": "EMAIL", + "Mode": "" + }, + { + "Value": "0", + "Name": "OBFS4_ENABLE_ADDITIONAL_VARIABLES", + "Mode": "" + }, + { + "Value": "0", + "Name": "OBFS4V_AddressDisableIPv6", + "Mode": "" + } + ] + }, + "Data": { + "Volume": { + "HostDir": "/mnt/user/appdata/tor", + "ContainerDir": "/var/lib/tor", + "Mode": "rw" + } + }, + "WebUI": "", "Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png", + "Config": [ + { + "@attributes": { + "Name": "OR_PORT", + "Target": "9393", + "Default": "9393", + "Mode": "tcp", + "Description": "Container Port: 9393", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9393" + }, + { + "@attributes": { + "Name": "OR_PORT", + "Target": "OR_PORT", + "Default": "9393", + "Mode": "", + "Description": "Container Variable: OR_PORT", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9393" + }, + { + "@attributes": { + "Name": "PT_PORT", + "Target": "9292", + "Default": "9292", + "Mode": "tcp", + "Description": "Container Port: 9292", + "Type": "Port", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9292" + }, + { + "@attributes": { + "Name": "PT_PORT", + "Target": "PT_PORT", + "Default": "9292", + "Mode": "", + "Description": "Container Variable: PT_PORT", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "9292" + }, + { + "@attributes": { + "Name": "EMAIL", + "Target": "EMAIL", + "Default": "", + "Mode": "", + "Description": "Container Variable: EMAIL", + "Type": "Variable", + "Display": "always", + "Required": "true", + "Mask": "false" + }, + "value": "" + }, + { + "@attributes": { + "Name": "Enable additional variables", + "Target": "OBFS4_ENABLE_ADDITIONAL_VARIABLES", + "Default": "0", + "Mode": "", + "Description": "Container Variable: OBFS4_ENABLE_ADDITIONAL_VARIABLES", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "Disable IPv6", + "Target": "OBFS4V_AddressDisableIPv6", + "Default": "0", + "Mode": "", + "Description": "Container Variable: OBFS4V_AddressDisableIPv6", + "Type": "Variable", + "Display": "always", + "Required": "false", + "Mask": "false" + }, + "value": "0" + }, + { + "@attributes": { + "Name": "DATA_DIR", + "Target": "/var/lib/tor", + "Default": "/mnt/user/appdata/tor", + "Mode": "rw", + "Description": "Container Path: /var/lib/tor", + "Type": "Path", + "Display": "advanced-hide", + "Required": "true", + "Mask": "false" + }, + "value": "" + } + ], "Repo": "sgraaf's Repository", - "Description": "", - "Blacklist": true, + "Date": "2021-05-31", + "Description": "Description:\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n \n Configuration:\n - OR_PORT: Your bridge's onion routing (Tor) port.\n - PT_PORT: Your bridge's obfs4 port.\n - EMAIL: Your email address.\n\n Note:\n - Make sure that both ports are forwarded in your firewall.\n - Make sure that you create the DATA_DIR and change its owner before running the container: `mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor`.", "templatePath": "/tmp/GitHub/AppFeed/templates/sgraafsRepository/obfs4-bridge/template.xml", "CategoryList": [ "Network-Other" diff --git a/old-applicationFeed-raw.json b/old-applicationFeed-raw.json index 87b19a2a8..e00803007 100644 --- a/old-applicationFeed-raw.json +++ b/old-applicationFeed-raw.json @@ -148629,7 +148629,6 @@ "Other", "Plugins" ], - "LastUpdateScan": 1622495851, "FirstSeen": 1565319116 }, { @@ -208322,150 +208321,15 @@ "FirstSeen": 1622315231 }, { - "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/template.xml", "Name": "obfs4-bridge", - "Overview": "**Description:**\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n\n **Configuration:**\n * **OR_PORT:** Your bridge's onion routing (Tor) port.\n * **PT_PORT:** Your bridge's obfs4 port.\n * **EMAIL:** Your email address.\n\n **Note:**\n * Make sure that both ports are forwarded in your firewall.\n * Make sure that you create the DATA_DIR and change its owner before running the container: \n ```bash\n mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor\n ```", "Support": "https://hub.docker.com/r/thetorproject/obfs4-bridge/", "Registry": "https://hub.docker.com/r/thetorproject/obfs4-bridge/", - "GitHub": "https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/", "Repository": "thetorproject/obfs4-bridge", "Project": "https://community.torproject.org/relay/setup/bridge/docker/", - "BindTime": "true", - "Privileged": "false", - "Networking": { - "Mode": "bridge", - "Publish": { - "Port": [ - { - "HostPort": "9393", - "ContainerPort": "9393", - "Protocol": "tcp" - }, - { - "HostPort": "9292", - "ContainerPort": "9292", - "Protocol": "tcp" - } - ] - } - }, - "Environment": { - "Variable": [ - { - "Value": "9393", - "Name": "OR_PORT", - "Mode": "" - }, - { - "Value": "9292", - "Name": "PT_PORT", - "Mode": "" - }, - { - "Value": "", - "Name": "EMAIL", - "Mode": "" - } - ] - }, - "Data": { - "Volume": { - "HostDir": "/mnt/user/appdata/tor", - "ContainerDir": "/var/lib/tor", - "Mode": "rw" - } - }, - "WebUI": "", "Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png", - "Config": [ - { - "@attributes": { - "Name": "OR_PORT", - "Target": "9393", - "Default": "9393", - "Mode": "tcp", - "Description": "Container Port: 9393", - "Type": "Port", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "9393" - }, - { - "@attributes": { - "Name": "OR_PORT", - "Target": "OR_PORT", - "Default": "9393", - "Mode": "", - "Description": "Container Variable: OR_PORT", - "Type": "Variable", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "9393" - }, - { - "@attributes": { - "Name": "PT_PORT", - "Target": "9292", - "Default": "9292", - "Mode": "tcp", - "Description": "Container Port: 9292", - "Type": "Port", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "9292" - }, - { - "@attributes": { - "Name": "PT_PORT", - "Target": "PT_PORT", - "Default": "9292", - "Mode": "", - "Description": "Container Variable: PT_PORT", - "Type": "Variable", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "9292" - }, - { - "@attributes": { - "Name": "EMAIL", - "Target": "EMAIL", - "Default": "", - "Mode": "", - "Description": "Container Variable: EMAIL", - "Type": "Variable", - "Display": "always", - "Required": "true", - "Mask": "false" - }, - "value": "" - }, - { - "@attributes": { - "Name": "DATA_DIR", - "Target": "/var/lib/tor", - "Default": "/mnt/user/appdata/tor", - "Mode": "rw", - "Description": "Container Path: /var/lib/tor", - "Type": "Path", - "Display": "advanced-hide", - "Required": "true", - "Mask": "false" - }, - "value": "" - } - ], "Repo": "sgraaf's Repository", - "Date": "2021-05-31", - "Description": "**Description:**\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n\n **Configuration:**\n * **OR_PORT:** Your bridge's onion routing (Tor) port.\n * **PT_PORT:** Your bridge's obfs4 port.\n * **EMAIL:** Your email address.\n\n **Note:**\n * Make sure that both ports are forwarded in your firewall.\n * Make sure that you create the DATA_DIR and change its owner before running the container: \n ```bash\n mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor\n ```", + "Description": "", + "Blacklist": true, "templatePath": "/tmp/GitHub/AppFeed/templates/sgraafsRepository/obfs4-bridge/template.xml", "CategoryList": [ "Network-Other" diff --git a/repoInfo.json b/repoInfo.json index 6cedb1bfa..ca6a58cce 100644 --- a/repoInfo.json +++ b/repoInfo.json @@ -43359,16 +43359,17 @@ }, "portainer/portainer-ce": { "Base": null, - "Downloads": 266055430, - "Stars": 496, - "Time": 1619906551, - "trending": 14.343, + "Downloads": 308667331, + "Stars": 543, + "Time": 1622505777, + "trending": 13.805, "trends": [ 12.068, 18.148, 19.564, 17.819, - 14.343 + 14.343, + 13.805 ], "downloadtrend": [ 108427296, @@ -43376,14 +43377,16 @@ 150647407, 187287565, 227895917, - 266055430 + 266055430, + 308667331 ], "trendsDate": [ 1609513648, 1612112810, 1614711760, 1617307362, - 1619906551 + 1619906551, + 1622505777 ] }, "raetha/wyzesense2mqtt": { diff --git a/statistics.json b/statistics.json index 5915ebdaa..a9ed6c036 100644 --- a/statistics.json +++ b/statistics.json @@ -791,12 +791,7 @@ "petersem/posterr": [ "Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config" ] - }, - "sgraaf's Repository": { - "thetorproject/obfs4-bridge": [ - "Fatal: No valid Overview Or Description present - Application dropped from CA automatically - Possibly far too many formatting tags present" - ] } }, - "caFixed": 229 + "caFixed": 228 } \ No newline at end of file