Skip to content

Commit

Permalink
Merge pull request #47 from jgarmar/feat/addon_access
Browse files Browse the repository at this point in the history
Update config to allow acces to addon configs folders
  • Loading branch information
mietzen authored Jan 23, 2024
2 parents d0db322 + a834001 commit 7fbd8df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion vscode-remote-ssh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog:
## Version 1.0.20
- Added configuration to allow access to addons folders
## Version 1.0.19
- Updated base image to debian:bullseye-20240110-slim
## Version 1.0.18
Expand Down Expand Up @@ -49,4 +51,4 @@
- Updated base image to debian:bullseye-20221219-slim
## Version 0.2.0
- added zsh python and rsync
- made $HOME persistent
- made $HOME persistent
3 changes: 2 additions & 1 deletion vscode-remote-ssh/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Visual Studio Code Remote SSH Server
version: 1.0.19
version: 1.0.20
slug: vscode-remote-ssh
description: Enables you to connect to Home Assistant via Visual Studio Code Remote
SSH.
Expand All @@ -18,6 +18,7 @@ hassio_role: manager
stdin: true
map:
- config:rw
- all_addon_configs:rw
image: mietzen/hass-addon-vscode-remote-ssh
init: false
ports:
Expand Down

0 comments on commit 7fbd8df

Please sign in to comment.