Github bot : json sorted

This commit is contained in:
alexbelgium
2024-03-03 00:22:57 +00:00
committed by GitHub
parent 02d4e2def8
commit 59f6180eaf

View File

@@ -58,9 +58,9 @@
"/dev/nvme2"
],
"environment": {
"CODEX_CONFIG_DIR": "/config",
"PGID": "0",
"PUID": "0",
"CODEX_CONFIG_DIR": "/config"
"PUID": "0"
},
"image": "ghcr.io/alexbelgium/codex-{arch}",
"map": [
@@ -85,11 +85,11 @@
"DAC_READ_SEARCH"
],
"schema": {
"TZ": "str?",
"PUID": "int?",
"PGID": "int?",
"CODEX_SKIP_INTEGRITY_CHECK": "int?",
"CODEX_RESET_ADMIN": "int?",
"CODEX_SKIP_INTEGRITY_CHECK": "int?",
"PGID": "int?",
"PUID": "int?",
"TZ": "str?",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",