Skip to content

Commit

Permalink
unstash
Browse files Browse the repository at this point in the history
  • Loading branch information
horologger committed Jul 10, 2024
1 parent abfed00 commit 9736821
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
*.db
*.macaroon
node_modules
<<<<<<< Updated upstream
nostr-wallet-connect
=======
>>>>>>> Stashed changes
albyhub
nwc.db
docker-images/
Expand Down
28 changes: 28 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ docker run \
-v data:/data \
-p 21284:21284 \
--name timeintocrypto \
<<<<<<< Updated upstream
-it horologger/albyhub:v0.4.2
=======
-it horologger/albyhub:v0.4.2
>>>>>>> Stashed changes
```

On Ragnar
Expand All @@ -69,13 +73,21 @@ docker run \
-e LND_ADDRESS=$APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_GRPC_PORT \
-e LND_CERT_FILE="/lnd/tls.cert" \
-e LND_MACAROON_FILE="/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK/admin.macaroon" \
<<<<<<< Updated upstream
-e WORK_DIR="/data/albyhub" \
=======
-e DATABASE_URI="/data/albyhub.db" \
>>>>>>> Stashed changes
-e COOKIE_SECRET="666" \
-v /home/alunde/albyhub/data:/data \
-v /t4/lnd:/lnd:ro \
-p 8080:8080 \
--name nwc \
<<<<<<< Updated upstream
-it horologger/albyhub:v0.4.2
=======
-it horologger/albyhub:v0.4.2
>>>>>>> Stashed changes
```
Subsequent runs
```sh
Expand All @@ -84,26 +96,42 @@ docker run \
-e LND_ADDRESS=ragnar:10009 \
-e LND_CERT_FILE="/lnd/tls.cert" \
-e LND_MACAROON_FILE="/lnd/data/chain/bitcoin/bitcoin/admin.macaroon" \
<<<<<<< Updated upstream
-e WORK_DIR="/data/albyhub" \
=======
-e DATABASE_URI="/data/albyhub.db" \
>>>>>>> Stashed changes
-e COOKIE_SECRET="666" \
-v /data:/data \
-v /lnd-data:/lnd:ro \
-p 8080:8080 \
--name nwc \
<<<<<<< Updated upstream
-it horologger/albyhub:v0.4.2
=======
-it horologger/albyhub:v0.4.2
>>>>>>> Stashed changes

docker run \
-e LN_BACKEND_TYPE="LND" \
-e LND_ADDRESS=ragnar:10009 \
-e LND_CERT_FILE="/lnd/tls.cert" \
-e LND_MACAROON_FILE="/lnd/data/chain/bitcoin/mainnet/admin.macaroon" \
<<<<<<< Updated upstream
-e WORK_DIR="/data/albyhub" \
=======
-e DATABASE_URI="/data/albyhub.db" \
>>>>>>> Stashed changes
-e COOKIE_SECRET="666" \
-v data:/data \
-v lnd-data:/lnd:ro \
-p 8080:8080 \
--name nwc \
<<<<<<< Updated upstream
-it horologger/albyhub:v0.4.2
=======
-it horologger/albyhub:v0.4.2
>>>>>>> Stashed changes

```
Inspect
Expand Down
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@horologger-github:horologger/nostr-wallet-connect-startos.git
url = git@horologger-github:horologger/albyhub-startos.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
Expand Down
5 changes: 5 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ version: 0.6.2
release-notes: Alby Hub initial release
license: Apache-2.0
wrapper-repo: "https://github.com/horologger/albyhub-startos"
<<<<<<< Updated upstream
upstream-repo: "https://github.com/getAlby/hub"
support-site: "https://github.com/getAlby/hub/issues"
=======
upstream-repo: "https://github.com/getAlby/albyhub-next"
support-site: "https://github.com/getAlby/albyhub-next/issues"
>>>>>>> Stashed changes
marketing-site: "https://getalby.com/"
build: ["make"]
description:
Expand Down

0 comments on commit 9736821

Please sign in to comment.