Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radiant Faucet

What is it?

Fully customizable Faucet built on NodeJS, Express 3, and Bootstrap.

Based on original code from cryptofaucet-node

Configuration

Set global configuration options in config.js

Installation

npm install

This will install all the necessary dependencies

Run

node app.js

Or using forever:

forever start app.js

Or with systemd (Linux only):

[Unit]
Description=Radiant Faucet Daemon
After=network.target

[Service]
WorkingDirectory=/PATH_TO_FAUCET
User=root
Group=root
Type=simple
ExecStart=node /PATH_TO_FAUCET/app.js
Restart=on-failure
RestartSec=5s
PrivateTmp=true

[Install]
WantedBy=multi-user.target

About

Radiant-faucet

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages