petricf

Results 34 comments of petricf

Or place it into directory where wg0.conf is stored (here: /etc/wireguard). The root directory is a very bad place because /db will be world readable ! In my opinion this...

On Debian i used nginx to run as reverse proxy. After nginx installation i replaced the nginx-config (copied somewhere from the web): server { listen 80; server_name wireguard-server.fritz.box; rewrite ^/(.*)$...

Hello, Am Dienstag, 22. August 2023, 16:28:44 CEST schrieb Tadej Novak: > Do you use Qt distributed officially or the one from Debian? Stock Debian 12 + Plasma WM Qt5...

> I guess I'll have to debug. I was not even aware we link directly with SSL. > > Does any of the Qt network examples work? The http-example does...

Feedback: libssl 1.1 and openssl 1 debs of Bookworm downloaded and installed. Result: Its working. The QML-File mapping part: Plugin { id: mapPlugin name: "maplibregl" PluginParameter { name: "maplibregl.mapping.additional_style_urls"; value:...

If there are only headers in this package - could manually be copied from qt-source to the destination ? In this case the question is what files are required.

Remember: I downloaded the source archive from your releases page ! The command above gives me: fatal: not a git repository (or any of the parent directories): .git Directory listing:...

If the "git submodule ..." command is still required i suggest to add it to README.md

Error above because the ninja too was taken from the visual studio installation. It was too old. Downloaded an installed a more recent version (here: 1.12.0). Maybe a documentation issue...

Thank for the hint - currently compiling. In meanwhile i tried it using QtCreator delivered by debian 12 and accompanied qt6-dev libs. cmake tell qt6location dev lib is missing. True...