citadel-apps/apps/specter-desktop/app.yml

67 lines
1.9 KiB
YAML
Raw Normal View History

2021-10-12 20:46:35 +00:00
# SPDX-FileCopyrightText: Kim Neunert
#
# SPDX-License-Identifier: AGPL-3.0-only
2022-04-07 16:25:31 +00:00
# yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
2021-10-12 20:46:35 +00:00
metadata:
category: Wallets
name: Specter Desktop
2022-05-28 13:22:25 +00:00
version: 1.10.0
2021-10-12 20:46:35 +00:00
tagline: Multisig with hardware wallets made easy
description: >-
2022-01-29 13:10:32 +00:00
Specter Desktop connects to the Bitcoin Core running on your Citadel and
functions as a watch-only coordinator for multi-signature and single-key
Bitcoin wallets. At the moment Specter Desktop is working with all major
hardware wallets including:
2021-10-12 20:46:35 +00:00
- Trezor
- Ledger
- KeepKey
- BitBox02
- ColdCard (optionally airgapped, using an SD card)
- Electrum (optionally airgapped, if running Electrum on an airgapped computer/phone)
- Specter DIY (optionally airgapped, using QR codes)
- Cobo (airgapped, using QR codes)
2022-01-29 13:10:32 +00:00
Specter Desktop also supports using the Bitcoin Core on your Citadel as a hot wallet, by importing or generating a random BIP39 mnemonic, but this feature is experimental and we do not recommend using it at this stage. We plan to add support for other hardware wallets as they come up.
2022-04-28 12:18:02 +00:00
developers:
2022-04-09 20:00:56 +00:00
Crypto Advance: https://specter.solutions
2021-10-12 20:46:35 +00:00
dependencies:
2022-01-29 13:10:32 +00:00
- bitcoind
2021-10-12 20:46:35 +00:00
repo: https://github.com/cryptoadvance/specter-desktop
support: https://t.me/spectersupport
gallery:
2022-01-29 13:10:32 +00:00
- 1.jpg
- 2.jpg
- 3.jpg
2021-10-12 20:46:35 +00:00
containers:
2022-05-28 13:22:25 +00:00
- image: lncm/specter-desktop:v1.10.0@sha256:1ca7be83d59818e2bdce9d130916759f1dda2f52cb75ef19b0f7addfc7b66dc7
2022-01-29 13:10:32 +00:00
stop_signal: SIGINT
command:
- --host=0.0.0.0
- --specter-data-folder=/data
environment:
BTC_RPC_USER: $BITCOIN_RPC_USER
BTC_RPC_PASSWORD: $BITCOIN_RPC_PASS
BTC_RPC_HOST: $BITCOIN_IP
BTC_RPC_PORT: $BITCOIN_RPC_PORT
BTC_RPC_PROTOCOL: http
name: web
port: 25441
2022-04-07 16:25:31 +00:00
preferredOutsidePort: 25441
2022-01-29 13:10:32 +00:00
data:
- data:/data
2022-04-28 12:18:02 +00:00
mounts:
2022-04-07 16:25:31 +00:00
bitcoin: /data/.bitcoin