Giter Site home page Giter Site logo

nano's Introduction

NANO Node Docker stack (SSL support)

Description

This will build and deploy the following containers on your Docker host:

  • nano-node -- This is the official NANO node created from the official NANO Docker Image (RPC is enabled but not publicly exposed).
  • nano-node-monitor -- This is the popular NANO Node Monitor PHP application based on NanoTools's Docker image.
  • nano-node-watchdog -- This is custom lightweight watcher container checking on node's health status every hour (checking code adapted from dbachm123's nanoNodeScripts).
  • watchtower -- A process for watching your Docker containers and automatically restarting them whenever their base image like the NANO Node is upgraded.

SSL Support with Let's Encrypt

Optionally, if a domain name is available for the host, NANO Docker Stack can also serve NANO Node Monitor through an secure connection (HTTPS). If this feature is enabled (using the -d argument with the setup script below), the stack also includes the following containers:

  • nginx-proxy -- An instance of the popular Nginx web server running in a reverse proxy setup, serving as a gateway for all incoming requests to your host.

  • nginx-proxy-letsencrypt -- A lightweight companion container for the nginx-proxy. It allows the creation/renewal of Let's Encrypt certificates automatically.

Quick Start

Open a bash terminal and fire up the installation script:

$ ./setup.sh -s 

That's it! You can now navigate to your host IP to check your Nano Node Monitor dashboard.

Install with SSL enabled

Open a bash terminal and fire up the installation script with the domain (-d) argument:

$ ./setup.sh -sd mydomain.com -e [email protected]

The email (-e) argument is optional and would used by Let's Encrypt to warn you of impeding certificate expiration.

Screenshot

Done! Navigate to your domain name to check your Nano Node Monitor Dashboard over HTTPS!

Self-configurable Installation

Please check the wiki for more detailed instructions on how to self-configure the NANO Node Docker Stack.

Credits

nano's People

Contributors

lephleg avatar

Watchers

 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.