docs: Added readme info
All checks were successful
Build Docker / Build Image (push) Successful in 20s
All checks were successful
Build Docker / Build Image (push) Successful in 20s
This commit is contained in:
parent
3b7c587e54
commit
27af90fcc6
3
.env.example
Normal file
3
.env.example
Normal file
@ -0,0 +1,3 @@
|
||||
local=true
|
||||
admin_ip=127.0.0.1
|
||||
cookie=s%3A...
|
16
README.md
16
README.md
@ -1 +1,15 @@
|
||||
# faucet
|
||||
# Woodburn Faucet
|
||||
A simple faucet for Handshake domains
|
||||
|
||||
Running on [faucet.woodburn.au](https://faucet.woodburn.au)
|
||||
|
||||
## Docker deployment
|
||||
```
|
||||
docker run -d \
|
||||
--name=faucet \
|
||||
-e admin_ip=<your-IP> \
|
||||
-e cookie=<your-nb-main-cookie>
|
||||
-p 5000:5000 \
|
||||
git.woodburn.au/nathanwoodburn/faucet:latest
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user