mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: rename everything to alby hub
This commit is contained in:
parent
8d93c4a6cd
commit
3088373477
81 changed files with 282 additions and 277 deletions
|
|
@ -1,11 +1,11 @@
|
|||
### Installation on a Raspberry Pi Zero
|
||||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/getAlby/nostr-wallet-connect-next/master/scripts/install.sh)"
|
||||
/bin/bash -c "$(curl -fsSL https://getalby.com/zero/install.sh)"
|
||||
```
|
||||
|
||||
### Updating a running instance
|
||||
|
||||
```shell
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/getAlby/nostr-wallet-connect-next/master/scripts/update.sh)"
|
||||
/bin/bash -c "$(curl -fsSL https://getalby.com/zero/update.sh)"
|
||||
```
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@ Run your Alby Hub with phoenixd as a backend.
|
|||
|
||||
## Requirements
|
||||
|
||||
+ Linux distribution
|
||||
+ Runs pretty much on any VPS or server
|
||||
- Linux distribution
|
||||
- Runs pretty much on any VPS or server
|
||||
|
||||
## Docker
|
||||
|
||||
To run Alby Hub with phoenixd use [docker-compose](https://docs.docker.com/compose/) using the [docker-compose.yml file](https://raw.githubusercontent.com/getAlby/nostr-wallet-connect-next/master/scripts/linux-x86_64/phoenixd/docker-compose.yml).
|
||||
To run Alby Hub with phoenixd use [docker-compose](https://docs.docker.com/compose/) using the [docker-compose.yml file](https://raw.githubusercontent.com/getAlby/hub/master/scripts/linux-x86_64/phoenixd/docker-compose.yml).
|
||||
|
||||
$ wget https://raw.githubusercontent.com/getAlby/nostr-wallet-connect-next/master/scripts/linux-x86_64/phoenixd/docker-compose.yml
|
||||
$ wget https://raw.githubusercontent.com/getAlby/hub/master/scripts/linux-x86_64/phoenixd/docker-compose.yml
|
||||
$ docker-compose up # or docker-compose up --pull=always <- to make sure you get the latest images
|
||||
|
||||
It will run on localhost:8080 by default. You can configure the port by editing the docker-compose.yml file.
|
||||
|
|
@ -26,7 +26,7 @@ Make sure to backup the `albyhub-phoenixd` which is used as volume for albyhub a
|
|||
|
||||
### Installation (non-Docker)
|
||||
|
||||
$ wget https://raw.githubusercontent.com/getAlby/nostr-wallet-connect-next/master/scripts/linux-x86_64/phoenixd/install.sh
|
||||
$ wget https://raw.githubusercontent.com/getAlby/hub/master/scripts/linux-x86_64/phoenixd/install.sh
|
||||
$ ./install.sh
|
||||
|
||||
The install script will prompt you for a installation folder and will install phoenixd and Alby Hub there.
|
||||
|
|
@ -47,10 +47,9 @@ Or us the start scripts:
|
|||
$ [your install path]/phoenixd/start.sh
|
||||
$ [your install path]/albyhub/start.sh
|
||||
|
||||
|
||||
### Backup
|
||||
|
||||
Make sure to backup your data directories:
|
||||
|
||||
+ `[your install path]/phoenixd/data`
|
||||
+ `[your install path]/albyhub/data`
|
||||
- `[your install path]/phoenixd/data`
|
||||
- `[your install path]/albyhub/data`
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ services:
|
|||
albyhub:
|
||||
platform: linux/amd64
|
||||
container_name: albyhub
|
||||
image: ghcr.io/getalby/nostr-wallet-connect-next:latest
|
||||
image: ghcr.io/getalby/hub:latest
|
||||
volumes:
|
||||
- ./albyhub-phoenixd:/data
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue