Sign inSign up

bsvb/spv-wallet-admin

By bsvb

•Updated over 1 year ago

Administrative console for interacting with spv-wallet servers

Image
0

3.5K

bsvb/spv-wallet-admin repository overview

⁠SPV Wallet Admin


⁠How to use this image


⁠starting new instance

docker run -p 3000:3000 bsvb/spv-wallet-admin:v1.0.0-beta.7

⁠override default config
⁠Runtime configuration

In order to override the default variables, an additional env-config.json needs to be created in the host filesystem. For example:

{
  "serverUrl": "http://localhost:3003/v1"
}

docker run -p 3000:3000 -v /host/path/to/env-config.json:/usr/share/nginx/html/env-config.json bsvb/spv-wallet-admin:v1.0.0-beta.7

⁠Server configuration

You can adjust some of the server configuration with the following environment variables:

SPV_WALLET_ADMIN_PORT - configure port on which the server should listen on. Default 3000.

docker run -p 3000:80 -e SPV_WALLET_ADMIN_PORT=80 bsvb/spv-wallet-admin:v1.0.0-beta.7

SPV_WALLET_ADMIN_PROXY_API_DOMAIN - set the protocol and domain of the API, so the proxy can pass the requests to it.

docker run -p 3000:3000 -e SPV_WALLET_ADMIN_PROXY_API_DOMAIN=https://wallet.my-domain.tld bsvb/spv-wallet-admin:v1.0.0-beta.7

Tag summary

Content type

Image

Digest

sha256:37f551082…

Size

20.6 MB

Last updated

over 1 year ago

docker pull bsvb/spv-wallet-admin