Update links and URLs

This commit is contained in:
Foster Hangdaan 2025-01-20 11:03:40 -05:00
parent 54e130dbb7
commit 3e8fc510fb
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -4,7 +4,7 @@
A containerized Electrum server powered by [[https://github.com/romanz/electrs][Electrs]]. This server will allow you to connect Electrum wallets to your Bitcoin node. A containerized Electrum server powered by [[https://github.com/romanz/electrs][Electrs]]. This server will allow you to connect Electrum wallets to your Bitcoin node.
See the [[https://code.fosterhangdaan.com/foster/-/packages/container/electrum-container][container registry]] for a [[https://code.fosterhangdaan.com/foster/-/packages/container/electrum-container/versions][list of available versions]]. See the [[https://code.hangdaan.com/foster/-/packages/container/electrum-container][container registry]] for a [[https://code.hangdaan.com/foster/-/packages/container/electrum-container/versions][list of available versions]].
* Requirements * Requirements
@ -17,7 +17,7 @@ See the [[https://code.fosterhangdaan.com/foster/-/packages/container/electrum-c
To run with ~podman run~: To run with ~podman run~:
#+begin_src shell #+begin_src shell
podman run -p 50001:50001 -v ./electrum/db:/electrs/db -v ./bitcoin-core/.bitcoin:/electrs/.bitcoin:ro code.fosterhangdaan.com/foster/electrum-container:0.10 podman run -p 50001:50001 -v ./electrum/db:/electrs/db -v ./bitcoin-core/.bitcoin:/electrs/.bitcoin:ro code.hangdaan.com/foster/electrum-container:0.10
#+end_src #+end_src
Or define a =compose.yaml= file: Or define a =compose.yaml= file:
@ -28,7 +28,7 @@ version: "3.8"
services: services:
electrum: electrum:
container_name: electrum container_name: electrum
image: code.fosterhangdaan.com/foster/electrum-container:0.10 image: code.hangdaan.com/foster/electrum-container:0.10
restart: unless-stopped restart: unless-stopped
volumes: volumes:
# Database store # Database store
@ -57,14 +57,14 @@ Refer to [[https://git-send-email.io][this guide]] if you are not familiar with
* Core Maintainers * Core Maintainers
- *Foster Hangdaan* - *Foster Hangdaan*
- Website: [[https://www.fosterhangdaan.com][www.fosterhangdaan.com]] - Website: [[https://www.foster.hangdaan.com][foster.hangdaan.com]]
- Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]] - Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]]
- GPG Public Key: [[https://minio.fosterhangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]] - GPG Public Key: [[https://s3.hangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]]
- OpenAlias: =pay.fosterhangdaan.com= - OpenAlias: =pay.foster.hangdaan.com=
* License * License
Licensed under the Apache License, Version 2.0; see [[https://code.fosterhangdaan.com/foster/electrum-container/src/branch/trunk/LICENSE.md][LICENSE.md]] for details. Licensed under the Apache License, Version 2.0; see [[https://code.hangdaan.com/foster/electrum-container/src/branch/trunk/LICENSE.md][LICENSE.md]] for details.
* Copyright * Copyright