Update links and URLs

This commit is contained in:
Foster Hangdaan 2025-01-20 12:35:49 -05:00
parent 9eebcabf2d
commit 3c066e4375
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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