mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on FTP 1.5.0
This commit is contained in:
parent
0a9c0ee187
commit
e23a90d780
4 changed files with 12 additions and 10 deletions
|
@ -580,10 +580,10 @@ SOFTWARE.
|
|||
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[example-armhf-shield]: https://img.shields.io/badge/armhf-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/v1.4.1
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.4.1/README.md
|
||||
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v1.5.0
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.5.0/README.md
|
||||
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.4.1-blue.svg
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.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
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.1.2
|
||||
- Small README correction
|
||||
- Upgrades base image to v2.3.0
|
||||
- Adds Hassio API security role
|
||||
- Upgrades openssl to 1.0.2p-r0
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.4.0...v1.4.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.4.1...v1.5.0
|
||||
|
|
|
@ -46,12 +46,12 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.4.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.5.0/README.md
|
||||
[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
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/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-v1.4.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.4.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.5.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.5.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "FTP",
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"slug": "ftp",
|
||||
"description": "A secure and fast FTP server for Hass.io",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-ftp/36799?u=frenck",
|
||||
|
@ -13,6 +13,7 @@
|
|||
],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"host_network": true,
|
||||
"privileged": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue