eight-serve

Crates.ioeight-serve
lib.rseight-serve
version1.0.1
sourcesrc
created_at2023-04-30 18:29:05.694578
updated_at2023-05-26 20:13:19.115992
descriptionExpose eight to web
homepagehttps://github.com/meppu/eight/tree/main/eight-serve
repositoryhttps://github.com/meppu/eight
max_upload_size
id852916
size49,854
ใƒกใƒƒใƒ— (meppu)

documentation

README

Eight Serve

This crate allows you to host eight on your machine as web server.

Cargo

To install this crate, simply run:

cargo install eight-serve

And now you can use it. For usage, run eight-serve --help.

Docker

You can pull from ghcr.io:

docker run -p 8080:8080 ghcr.io/meppu/eight:latest --help

GitHub Releases

You can also download pre-built binaries from GitHub releases.

Commit count: 121

cargo fmt