mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
5bdd21edc0
commit
77bc41b4e5
9 changed files with 1 additions and 13 deletions
|
@ -44,7 +44,7 @@ RUN apt-get update \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
#System configuration
|
||||
WORKDIR /data
|
||||
WORKDIR /data/vscode
|
||||
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen && \
|
||||
update-locale LANG=en_US.UTF-8 && \
|
||||
curl https://bootstrap.pypa.io/get-pip.py | python3
|
||||
|
|
|
@ -19,21 +19,9 @@ hassio_api: true
|
|||
hassio_role: manager
|
||||
homeassistant_api: true
|
||||
map:
|
||||
- type: addons
|
||||
read_only: false
|
||||
- type: all_addon_configs
|
||||
read_only: false
|
||||
- type: backup
|
||||
read_only: false
|
||||
- type: homeassistant_config
|
||||
read_only: false
|
||||
path: /config
|
||||
- type: media
|
||||
read_only: false
|
||||
- type: share
|
||||
read_only: false
|
||||
- type: ssl
|
||||
read_only: false
|
||||
services:
|
||||
- mysql:want
|
||||
- mqtt:want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue