Update links and URLs
This commit is contained in:
parent
9eebcabf2d
commit
3c066e4375
1 changed files with 6 additions and 6 deletions
12
README.org
12
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]].
|
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
|
* 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~:
|
To run with ~podman run~:
|
||||||
|
|
||||||
#+begin_src shell
|
#+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
|
#+end_src
|
||||||
|
|
||||||
** Compose
|
** Compose
|
||||||
|
@ -35,7 +35,7 @@ version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
monero-node:
|
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
|
container_name: monero-node
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
@ -83,10 +83,10 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue