🎉 Release of add-on FTP 3.5.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-10-23 11:37:49 +00:00
parent e656bf8734
commit 59ce543f99
5 changed files with 15 additions and 15 deletions

View file

@ -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

View file

@ -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:

View file

@ -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,

View file

@ -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
[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

View file

@ -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",