diff --git a/fireflyiii_fints_importer/build.json b/fireflyiii_fints_importer/build.json index 1b7a28e36..00469ba59 100644 --- a/fireflyiii_fints_importer/build.json +++ b/fireflyiii_fints_importer/build.json @@ -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" diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index e0cbbb114..7299fa2e7 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -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": [ diff --git a/webtrees/config.json b/webtrees/config.json index 174e30c90..28d370313 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -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"