mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-17 03:20:31 +02:00
Merge pull request #1283 from alexbelgium/create-pull-request/patch-1709425378
Github bot : json sorted
This commit is contained in:
@@ -58,9 +58,9 @@
|
|||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
|
"CODEX_CONFIG_DIR": "/config",
|
||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0",
|
"PUID": "0"
|
||||||
"CODEX_CONFIG_DIR": "/config"
|
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/codex-{arch}",
|
"image": "ghcr.io/alexbelgium/codex-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
@@ -85,11 +85,11 @@
|
|||||||
"DAC_READ_SEARCH"
|
"DAC_READ_SEARCH"
|
||||||
],
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"TZ": "str?",
|
|
||||||
"PUID": "int?",
|
|
||||||
"PGID": "int?",
|
|
||||||
"CODEX_SKIP_INTEGRITY_CHECK": "int?",
|
|
||||||
"CODEX_RESET_ADMIN": "int?",
|
"CODEX_RESET_ADMIN": "int?",
|
||||||
|
"CODEX_SKIP_INTEGRITY_CHECK": "int?",
|
||||||
|
"PGID": "int?",
|
||||||
|
"PUID": "int?",
|
||||||
|
"TZ": "str?",
|
||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user