Duplicacy in Ubuntu linux container

Brand new here. Created a ubuntu linux container, downloaded https://acrosync.com/duplicacy-web/duplicacy_web_linux_x64_1.0.0, ran ./duplicacy_web_linux_x64_1.0.0 got the following message.
Duplicacy CLI 2.2.1
Duplicacy Web Edition Beta 1.0.0 (C60C7C)
Starting the web server at http://127.0.0.1:3875

However when I try to hit that url (ip of the container, not 127.0.0.1), nothing loads. Any thoughts?

i would expect you need to edit duplicacy config json file and tell it to listen to 0.0.0.0 instead of 127.0.0.1
There’s a post explaining how to do that.

Since you’re new, why not go baby-steps and run :d: on the actual machine, then try more difficult setups like (docker) containers.

This is the machine I plan to run it on. Either this (proxmox) or my unraid box, which would also use containers.

I did check the web logs however I found this Failed to request a license: This computer is not eligible for the 30-day trial

There is actually no settings.json in ~/.duplicacy-web/ I wonder if the error message about not being eligible is preventing it from being generated.

You can refer to existing containers such as this one to see what needs to be done to create proper environment for licensing or just fork it and use as a starting point or just as-s.

https://hub.docker.com/r/saspus/duplicacy-web

There are more than one containers available - it’s just this one is special because it’s mine :slight_smile:

2 Likes

Thanks! I’ll take a look.