Giter Club home page Giter Club logo

serve's Introduction

serve

Travis Status Docker Status

Usage

Pull image

docker pull leelow29/serve

Options

The default credentials are user:password. There are several options to custom with environment variables:

  • SERVE_USER Redefine login (user by default).
  • SERVE_PASSWORD Redefine password (password by default).
  • SERVE_INDEX Display index page (enabled by default).
  • SERVE_CORS Setup * CORS headers to allow requests from any origin (enabled by default).
  • SERVE_DELAY Define a delay (in seconds) to stop the container (disabled by default).

For instance, to disable CORS, set SERVE_CORS to 0.

Examples

A container which serves directory /dir/files with default credentials (user:password).

docker run --name serve -d -p 443:443 -v /dir/files:/app/files leelow29/serve:latest

A container with custom credentials:

docker run --name serve -d -p 443:443 -v /dir/files:/app/files -e SERVE_USER=admin -e SERVE_PASSWORD=pass leelow29/serve:latest

A container which will stop after 5 minutes:

docker run --name serve -d -p 443:443 -v /dir/files:/app/files -e SERVE_DELAY=300 leelow29/serve:latest

Build

git clone https://github.com/Leelow/serve.git
cd serve
docker build -t serve .

Credits

This docker image is based on awesome @leo work: https://github.com/zeit/serve.

License

MIT

serve's People

Contributors

leelow avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.