dappnode / DNP_HTTPS

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPS-v2

This package serves as proxy server to DAppNodes packages.

Configurable forwarding

API was added through which containers proxied through the package can be dynamically chosen. By default the server listens at port 5000 for GET methods add and remove both of which have to and from query parameters i.e.

GET /add?from=<chosen-subodomain>&to=<internal-resource>
GET /remove?from=<chosen-subodomain>&to=<internal-resource>

Where chosen-subdomain is the chosen external endpoint for forwarding and internal-resource is either the IP or domain that resolves on the internal network.

DAppNode certificates

When using the DAppNode dyndns service, DNP_HTTPS uses DAppNode's certificate service to get wildcard certificates for the DAppNode dyndns domains which are provided for free. Following environment variable has to be set:

Name Value Description
CERTAPI_URL TBD URL of remote signing service

About

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.

License:MIT License


Languages

Language:TypeScript 68.9%Language:EJS 20.6%Language:HTML 8.5%Language:Dockerfile 2.0%