From 8c22e27eb07ea963f747cb92bcaf38d1726768da Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Mon, 20 Jan 2025 13:03:08 -0500 Subject: [PATCH] Update links and URLs --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index d17358c..9ca4525 100644 --- a/README.org +++ b/README.org @@ -12,7 +12,7 @@ This project aims to simplify the process of hosting a Bitcoin node. Use either - =arm64= - =arm32v7= -See the [[https://code.fosterhangdaan.com/foster/-/packages/container/bitcoin-core-container][container registry]] for the latest image and [[https://code.fosterhangdaan.com/foster/-/packages/container/bitcoin-core-container/versions][available versions]]. +See the [[https://code.hangdaan.com/foster/-/packages/container/bitcoin-core-container][container registry]] for the latest image and [[https://code.hangdaan.com/foster/-/packages/container/bitcoin-core-container/versions][available versions]]. * Usage @@ -27,7 +27,7 @@ To run a container, use either ~podman run~ or define a service in a =compose.ya To run with ~podman run~: #+begin_src shell -podman run -v ./bitcoin:/home/bitcoin/.bitcoin -p 8333:8333 code.fosterhangdaan.com/foster/bitcoin-core-container:25 +podman run -v ./bitcoin:/home/bitcoin/.bitcoin -p 8333:8333 code.hangdaan.com/foster/bitcoin-core-container:25 #+end_src ** Compose @@ -39,7 +39,7 @@ version: "3.8" services: bitcoin-core: - image: code.fosterhangdaan.com/foster/bitcoin-core-container:25 + image: code.hangdaan.com/foster/bitcoin-core-container:25 container_name: bitcoin-core restart: unless-stopped volumes: @@ -78,10 +78,10 @@ Refer to [[https://git-send-email.io][this guide]] if you are not familiar with * Core Maintainers - *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]] - - GPG Public Key: [[https://minio.fosterhangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]] - - OpenAlias: =pay.fosterhangdaan.com= + - GPG Public Key: [[https://s3.hangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]] + - OpenAlias: =pay.foster.hangdaan.com= * License