Phoenixd acinq/phoenixd:latest https://hub.docker.com/r/acinq/phoenixd bridge bash false --user=0:0 Phoenixd is the server equivalent of the Phoenix self-custodial Bitcoin Lightning wallet. It runs a Phoenix node with automated liquidity management and exposes an HTTP API for balance, invoices, payments, exports, and webhooks. https://github.com/ACINQ/phoenixd/issues https://github.com/ACINQ/phoenixd https://phoenix.acinq.co/server https://raw.githubusercontent.com/raccommode/Raccommode-Unraid-Community-Apps/main/templates/phoenixd.xml https://raw.githubusercontent.com/ACINQ/phoenix/master/phoenix-android/src/main/res/mipmap-xxxhdpi/ic_launcher.png Network:Other Tools:Utilities Phoenixd is self-custodial and can custody real bitcoin. Back up seed.dat and phoenix.conf from the Data path before funding the wallet. Do not reuse the same seed with another Phoenix mobile or server instance. The HTTP API uses Basic Auth; the full-access and limited-access passwords are generated in phoenix.conf on first start, and can be edited there with phoenixd option names such as http-password, http-password-limited-access, webhook, auto-liquidity, max-mining-fee, and mempool-space-url. This template runs Phoenixd as root with --user=0:0 and HOME=/phoenix so Unraid data directories created with restrictive ownership are still writable and Phoenixd keeps using /phoenix/.phoenix. If you previously created the Data path with another user, run this once from an Unraid terminal before recreating the container: mkdir -p /mnt/user/bitcoin/phoenixd && chown -R 0:0 /mnt/user/bitcoin/phoenixd && chmod -R u+rwX /mnt/user/bitcoin/phoenixd Apache-2.0 9740 /mnt/user/bitcoin/phoenixd /phoenix