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)

network.png (15.5 KB ) - added by probono 5 years ago.

Download all attachments as: .zip

Change History (6)

by probono, 5 years ago

Attachment: network.png added

comment:1 by probono, 5 years ago

I meant: ( cd / ; python -m SimpleHTTPServer 80 ) would do.

Never trust a bugtracker where you cannot edit your entires.

comment:2 by waddlesplash, 5 years ago

Component: User InterfaceApplications/PoorMan
Owner: changed from stippi to nobody

We already have PoorMan, so we just need to add a GUI for it, not use the Python one.

comment:3 by miqlas, 5 years ago

PoorMan have GUI, waddlesplash probably meant a Network-Preflet AddOn.

comment:4 by pulkomandy, 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 nephele, 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 :)

Note: See TracTickets for help on using tickets.