From 3c066e43757dd5ff17638f76b5fd91ee40e79a7b Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Mon, 20 Jan 2025 12:35:49 -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 6487974..46a105a 100644 --- a/README.org +++ b/README.org @@ -8,7 +8,7 @@ The examples in this document use the ~podman~ command. Just swap with the ~dock This project aims to simplify the process of hosting a Monero node. Use either [[https://podman.io/][Podman]] or [[https://www.docker.com/][Docker]] to deploy a containerized image of the [[https://github.com/monero-project/monero][Monero CLI]]. -See the [[https://code.fosterhangdaan.com/foster/-/packages/container/monero-node-container][container registry]] for the latest image and [[https://code.fosterhangdaan.com/foster/-/packages/container/monero-node-container/versions][available versions]]. +See the [[https://code.hangdaan.com/foster/-/packages/container/monero-node-container][container registry]] for the latest image and [[https://code.hangdaan.com/foster/-/packages/container/monero-node-container/versions][available versions]]. * Usage @@ -23,7 +23,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 ./bitmonero:/home/monero/.bitmonero -v ./monero-wallet:/wallet -p 18080:18080 -p 18081:18081 -p 18089:18089 code.fosterhangdaan.com/foster/monero-node-container:0.18 +podman run -v ./bitmonero:/home/monero/.bitmonero -v ./monero-wallet:/wallet -p 18080:18080 -p 18081:18081 -p 18089:18089 code.hangdaan.com/foster/monero-node-container:0.18 #+end_src ** Compose @@ -35,7 +35,7 @@ version: "3.8" services: monero-node: - image: code.fosterhangdaan.com/foster/monero-node-container:0.18 + image: code.hangdaan.com/foster/monero-node-container:0.18 container_name: monero-node restart: unless-stopped ports: @@ -83,10 +83,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