| Crates.io | eight-serve |
| lib.rs | eight-serve |
| version | 1.0.1 |
| created_at | 2023-04-30 18:29:05.694578+00 |
| updated_at | 2023-05-26 20:13:19.115992+00 |
| description | Expose eight to web |
| homepage | https://github.com/meppu/eight/tree/main/eight-serve |
| repository | https://github.com/meppu/eight |
| max_upload_size | |
| id | 852916 |
| size | 49,854 |
This crate allows you to host eight on your machine as web server.
To install this crate, simply run:
cargo install eight-serve
And now you can use it. For usage, run eight-serve --help.
You can pull from ghcr.io:
docker run -p 8080:8080 ghcr.io/meppu/eight:latest --help
You can also download pre-built binaries from GitHub releases.