Hi,
i actually run Duplicacy web Edition in a container on my headless linux NAS.
I tried to use the Web Edition’s binary on my Ubuntu WSL and was wandering:
1- Why should i use a container for Duplicacy if it’s so simple to just run it as a single executable?
2- How can i run it at boot in a detached mode so i do not have always the:
Duplicacy Web Edition 1.5.0 (BAFF49)
Starting the web server at http://127.0.0.1:3875
3- If running Duplicacy this way on my headless NAS, how can i access the web interface from another device on the same lan? It actually uses localhost on port 3875.
Thanks!
EDIT: Oh, probably found the answer to my question 3 here How to access the duplicacy web-interface remotely
About question 2 instead found this in the same thread How to access the duplicacy web-interface remotely - #7 by mjw . So the solution to avoid the Duplicacy “output” is to run it as a service on Linux?