httphere/README.md

17 lines
513 B
Markdown
Raw Permalink Normal View History

2018-09-02 21:27:26 +00:00
# httphere
2023-04-21 17:22:33 +00:00
Simple web server to make a directory available via http. Uses [enhancedfileserver](https://git.teamworkapps.com/shortcut/enhancedfileserver) for a more featureful
2018-11-07 16:37:21 +00:00
listing and optionally includes authentication, simple request logging, and directory index generation.
2018-09-02 22:02:05 +00:00
# Installation
```console
2023-04-21 17:22:33 +00:00
foo@bar:~$ go install git.teamworkapps.com/shortcut/httphere@latest
```
2018-09-02 22:02:05 +00:00
# Example usage
```console
2018-11-07 16:37:21 +00:00
foo@bar:~$ httphere -listen 127.0.0.1 -port 8080 -username Secretname -password Secretpassword -log
2018-09-02 22:02:05 +00:00
```