Documentation for settings.json, duplicacy.json, licenses.json

Hi,
I am running an instance of Duplicacy web under Plesk’s Docker, so I need to edit settings.json directly.

Can someone point me to documentation which shows all the configs we can add do these json files?

We don’t have docs for them but settings.json is probably the only one that you need to create/edit. Here is a sample:

{
    "listening_address": "192.168.1.101:3675",
    "https_address": "",
    "https_domain": "",
    "temporary_directory": "/tmp/duplicacy/repositories",
    "log_directory": "/tmp/duplicacy/logs",
    "dark_mode": false
}

These fields are self-explanatory. Please let me know if you have any questions.

1 Like

Fixed my follow up question, will delete this.

This topic was automatically closed after 13 days. New replies are no longer allowed.