mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
doc: add fly and vm deployment instructions to README
This commit is contained in:
parent
444953e89d
commit
e2839a4a40
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
|
@ -229,3 +229,28 @@ Run NWC on your own node!
|
|||
|
||||
- [https://github.com/getAlby/umbrel-community-app-store](Umbrel)
|
||||
- [https://github.com/horologger/nostr-wallet-connect-startos](Start9)
|
||||
|
||||
## Deploy it yourself
|
||||
|
||||
### Fly
|
||||
|
||||
- [install fly](https://fly.io/docs/hands-on/install-flyctl/)
|
||||
- update `app = 'nwc'` on **line 6** to a unique name in fly.toml e.g. `app = 'nwc-john-doe-1234'`
|
||||
- run `fly launch`
|
||||
- press 'y' to copy configuration to the new app and then hit enter
|
||||
- press 'n' to tweak the settings and then hit enter
|
||||
- wait for the deployment to succeed, it should give you a URL like `https://nwc-john-doe-1234.fly.dev`
|
||||
|
||||
### Custom Ubuntu VM
|
||||
|
||||
- install go (using snap)
|
||||
- install build-essential
|
||||
- install nvm (curl script)
|
||||
- with nvm, choose node lts
|
||||
- install yarn (via npm)
|
||||
- then run yarn build
|
||||
- go run .
|
||||
|
||||
### Docker
|
||||
|
||||
(TBC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue