Small, simple server that saves encrypted (by the client) backups to disc and returns them when needed. Written in C++ with Qt Network Library.
- Qt (qmake)
git clone https://github.com/brunnerm4x/rosi-conserver.git
cd rosi-conserver
export qmake=\path\to\qmake
chmod +x build.sh && ./build.sh
cd bin/ && ./rosiConserver
Alternatively the rosiConserver.pro file can be opened with QtCreator and built with help of this tool.
- default port: 12000
To change configuration, edit the source. Port can be changed in server.cpp.