This commit is contained in:
Richard Sperry 2025-04-15 19:27:33 -07:00
parent 5bdd21edc0
commit 77bc41b4e5
9 changed files with 1 additions and 13 deletions

View file

@ -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

View file

@ -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