⬆️ Updating add-on FTP to 526f871

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-12 21:22:12 +00:00
parent 31e2b1b5af
commit 294a75e840
4 changed files with 9 additions and 8 deletions

View file

@ -921,10 +921,10 @@ SOFTWARE.
[example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[example-i386-shield]: https://img.shields.io/badge/i386-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/27e1936 [addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/526f871
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/27e1936/README.md [addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/526f871/README.md
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues [ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
[ftp-version-shield]: https://img.shields.io/badge/version-27e1936-blue.svg [ftp-version-shield]: https://img.shields.io/badge/version-526f871-blue.svg
[ftp-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ftp-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,5 +1,6 @@
# Changelog since v3.2.0 # Changelog since v3.2.0
- :hammer: Re-branding - :hammer: Re-branding
- :hammer: Re-branding
- :hammer: Update add-on config with new password & list features - :hammer: Update add-on config with new password & list features
- :books: Update add-on documentation to use new YAML configuration format - :books: Update add-on documentation to use new YAML configuration format
- :arrow_up: Upgrades add-on base image to v7.0.0 - :arrow_up: Upgrades add-on base image to v7.0.0

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-on: FTP # Home Assistant Community Add-on: FTP
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -47,7 +47,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-ftp/blob/27e1936/README.md [docs]: https://github.com/hassio-addons/addon-ftp/blob/526f871/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ftp/36799?u=frenck [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-ftp/36799?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -56,5 +56,5 @@ 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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-27e1936-blue.svg [release-shield]: https://img.shields.io/badge/version-526f871-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/27e1936 [release]: https://github.com/hassio-addons/addon-ftp/tree/526f871

View file

@ -1,6 +1,6 @@
{ {
"name": "FTP", "name": "FTP",
"version": "27e1936", "version": "526f871",
"slug": "ftp", "slug": "ftp",
"description": "A secure and fast FTP server for Home Assistant", "description": "A secure and fast FTP server for Home Assistant",
"url": "https://github.com/hassio-addons/addon-ftp", "url": "https://github.com/hassio-addons/addon-ftp",