mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Advanced SSH & Web Terminal to e6f1b4c
This commit is contained in:
parent
93bb6eedef
commit
bab60b38c0
4 changed files with 11 additions and 9 deletions
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v15.1.0
|
||||
- Add support for public add-on configuration access (#633)
|
||||
- ⬆️ Update yamllint to v1.33.0 (#632)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -101,8 +101,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-5acdfb8-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/5acdfb8
|
||||
[release-shield]: https://img.shields.io/badge/version-e6f1b4c-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-ssh/tree/e6f1b4c
|
||||
[screenshot]: https://github.com/hassio-addons/addon-ssh/raw/main/images/screenshot.png
|
||||
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/main/images/ssh-audit.png
|
||||
[ssh-audit]: https://github.com/jtesta/ssh-audit
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Advanced SSH & Web Terminal
|
||||
version: 5acdfb8
|
||||
version: e6f1b4c
|
||||
slug: ssh
|
||||
description: A supercharged SSH & Web Terminal access to your Home Assistant instance
|
||||
url: https://github.com/hassio-addons/addon-ssh
|
||||
|
@ -43,12 +43,13 @@ privileged:
|
|||
devices:
|
||||
- /dev/mem
|
||||
map:
|
||||
- config:rw
|
||||
- ssl:rw
|
||||
- addons:rw
|
||||
- all_addon_configs:rw
|
||||
- backup:rw
|
||||
- homeassistant_config:rw
|
||||
- media:rw
|
||||
- share:rw
|
||||
- backup:rw
|
||||
- ssl:rw
|
||||
journald: true
|
||||
options:
|
||||
ssh:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue