Skip to content

Commit

Permalink
update to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w3irdrobot committed Oct 5, 2023
1 parent 367175b commit 0f303cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Voltage AutoUnlock Webhook Service

[![Deploy to DO](https://www.deploytodo.com/do-btn-white-ghost.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/w3irdrobot/voltageautounlock/tree/master&refcode=0b3c9298b62d)
[![Deploy to DO](https://www.deploytodo.com/do-btn-white-ghost.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/w3irdrobot/voltageautounlock/tree/master&refcode=b61ec14cb278)
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/w3irdrobot/voltageautounlock/tree/master)

To facilitate an easy setup for [auto-unlocking on Voltage](https://docs.voltage.cloud/lightning-nodes/webhooks#example-automatic-unlock), this project allows for a quick setup of a service to run as the server receiving the webhook to then unlock the node.
Expand All @@ -24,7 +24,7 @@ Deploying to [fly.io](https://fly.io/) can be easily done using the [`flyctl`](h
# view regions here: https://fly.io/docs/reference/regions/
flyctl launch \
--generate-name \
--image w3irdrobot/voltageautounlock:1.0.2 \
--image w3irdrobot/voltageautounlock:1.1.1 \
--region ord \
--no-deploy

Expand Down Expand Up @@ -76,7 +76,7 @@ docker run -it \
To deploy from source, download [the latest binary](https://github.com/w3irdrobot/voltageautounlock/releases/latest) for the system this service will be run on. Set the necessary environment variables and run the binary.

```shell
curl -Lo voltageunlock.tar.gz https://github.com/w3irdrobot/voltageautounlock/releases/download/1.0.2/voltageautounlock_1.0.2_linux_amd64.tar.gz
curl -Lo voltageunlock.tar.gz https://github.com/w3irdrobot/voltageautounlock/releases/download/1.1.1/voltageautounlock_1.1.1_linux_amd64.tar.gz
tar -xzf voltageunlock.tar.gz
export VOLTAGE_NODE_API=<insert Node API URL>
export VOLTAGE_WEBHOOK_SECRET=<insert webhook secret>
Expand Down

0 comments on commit 0f303cf

Please sign in to comment.