mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on SSH & Web Terminal to 2342579
This commit is contained in:
parent
ce2964301c
commit
c09aa36baf
4 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
# Changelog since v7.5.1
|
||||
- 🚑 Fix executable permissions
|
||||
- ✨ Override shutdown & reboot commands
|
||||
# Changelog since v7.5.2
|
||||
- ✨ Add support for the new media folder
|
||||
- ⬆ Upgrades add-on base image to v8.0.2
|
||||
|
|
|
@ -104,8 +104,8 @@ 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]: 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-b12d340-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/b12d340
|
||||
[release-shield]: https://img.shields.io/badge/version-2342579-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/2342579
|
||||
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/master/images/screenshot.png
|
||||
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
|
||||
[ssh-audit]: https://github.com/arthepsy/ssh-audit
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SSH & Web Terminal",
|
||||
"version": "b12d340",
|
||||
"version": "2342579",
|
||||
"slug": "ssh",
|
||||
"description": "SSH & Web Terminal access to your Home Assistant instance",
|
||||
"url": "https://github.com/hassio-addons/addon-ssh",
|
||||
|
@ -55,6 +55,7 @@
|
|||
"config:rw",
|
||||
"ssl:rw",
|
||||
"addons:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"backup:rw"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue