serve

module
v0.0.0-...-e8e9a68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2022 License: MIT

README

serve

A dead simple file server.

Features

  • Serve static files
  • Github CI/CD
  • Deploy to digitalocean kubernetes cluster
  • Auto https
  • Safe upload file
  • Multi stage docker build
HTTPS certs
  • openssl genrsa -out server.key 2048
  • openssl req -new -x509 -key server.key -out server.crt -days 365
  • Convert crt to pem: openssl x509 -in server.crt -out server.pem -outform PEM

Directories

Path Synopsis
cmd
serve command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL