mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-14 09:50:22 +00:00
73 lines
1.9 KiB
YAML
73 lines
1.9 KiB
YAML
# SPDX-FileCopyrightText: Kim Neunert
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v1.json
|
|
|
|
version: 1
|
|
|
|
metadata:
|
|
category: Wallets
|
|
name: Specter Desktop
|
|
version: 1.7.1
|
|
tagline: Multisig with hardware wallets made easy
|
|
description: >-
|
|
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:
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
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.
|
|
developer: Crypto Advance
|
|
website: https://specter.solutions
|
|
dependencies:
|
|
- bitcoind
|
|
repo: https://github.com/cryptoadvance/specter-desktop
|
|
support: https://t.me/spectersupport
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
|
|
containers:
|
|
- image: lncm/specter-desktop:v1.7.1@sha256:e208bd4d9e20eadabaa543ce6093493c9727a6f9a083dd0d3b3d6723f82c4da6
|
|
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
|
|
data:
|
|
- data:/data
|
|
volumes:
|
|
- ${BITCOIN_DATA_DIR}:/.data/bitcoin:ro
|
|
permissions:
|
|
- bitcoind
|