Backend server for SDL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
jahway603 4e78884f4c example configs 3 years ago
..
README.md example configs 3 years ago
run_lightwalletd_nginx.sh example configs 3 years ago
run_lightwalletd_no-web.sh example configs 3 years ago

README.md

Example lightwalletd configurations

Table of contents

  1. Why
  2. With Nginx
  3. No Web
  4. Apache

Why

The Hush Lightwalletd can be configured in numerous different ways depending upon your specific setup. Here I will cover some example configurations and include shell scripts you can modify for your needs once you decide how you want to configure it.

With Nginx

For Nginx specifics, refer to the lightwalletd README to setup your SSL cert config.

Then you can use this example shell script to run lightwalletd with an nginx reverse proxy frontend. In the script you have to change the hostname and username before running it.

No Web

Here we run lightwalletd without any web servers (no nginx) and as a stand-alone service managing the SSL cert config internally. Use this example shell script to run lightwalletd stand-alone.

Apache

I do not know Apache, but you are welcome to contribute your example configuration if you are using it as a reverse proxy.