diff --git a/resiliosync/build.json b/resiliosync/build.json index c4ad7801c..e829680fc 100644 --- a/resiliosync/build.json +++ b/resiliosync/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/resiliosync/config.json b/resiliosync/config.json index b96a895a6..f99969306 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -48,8 +48,8 @@ "options": { "PGID": 0, "PUID": 0, - "data_location": "/share/resioliosync", - "config_location": "/config/addons_config/resioliosync" + "config_location": "/config/addons_config/resioliosync", + "data_location": "/share/resioliosync" }, "panel_icon": "mdi:cloud-sync-outline", "ports": { @@ -72,10 +72,10 @@ "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", - "localdisks": "str?", - "networkdisks": "str?", + "config_location": "str", "data_location": "str", - "config_location": "str" + "localdisks": "str?", + "networkdisks": "str?" }, "slug": "resiliosync", "url": "https://github.com/tyjtyj/hassio-addons",