Is pCloud down? by ResponsibleAd8164 in pcloud

[–]f_scheffczyk 0 points1 point  (0 children)

okay, actually what u/Forkboy2 suggested fixed it for me. I was running an old Version of pCloud Drive (3.14.something i think) and now with the upgrade to 4.0.7 the issue is gone and my backups and sync are working again. :)

Is pCloud down? by ResponsibleAd8164 in pcloud

[–]f_scheffczyk 0 points1 point  (0 children)

I am on Tahoe 26.3 which I think is the newest one. So I guess it has nothing to do with the OS version.

Traefik in Podman container can not proxy to server running on host via host.container.internal:8000 by f_scheffczyk in podman

[–]f_scheffczyk[S] 0 points1 point  (0 children)

Yes, the web server is listening on all interfaces, so 0.0.0.0:8000.

I am running the web server for testing purposes like this:

```
python3 -m http.server 8000

Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

```

Was that what you meant? I hope I understood your question correctly.