2.0.1 • Published 3 years ago

casket v2.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

casket

casket is an HTTP server that supports GET, POST and DELETE requests. It can respond in HTML, JSON and plain text format, the HTML-version being a file management UI.

It also supports file search using Spotlight, and it can stream any audio file to an AirPlay receiver.

casket serving a directory

npm version dependency status dev dependency status ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Installing

npm install -g casket

Usage

Usage:
	casket [--name my-little-server] [--dir ~/path/to/dir] [--airplay my-apple-tv.local]

Options:
    --name      -n  The name of the server, as shown in the GUI.
    --dir       -d  The directory to serve, default is the current directory.
    --readonly  -r  Do not allow deletion of files & uploads.
    --no-delete -w  Do not allow deletion of files.
    --no-upload -u  Do not allow file upload.
    --port      -p  Default is 8000.
    --airplay   -a  An AirPlay receiver to stream audio to.

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

2.0.1

3 years ago

2.0.0

3 years ago

1.7.0

5 years ago

1.6.6

5 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago