Github bot : json sorted

This commit is contained in:
github-actions
2022-06-12 00:23:49 +00:00
parent 3441e75066
commit f4a067d136
5 changed files with 23 additions and 23 deletions

View File

@@ -80,9 +80,9 @@
"TZ": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"ingress_user": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"ingress_user": "str?"
"networkdisks": "str?"
},
"slug": "calibre-web",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web",

View File

@@ -47,7 +47,7 @@
},
"slug": "scrutiny_fa",
"startup": "services",
"udev": true,
"url": "https://github.com/AnalogJ/scrutiny",
"version": "2ab714f5-ls35-2",
"udev": true
"version": "2ab714f5-ls35-2"
}

View File

@@ -50,14 +50,14 @@
],
"name": "Seafile",
"options": {
"PUID": "1000",
"PGID": "1000",
"database": "sqlite",
"data_location": "/share/seafile",
"URL": "seafile.example.com",
"PUID": "1000",
"SEAFILE_ADMIN_EMAIL": "me@example.com",
"SEAFILE_ADMIN_PASSWORD": "a_very_secret_password",
"TZ": "Europe/Paris"
"TZ": "Europe/Paris",
"URL": "seafile.example.com",
"data_location": "/share/seafile",
"database": "sqlite"
},
"panel_icon": "mdi:library",
"ports": {
@@ -74,16 +74,16 @@
"NET_ADMIN"
],
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"database": "list(sqlite|mariadb_addon)",
"data_location": "str",
"URL": "str",
"PUID": "int",
"SEAFILE_ADMIN_EMAIL": "email",
"SEAFILE_ADMIN_PASSWORD": "password",
"TZ": "str?",
"URL": "str",
"cifspassword": "str?",
"cifsusername": "str?",
"data_location": "str",
"database": "list(sqlite|mariadb_addon)",
"localdisks": "str?",
"networkdisks": "str?"
},

View File

@@ -82,10 +82,10 @@
"incomplete_dir": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"watch_dir": "str?",
"pass": "str?",
"smbv1": "bool?",
"user": "str?",
"watch_dir": "str?",
"whitelist": "str?"
},
"slug": "transmission_ls",

View File

@@ -1,10 +1,10 @@
{
"build_from": {
"aarch64": "tinyserve/xteve:latest",
"amd64": "tinyserve/xteve:latest",
"armv7": "tinyserve/xteve:latest"
},
"codenotary":
{
"signer": "alexandrep.github@gmail.com" }
"build_from": {
"aarch64": "tinyserve/xteve:latest",
"amd64": "tinyserve/xteve:latest",
"armv7": "tinyserve/xteve:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}