Github bot : json sorted

This commit is contained in:
github-actions
2023-01-01 00:24:38 +00:00
parent 17f11dc9f3
commit 0da329de00
3 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"amd64": "benkl/firefly-iii-fints-importer:latest",
"aarch64": "benkl/firefly-iii-fints-importer:latest"
"aarch64": "benkl/firefly-iii-fints-importer:latest",
"amd64": "benkl/firefly-iii-fints-importer:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"

View File

@@ -82,18 +82,18 @@
"schema": {
"CONFIG_LOCATION": "str",
"OCRLANG": "str?",
"PAPERLESS_URL": "str?",
"PAPERLESS_OCR_MODE": "list(skip|redo|force|skip_noarchive)?",
"PAPERLESS_URL": "str?",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"certfile": "str",
"cifspassword": "str?",
"cifsusername": "str?",
"database": "list(|sqlite|mariadb_addon)?",
"keyfile": "str",
"localdisks": "str?",
"networkdisks": "str?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"services": [

View File

@@ -90,14 +90,14 @@
"CONFIG_LOCATION": "str",
"DB_TYPE": "list(sqlite|external|mariadb_addon)",
"base_url_portless": "bool?",
"certfile": "str",
"cifspassword": "str?",
"cifsusername": "str?",
"keyfile": "str",
"localdisks": "str?",
"networkdisks": "str?",
"trusted_headers": "str?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
"ssl": "bool",
"trusted_headers": "str?"
},
"services": [
"mysql:want"