diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index 4f27a3511..3efab26ce 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -41,10 +41,10 @@ "/dev/nvme2" ], "environment": { - "PGID": "0", - "PUID": "0", + "PAPERLESS_ADMIN_PASSWORD": "admin", "PAPERLESS_ADMIN_USER": "admin", - "PAPERLESS_ADMIN_PASSWORD": "admin" + "PGID": "0", + "PUID": "0" }, "homeassistant": "0.92.0b2", "init": false, diff --git a/scrutiny/config.json b/scrutiny/config.json index 2293138ff..d0def7d21 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -70,9 +70,9 @@ "DAC_READ_SEARCH" ], "schema": { + "Mode": "list(Collector+WebUI|Collector)?", "TZ": "str?", - "Updates": "list(Hourly|Daily|Weekly)", - "Mode": "list(Collector+WebUI|Collector)?" + "Updates": "list(Hourly|Daily|Weekly)" }, "slug": "scrutiny", "udev": true, diff --git a/scrutiny_fa/config.json b/scrutiny_fa/config.json index 7c67ffac7..16aaf25d8 100644 --- a/scrutiny_fa/config.json +++ b/scrutiny_fa/config.json @@ -35,9 +35,9 @@ "DAC_READ_SEARCH" ], "schema": { + "Mode": "list(Collector+WebUI|Collector)?", "TZ": "str?", - "Updates": "list(Hourly|Daily|Weekly)", - "Mode": "list(Collector+WebUI|Collector)?" + "Updates": "list(Hourly|Daily|Weekly)" }, "slug": "scrutiny_fa", "udev": true, diff --git a/transmission_openvpn/config.json b/transmission_openvpn/config.json index 852a57822..21dac98a5 100644 --- a/transmission_openvpn/config.json +++ b/transmission_openvpn/config.json @@ -56,12 +56,12 @@ "LOCAL_NETWORK": "192.168.178.0/24", "OPENVPN_PASSWORD": "pass", "OPENVPN_USERNAME": "user", - "TRANSMISSION_V3_UPDATE": "true", "PGID": "0", "PUID": "0", "TRANSMISSION_DOWNLOAD_DIR": "/share/downloads", "TRANSMISSION_HOME": "/config/addons_config/transmission", "TRANSMISSION_INCOMPLETE_DIR": "/share/incomplete", + "TRANSMISSION_V3_UPDATE": "true", "TRANSMISSION_WATCH_DIR": "/share/watch_dir", "TRANSMISSION_WEB_UI": "flood-for-transmission" }, diff --git a/webtrees/config.json b/webtrees/config.json index e00c05caf..3160b8e00 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -86,12 +86,12 @@ "BASE_URL": "url", "CONFIG_LOCATION": "str", "DB_TYPE": "list(sqlite|external|mariadb_addon)", + "base_url_portless": "bool?", "cifspassword": "str?", "cifsusername": "str?", "localdisks": "str?", "networkdisks": "str?", - "trusted_headers": "str?", - "base_url_portless": "bool?" + "trusted_headers": "str?" }, "services": [ "mysql:want"