Giter Site home page Giter Site logo

static-http-preview-server-using-docker's Introduction

static-http-preview-server-using-docker

This is a simple HTTP static preview server that can be used to showcase web dev work with ease. It is a Docker container with SSHD and a password protected Nodejs server.

Usage

Setting up

The following steps are needed to fire up the preview server:

  • Add your SSH public key to authorized_keys
  • In config.json, set a suitable cookieSecret and add your users using the template provided

Deploying

Build with Docker and run at an available server. Don't forget to expose ports 22 and 8080.

For example, using 8001 and 8002 for SSHD and the preview server, respectively:

docker run -p 8001:22 -p 8002:8080 -d <imageId>

Using different port pairs for each preview server, you can easily run several simultaneously on a single machine, and the users who can access and update are individually configurable.

Updating the preview code

Everything you put under /preview will be available through the root path on the Nodejs server after authentication.

An example, using rsync and ssh port 8001:

rsync -azP --delete -e 'ssh -p 8001' . root@<ip>:/preview

Then navigating to http://<ip>:8002 and logging in, you'll have access to the code you uploaded.

static-http-preview-server-using-docker's People

Contributors

sashee avatar

Watchers

James Cloos avatar Rodney Cobb 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.