⬆️ Updating add-on FTP to c53fc8d

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-23 12:59:41 +00:00
parent d7f3819b70
commit 81a0bcdc88
4 changed files with 8 additions and 7 deletions

View file

@ -936,10 +936,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/526f871 [addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/c53fc8d
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/526f871/README.md [addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/c53fc8d/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-526f871-blue.svg [ftp-version-shield]: https://img.shields.io/badge/version-c53fc8d-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,4 +1,5 @@
# Changelog since v3.2.0 # Changelog since v3.2.0
- :arrow_up: Upgrades add-on base image to v7.0.2
- :hammer: Re-branding - :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

View file

@ -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/526f871/README.md [docs]: https://github.com/hassio-addons/addon-ftp/blob/c53fc8d/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-526f871-blue.svg [release-shield]: https://img.shields.io/badge/version-c53fc8d-blue.svg
[release]: https://github.com/hassio-addons/addon-ftp/tree/526f871 [release]: https://github.com/hassio-addons/addon-ftp/tree/c53fc8d

View file

@ -1,6 +1,6 @@
{ {
"name": "FTP", "name": "FTP",
"version": "526f871", "version": "c53fc8d",
"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",