Merge pull request #1510 from alexbelgium/create-pull-request/patch-1723336065

Github bot : json sorted
This commit is contained in:
Alexandre
2024-08-11 09:25:23 +02:00
committed by GitHub

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?"
},