Wait, how does that work? As far as I can see from the documentation, it can only serve on localhost, which to my understanding is only accessible from the single device it was launched on.
If you serve on localhost you can usually access from other devices by using the "servers" ip address. So if your desktop where you're running the server has ip 192.168.1.10 then you can go to http://192.168.1.10 in the browser of another device on the same network.
Have you checked the full docs? Maybe it takes an optional parameter to specify the server machine's IP address or host name. Then others on the network could see it.
bradrn|2 years ago
ptx|2 years ago
[1] https://docs.python.org/3/library/http.server.html
randlet|2 years ago
vram22|2 years ago
Not near a PC now.
seanw444|2 years ago
LtWorf|2 years ago
On plasma it also installs a right click shortcut to share directory from dolphin.
vs4vijay|2 years ago