From 59ce543f991d1c8f4915ad9ed1a81bbd364ed4af Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 23 Oct 2020 11:37:49 +0000 Subject: [PATCH] :tada: Release of add-on FTP 3.5.0 --- README.md | 6 +++--- ftp/CHANGELOG.md | 13 ++++--------- ftp/DOCS.md | 4 ++++ ftp/README.md | 4 ++-- ftp/config.json | 3 ++- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e7b8deb0..35f023a6 100644 --- a/README.md +++ b/README.md @@ -875,10 +875,10 @@ SOFTWARE. [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [example-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [example-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v3.4.0 -[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v3.4.0/README.md +[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v3.5.0 +[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v3.5.0/README.md [ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues -[ftp-version-shield]: https://img.shields.io/badge/version-v3.4.0-blue.svg +[ftp-version-shield]: https://img.shields.io/badge/version-v3.5.0-blue.svg [ftp-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ftp-armhf.svg [ftp-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ftp/CHANGELOG.md b/ftp/CHANGELOG.md index b8c4aa86..7b80804b 100644 --- a/ftp/CHANGELOG.md +++ b/ftp/CHANGELOG.md @@ -1,16 +1,11 @@ [Full Changelog][changelog] - -This release add support for the new media folder that is exposed. -Please note, this also means the configuration changed! - -Each user now has a `allow_media` configuration option, to grant users access to that folder. - ### 🔨 Changes -- ✨ Add support for the new media folder -- ⬆ Upgrades add-on base image to v8.0.2 +- 🔨Add pasv_addr_resolve to config (#20) +- ⬆ Upgrades add-on base image to v8.0.3 +- ⬆ Upgrades base image to v8.0.4 -[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v3.3.3...v3.4.0 +[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v3.4.0...v3.5.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/ftp/DOCS.md b/ftp/DOCS.md index 1648b524..5c9c7641 100644 --- a/ftp/DOCS.md +++ b/ftp/DOCS.md @@ -126,6 +126,10 @@ in response to the PASV command. Provide a numeric IP address, or provide a hostname which will be DNS resolved for you at startup. When left empty, the address is taken from the incoming connected socket. +### Option: `pasv_addr_resolve` + +Set to `true` to allow a hostname to be resolved for PASV connections. + ### Option: `ssl` Enables/Disables SSL on the FTP Server. Set it `true` to enable it, diff --git a/ftp/README.md b/ftp/README.md index eb41f74e..12a96d7b 100644 --- a/ftp/README.md +++ b/ftp/README.md @@ -34,5 +34,5 @@ access to your Home Assistant configuration via FTP. [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-v3.4.0-blue.svg -[release]: https://github.com/hassio-addons/addon-ftp/tree/v3.4.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v3.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-ftp/tree/v3.5.0 \ No newline at end of file diff --git a/ftp/config.json b/ftp/config.json index 691d3362..d21740d2 100644 --- a/ftp/config.json +++ b/ftp/config.json @@ -1,6 +1,6 @@ { "name": "FTP", - "version": "3.4.0", + "version": "3.5.0", "slug": "ftp", "description": "A secure and fast FTP server for Home Assistant", "url": "https://github.com/hassio-addons/addon-ftp", @@ -69,6 +69,7 @@ "pasv_min_port": "port", "pasv_max_port": "port", "pasv_address": "str", + "pasv_addr_resolve": "bool?", "ssl": "bool", "certfile": "str", "keyfile": "str",