mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
crlf to lf + sort json
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
],
|
||||
"name": "Grav web server",
|
||||
"options": {
|
||||
"PUID": 1000,
|
||||
"PGID": 1000
|
||||
"PGID": 1000,
|
||||
"PUID": 1000
|
||||
},
|
||||
"ports": {
|
||||
"80/tcp": 9191
|
||||
@@ -26,8 +26,8 @@
|
||||
},
|
||||
"privileged": [],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"slug": "grav",
|
||||
|
||||
Reference in New Issue
Block a user