Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
/ rockhttp Public archive

A http file server made in the Rust web framework Rocket

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

luisprgr/rockhttp

Repository files navigation

Rockhttp

A http file server made in the Rust web framework Rocket with the template engine Tera

Build

  1. Install the Rust toolchain
  2. build with cargo build --release
  3. Run the application with cargo run --release or with ./rockhttp in the target/release folder

Installation with docker

You can use the Dockerized version with:

Docker run -P 8000:8000 luisprgr/rockhttp:latest

Or creating a docker-compose.yml like the following example:

version: "3.3"
services:
  rockhttp:
    image: luisprgr/rockhttp
    container_name: rockhttp
    ports:
      - 8000:8000

License

This project is licensed under the following licenses MIT and Apache-2.0 you can choose the one you prefer.

About

A http file server made in the Rust web framework Rocket

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published