lama

command module
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: MIT, MIT Imports: 10 Imported by: 0

README

Getting started

curl lama.sh | sh

Introduction

lama.sh

lama is a simple HTTP server that serves files, directories and verbosely logs requests. This project has two main qualities:

  1. Easy to use: lama allows one to start a web server on any Linux/MacOSX using 25 characters, with no requirements (not even libc).
  2. Trustworthy: lama's code and download script are as simple as they can be, thus can be inspected and verified. We have a very shallow dependency tree (just two dependencies other than the Go standard library).

Configuration

server sports a few command-line flags which configure its behaviour. To pass those flags use

$ curl lama.sh | sh -s -- <flags>

For example to print the list of available flags

$ curl lama.sh | sh -s -- --help
Usage of lama:
  -d, --directory string   the directory to serve (default ".")
  -N, --dont-dump          be less verbose and don't dump requests
  -D, --dont-serve         don't serve any directy (ignores --directory)
  -l, --localhost          serve on localhost only
  -p, --port string        port to serve on, respects LAMA_PORT envvar (default "8080")
  -v, --version            prints the version

Some flags can be set as environment variables, like so:

curl lama.sh | LAMA_PORT=8888 sh

How to contribute

All contributions/PR/issue/beer are welcome ❤️.

It's easiest to develop lama using Gitpod, a free one-click online IDE (who I happen to be working on):

Open in Gitpod

Credits

Logo based on work from Vectors by Vecteezy.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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