Opened 5 years ago
Last modified 4 years ago
#15174 new enhancement
Add "HTTP server" to Network preferences
Reported by: | probono | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/PoorMan | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Add "HTTP server" to Network preferences.
(cd / ; python -m SimpleHTTPServer 80
would do.
Attachments (1)
Change History (6)
by , 5 years ago
Attachment: | network.png added |
---|
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Component: | User Interface → Applications/PoorMan |
---|---|
Owner: | changed from | to
We already have PoorMan, so we just need to add a GUI for it, not use the Python one.
comment:4 by , 5 years ago
I'm not sure PoorMan is a great idea, it's largely unmaintained and I would be more confident using a more up to date implementation.
Service the whole / over HTTP doesn't look like a great idea however, we should allow the user to pick what is shared.
comment:5 by , 4 years ago
I would rather remove poorman and use python3 http.server, seeing as poorman is unmaintained, python is very much maintained and used for this purpose. and we already have python in the default install, so we might aswell use it for this :)
I meant:
( cd / ; python -m SimpleHTTPServer 80 )
would do.Never trust a bugtracker where you cannot edit your entires.