Github bot : json sorted

This commit is contained in:
alexbelgium
2024-08-11 00:27:45 +00:00
committed by GitHub
parent dfdde5586b
commit cdc031531f

View File

@@ -73,8 +73,8 @@
],
"name": "Kometa",
"options": {
"PGID": 0,
"KOMETA_CONFIG": "/config/addons_config/kometa/config.yml",
"PGID": 0,
"PUID": 0
},
"privileged": [
@@ -82,12 +82,12 @@
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"KOMETA_CONFIG": "str",
"KOMETA_NO_MISSING": "bool?",
"KOMETA_RUN": "bool?",
"KOMETA_TEST": "bool?",
"KOMETA_TIME": "str?",
"PGID": "int",
"PUID": "int",
"TZ": "str?"
},