finnschi

Results 6 issues of finnschi

**Is your enhancement proposal related to a problem? Please describe.** The problem is exposing different applications behind my router to the internet with ssl, each service needs 80 or 443...

enhancement

**Is your enhancement proposal related to a problem? Please describe.** I am being instantely rate limited because to piHole on the VPS my whole network is 1 single client. **Describe...

enhancement

`cmake -B cmake-build -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_QT5_LOCATION=$HOME/Qt5.15.11/5.15.11/clang_64` readme tells me to install qt 5.15.2 which defaults installs to `/$HOME/Qt/5.15.2/ ` so the command should be `cmake -B cmake-build -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_QT5_LOCATION=$HOME/Qt/5.15.2/clang_64`

changing it to the correct default installation path and same version of Qt as described in line 46. Signed-off-by: finnschi

Install of the client fails, i fixed it by changing the client/Dockerfile 1) make sure libssl-dev is installed in the container, this is allready in the repo dockerfile but not...

``` Failed to restore database: ERROR: new encoding (UTF8) is incompatible with the encoding of the template database (SQL_ASCII) HINT: Use the same encoding as in the template database, or...