https://github.com/moosemorals/static-server
A HTTPS server for static content
https://github.com/moosemorals/static-server
golang https-server static-server
Last synced: about 1 year ago
JSON representation
A HTTPS server for static content
- Host: GitHub
- URL: https://github.com/moosemorals/static-server
- Owner: Moosemorals
- License: isc
- Created: 2019-01-26T10:09:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T05:21:11.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T20:18:29.858Z (about 1 year ago)
- Topics: golang, https-server, static-server
- Language: Go
- Size: 3.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Static Server
A simple https server for debugging local websites.
## Features
* Redirects HTTP to HTTPS
* Creates it's own self signed certificate
## Examples
### Serve the contents of the current folder on port 8443 (redirecting http from 8080)
static-server :8080 :8443 .
### Give world readable access to your passwords (DON'T DO THIS!)
sudo static-server :80 :443 /etc
## Licence
This project is Copyright (c) 2019 Osric Wilkinson (osric@fluffypeople.com) and
licenced under the [ISC licence](LICENCE)