mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on FTP 1.4.0
This commit is contained in:
parent
9de7508734
commit
a3c870d97a
4 changed files with 27 additions and 23 deletions
|
@ -433,10 +433,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.3.0
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.3.0/README.md
|
||||
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/v1.4.0
|
||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/v1.4.0/README.md
|
||||
[ftp-issue]: https://github.com/hassio-addons/addon-ftp/issues
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||
[ftp-version-shield]: https://img.shields.io/badge/version-v1.4.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
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Fixed
|
||||
### Added
|
||||
|
||||
- Fixes hadolint warnings
|
||||
- Adds support for HaveIBeenPwned password checks
|
||||
- Documents secrets support
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrades base image to v2.0.0
|
||||
- Upgrades gcc to 6.4.0-r8
|
||||
- Upgrades make to 4.2.1-r2
|
||||
- Upgrades musl-dev to 1.1.19-r10
|
||||
- Upgrades openssl to 1.0.2o-r1
|
||||
- Upgrades vsftpd to 3.0.3-r5
|
||||
- Upgrades base image to v2.0.1
|
||||
- Upgrades openssl to 1.0.2o-r2
|
||||
- Upgrades hadolint to latest
|
||||
- Upgrades base image to v2.1.1
|
||||
- Sets default Shell to Bash
|
||||
- Updates README
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.2.0...v1.3.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-ftp/compare/v1.3.0...v1.4.0
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
[![Support my work on Patreon][patreon-shield]][patreon]
|
||||
|
||||
A secure and fast FTP server for Hass.io
|
||||
|
||||
## About
|
||||
|
@ -24,14 +26,16 @@ access to your Home Assistant configuration via FTP.
|
|||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[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.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
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.3.0
|
||||
[docs]: https://github.com/hassio-addons/addon-ftp/blob/v1.3.0/README.md
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[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.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/v1.4.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "FTP",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.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",
|
||||
|
@ -84,7 +84,8 @@
|
|||
"share": "bool",
|
||||
"ssl": "bool"
|
||||
}
|
||||
]
|
||||
],
|
||||
"i_like_to_be_pwned": "bool?"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue