mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Merge pull request #2150 from alexbelgium/create-pull-request/patch-1761438754 nobuild
Github bot: fix linting issues nobuild
This commit is contained in:
@@ -58,8 +58,8 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CODEX_CONFIG_DIR: /config
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
hassio_api: true
|
||||
homeassistant_api: true
|
||||
image: ghcr.io/alexbelgium/codex-{arch}
|
||||
@@ -71,8 +71,8 @@ map:
|
||||
- share:rw
|
||||
name: Codex
|
||||
options:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
csrf_allowed: http://homeassistant.local:8123,https://homeassistant.local:8123
|
||||
panel_admin: false
|
||||
panel_icon: mdi:book-open
|
||||
|
||||
Reference in New Issue
Block a user