crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -49,8 +49,8 @@
],
"name": "VS code",
"options": {
"PUID": 0,
"PGID": 0
"PGID": 0,
"PUID": 0
},
"ports": {
"8443/tcp": 8443
@@ -60,13 +60,13 @@
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"PUID": "int",
"TZ": "str?",
"cifspassword": "str?",
"TZ": "str?"
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?"
},
"slug": "code-server",
"startup": "services",