Skip to content

Commit

Permalink
Merge pull request #1 from bumi/main
Browse files Browse the repository at this point in the history
Use new alby hub repo and links
  • Loading branch information
horologger authored Jul 10, 2024
2 parents 39ebaeb + 0a4d99a commit abfed00
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.macaroon
node_modules
nostr-wallet-connect
albyhub
nwc.db
docker-images/
*.s9pk
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/getalby/nostr-wallet-connect-next:latest
FROM ghcr.io/getalby/hub:latest
LABEL maintainer="andrewlunde <andrew.lunde@sap.com>"

# Start9 Packaging
Expand Down
28 changes: 14 additions & 14 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ docker buildx create --use
```

```sh
docker buildx build --platform linux/arm64,linux/amd64 --tag horologger/nostr-wallet-connect:v0.4.2 --output "type=registry" .
docker buildx build --platform linux/arm64,linux/amd64 --tag horologger/albyhub:v0.4.2 --output "type=registry" .


docker buildx build --platform linux/arm64 --tag horologger/nostr-wallet-connect:v0.4.2 --load .
docker buildx build --platform linux/amd64 --tag horologger/nostr-wallet-connect:v0.4.2 --load .
docker buildx build --platform linux/arm64 --tag horologger/albyhub:v0.4.2 --load .
docker buildx build --platform linux/amd64 --tag horologger/albyhub:v0.4.2 --load .

docker buildx build --platform linux/arm64 --tag horologger/nostr-wallet-connect-startos:v0.4.2 --load .
docker buildx build --platform linux/arm64 --tag horologger/albyhub-startos:v0.4.2 --load .

```

Expand Down Expand Up @@ -43,7 +43,7 @@ sudo ./umbrel/scripts/app restart isviable-timeintocrypto
On Zilla
```sh
su - alunde
docker pull horologger/nostr-wallet-connect:v0.4.2
docker pull horologger/albyhub:v0.4.2
mkdir -p ~/.timeintocrypto/data
```
First run
Expand All @@ -53,13 +53,13 @@ docker run \
-v data:/data \
-p 21284:21284 \
--name timeintocrypto \
-it horologger/nostr-wallet-connect:v0.4.2
-it horologger/albyhub:v0.4.2
```

On Ragnar
```sh
su - alunde
docker pull horologger/nostr-wallet-connect:v0.4.2
docker pull horologger/albyhub:v0.4.2
mkdir -p ~/.timeintocrypto/data
```
First run
Expand All @@ -69,13 +69,13 @@ 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" \
-e DATABASE_URI="/data/nostr-wallet-connect.db" \
-e WORK_DIR="/data/albyhub" \
-e COOKIE_SECRET="666" \
-v /home/alunde/nostr-wallet-connect/data:/data \
-v /home/alunde/albyhub/data:/data \
-v /t4/lnd:/lnd:ro \
-p 8080:8080 \
--name nwc \
-it horologger/nostr-wallet-connect:v0.4.2
-it horologger/albyhub:v0.4.2
```
Subsequent runs
```sh
Expand All @@ -84,26 +84,26 @@ 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" \
-e DATABASE_URI="/data/nostr-wallet-connect.db" \
-e WORK_DIR="/data/albyhub" \
-e COOKIE_SECRET="666" \
-v /data:/data \
-v /lnd-data:/lnd:ro \
-p 8080:8080 \
--name nwc \
-it horologger/nostr-wallet-connect:v0.4.2
-it horologger/albyhub:v0.4.2

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" \
-e DATABASE_URI="/data/nostr-wallet-connect.db" \
-e WORK_DIR="/data/albyhub" \
-e COOKIE_SECRET="666" \
-v data:/data \
-v lnd-data:/lnd:ro \
-p 8080:8080 \
--name nwc \
-it horologger/nostr-wallet-connect:v0.4.2
-it horologger/albyhub:v0.4.2

```
Inspect
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Prior to building the `albyhub` package, it's essential to configure your build
Clone the **Alby Hub** package repository locally.

```
git clone https://github.com/horologger/nostr-wallet-connect-startos.git
cd nostr-wallet-connect-startos
git clone https://github.com/horologger/albyhub-startos.git
cd albyhub-startos
```

## Building
Expand Down
6 changes: 3 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Alby Hub
version: 0.6.2
release-notes: Alby Hub initial release
license: Apache-2.0
wrapper-repo: "https://github.com/horologger/nostr-wallet-connect-startos"
upstream-repo: "https://github.com/getAlby/nostr-wallet-connect-next"
support-site: "https://github.com/getAlby/nostr-wallet-connect-next/issues"
wrapper-repo: "https://github.com/horologger/albyhub-startos"
upstream-repo: "https://github.com/getAlby/hub"
support-site: "https://github.com/getAlby/hub/issues"
marketing-site: "https://getalby.com/"
build: ["make"]
description:
Expand Down

0 comments on commit abfed00

Please sign in to comment.