mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on FTP to c631067
This commit is contained in:
parent
ea89175aee
commit
746e5c8e4c
4 changed files with 7 additions and 6 deletions
|
@ -750,10 +750,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/ad3c9dc
|
[addon-ftp]: https://github.com/hassio-addons/addon-ftp/tree/c631067
|
||||||
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/ad3c9dc/README.md
|
[addon-doc-ftp]: https://github.com/hassio-addons/addon-ftp/blob/c631067/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-ad3c9dc-blue.svg
|
[ftp-version-shield]: https://img.shields.io/badge/version-c631067-blue.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
|
||||||
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v4.3.0
|
# Changelog since v4.3.0
|
||||||
|
- Fix ssl typo in vsftpd.conf (#109)
|
||||||
- 🚀 Update CI to latest version (#110)
|
- 🚀 Update CI to latest version (#110)
|
||||||
- Use rbind for mounting the folders so it will include all subfolders (#56)
|
- Use rbind for mounting the folders so it will include all subfolders (#56)
|
||||||
|
|
||||||
|
|
|
@ -53,5 +53,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-ad3c9dc-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-c631067-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-ftp/tree/ad3c9dc
|
[release]: https://github.com/hassio-addons/addon-ftp/tree/c631067
|
|
@ -77,4 +77,4 @@ schema:
|
||||||
slug: ftp
|
slug: ftp
|
||||||
startup: services
|
startup: services
|
||||||
url: https://github.com/hassio-addons/addon-ftp
|
url: https://github.com/hassio-addons/addon-ftp
|
||||||
version: ad3c9dc
|
version: c631067
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue