Results 2858 comments of MichaIng

Please check service logs after reboot: ```sh journalctl -u qbittorrent ``` Do you use WiFi or Ethernet, and DHCP or a static IP? Maybe the network is not fully up...

Did you open/forward port 6881? DHT is enabled and shown in GUI, but with zero nodes 🤔. Probably the torrent does not support it, or there is really peer available?

`lo` is the loopback interface to communicate with the host itself only, so that cannot work. Otherwise, from the defaults of all interfaces and all IP addresses, you seem to...

Closing this issue. Feel free to reopen if the problem persists.

Not bad to have a JS alternative. Just the question is how many do or gonna use it. I would skip their installer and download the binaries directly, probably even...

Hmm, this does not seem to be supported widely among browsers, e.g. Safari and certain mobile browsers do not support it at all: - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy - https://caniuse.com/?search=Cross-Origin-Embedder-Policy%3A%20credentialless Isn't it possible...

I just did a test installation of Nextcloud with Nginx, installed the maps app, and it works OOTB here, if you mean map tiles: ![image](https://github.com/user-attachments/assets/970cde8a-2362-441f-b4d4-8c99e6f40caf) Can you check in your...

Hmm, that header should not be set by default. Can you check this: ```sh grep -ri 'Cross-Origin-Resource-Policy' /etc/nginx ```

Hmm, and when you run this: ```sh curl -Ik https://localhost curl -Ik https://localhost/nextcloud/ ```

Hmm, no `Cross-Origin-Resource-Policy` or `Cross-Origin-Embedder-Policy` set. Do you use a proxy to access your Nextcloud instance, which could add one of these headers, and breaks their requirements at the same...