furier / websync

websync is intended to be an rsync manager, where rsync tasks can be added, scheduled and maintained in a sane manner.
http://furier.github.io/websync/
MIT License
484 stars 91 forks source link

Backend Logs #36

Closed hduafg3 closed 6 years ago

hduafg3 commented 8 years ago

The live logging is useful, but is there a way to get Websync to save the logs in the back end? Right now they just disappear once I refresh.

Also, is there a way to run it in a web directory (such as /var/www/html/websync) rather than on port 3000?

furier commented 8 years ago

Saving some kind of logging on the backend would be useful and has been thought of just forgotten to create an issue for it here on github, thanks. :)

Regarding the other question, you must use node to run websync. You will not be able to host websync with apache, nginx or any other web server service. On the other hand you can change the port to what ever you want and with e.g nginx you can set up a reverse proxy with url rewrite to make the url become. websync.jack.com

hradec commented 6 years ago

Can I assume there's no update on this feature?

If not, if someone points me out where websync actually executes rsync, I can work on it!