From 2ec2709cecde63ae68c5e62e85741e5b4d79172e Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 10 Jun 2022 20:29:13 +0000 Subject: [PATCH] :arrow_up: Updating add-on Tor to 89f6905 --- README.md | 6 +++--- tor/CHANGELOG.md | 10 ++++++++++ tor/DOCS.md | 9 ++++++++- tor/README.md | 4 ++-- tor/config.yaml | 5 +++-- tor/translations/en.yaml | 34 ++++++++++++++++++++++++++++++++++ 6 files changed, 60 insertions(+), 8 deletions(-) create mode 100644 tor/translations/en.yaml diff --git a/README.md b/README.md index a20a73e8f..417953da9 100644 --- a/README.md +++ b/README.md @@ -989,10 +989,10 @@ SOFTWARE. [thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [thelounge-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [thelounge-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/859a3b2 -[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/859a3b2/README.md +[addon-tor]: https://github.com/hassio-addons/addon-tor/tree/89f6905 +[addon-doc-tor]: https://github.com/hassio-addons/addon-tor/blob/89f6905/README.md [tor-issue]: https://github.com/hassio-addons/addon-tor/issues -[tor-version-shield]: https://img.shields.io/badge/version-859a3b2-blue.svg +[tor-version-shield]: https://img.shields.io/badge/version-89f6905-blue.svg [tor-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/tor/CHANGELOG.md b/tor/CHANGELOG.md index bf88ddc83..3600ca24e 100644 --- a/tor/CHANGELOG.md +++ b/tor/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog since v3.0.5 +- 🔨 Refactor container init (#143) +- 🌎 Add translations files (#142) + +* 🌎 Add translations files + +* Prettified Code! + +Co-authored-by: frenck +- :shirt: Change ports default to use port 80 (#141) +- 📚 Add My button to documentation (#140) - 🚑 Fix Hidden Service V3 Client Authorization (#105) Co-authored-by: GuillaumeHubR <77720768+GuillaumeHubR@users.noreply.github.com> diff --git a/tor/DOCS.md b/tor/DOCS.md index 4c48a86c2..1b32317ef 100644 --- a/tor/DOCS.md +++ b/tor/DOCS.md @@ -25,7 +25,12 @@ applications through your Home Assistant installation. The installation of this add-on is pretty straightforward and not different in comparison to installing any other Home Assistant add-on. -1. Search for the "Tor" add-on in the Supervisor add-on store and install it. +1. Click the Home Assistant My button below to open the add-on on your Home + Assistant instance. + + [![Open this add-on in your Home Assistant instance.][addon-badge]][addon] + +1. Click the "Install" button to install the add-on. 1. Start the "Tor" add-on 1. Check the logs of the "Tor" add-on to see if everything went well. The log will also display your Tor .onion address. @@ -242,6 +247,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_tor&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [contributors]: https://github.com/hassio-addons/addon-tor/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons diff --git a/tor/README.md b/tor/README.md index 62245840b..7dd87cee3 100644 --- a/tor/README.md +++ b/tor/README.md @@ -61,6 +61,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-859a3b2-blue.svg -[release]: https://github.com/hassio-addons/addon-tor/tree/859a3b2 +[release-shield]: https://img.shields.io/badge/version-89f6905-blue.svg +[release]: https://github.com/hassio-addons/addon-tor/tree/89f6905 [tor-hidden-service]: https://www.torproject.org/docs/hidden-services.html.en \ No newline at end of file diff --git a/tor/config.yaml b/tor/config.yaml index 36d3ddd3a..8cdbcd175 100644 --- a/tor/config.yaml +++ b/tor/config.yaml @@ -5,7 +5,7 @@ arch: - armv7 - i386 codenotary: codenotary@frenck.dev -description: Protect your privacy and access Home Assistant via Tor. +description: Protect your privacy and access Home Assistant via Tor image: ghcr.io/hassio-addons/tor/{arch} init: false map: @@ -16,6 +16,7 @@ options: hidden_services: true ports: - '8123' + - 8123:80 socks: false stealth: false ports: @@ -34,4 +35,4 @@ schema: slug: tor startup: services url: https://github.com/hassio-addons/addon-tor -version: 859a3b2 +version: 89f6905 diff --git a/tor/translations/en.yaml b/tor/translations/en.yaml new file mode 100644 index 000000000..61fc685ca --- /dev/null +++ b/tor/translations/en.yaml @@ -0,0 +1,34 @@ +--- +configuration: + log_level: + name: Log level + description: >- + Controls the level of log details the add-on provides. + socks: + name: SOCKS proxy + description: >- + Enabling this feature allows you to use other applications on your + network to use the Tor network using this add-on as the SOCKS Proxy. + hidden_services: + name: Tor's hidden service + description: >- + Enable Tor's Hidden Service to expose services on the Tor network. + (E.g., accessing your Home Assistant instance over Tor.) + stealth: + name: Stealth mode + description: >- + Requires clients to use an additional encryption key to be able to connect + to the hidden service this add-on exposes to the Tor network. + client_names: + name: Clients + description: >- + Names of client when using stealth mode. The add-on will generate keys + for each of these clients. Valid client names are 1 to 16 characters long + and only use characters in `A-Za-z0-9+-_` (no spaces). + ports: + name: Ports + description: >- + Configures hosts and ports to publish via a Tor Hidden Service. Check + the add-on documentation for the exact format to enter here. +network: + 9050/tcp: Tor SOCKS proxy port