Make this project public, add link & license info

> When I wrote this, only God and I understood what I was doing.
> Now, only God knows.

Shout to https://github.com/me-shaon/GLWTPL
This commit is contained in:
Cristian Ditaputratama 2024-06-10 22:40:44 +07:00
parent 70c371a9b4
commit 0fdce5cc81
Signed by: ditatompel
GPG key ID: 31D3D06D77950979
2 changed files with 12 additions and 1 deletions

View file

@ -1,7 +1,12 @@
# XMR Remote Nodes # XMR Remote Nodes
[![Lint](https://github.com/ditatompel/xmr-remote-nodes/actions/workflows/lint.yml/badge.svg)](https://github.com/ditatompel/xmr-remote-nodes/actions/workflows/lint.yml)
Source code of [https://xmr.ditatompel.com](https://xmr.ditatompel.com), a website that helps you monitor your favourite Monero remote nodes. Source code of [https://xmr.ditatompel.com](https://xmr.ditatompel.com), a website that helps you monitor your favourite Monero remote nodes.
> :warning: :construction: This project is still freaking 0.x.x :construction:,
> If you want to use it on your server, please use it with caution.
## How does it work? ## How does it work?
Apart from CPU architecture type, you can build two types of binaries from this project: a **server** and a **client**. Apart from CPU architecture type, you can build two types of binaries from this project: a **server** and a **client**.
@ -55,3 +60,7 @@ See the [Makefile](./Makefile).
- [lalanza808/monero.fail](https://github.com/lalanza808/monero.fail) - [lalanza808/monero.fail](https://github.com/lalanza808/monero.fail)
- [cake-tech/upptime-monerocom](https://github.com/cake-tech/upptime-monerocom) - [cake-tech/upptime-monerocom](https://github.com/cake-tech/upptime-monerocom)
## License
This project is licensed under [GLWTPL](./LICENSE).

View file

@ -2,8 +2,10 @@
<footer class="w-full"> <footer class="w-full">
<div class="bg-surface-500/5"> <div class="bg-surface-500/5">
<div class="container mx-auto px-5 py-4"> <div class="container mx-auto px-5 py-4">
<!-- prettier-ignore -->
<p class="text-center text-sm"> <p class="text-center text-sm">
XMR Nodes by <a href="https://www.ditatompel.com" class="anchor">ditatompel.com</a> XMR Nodes by <a href="https://www.ditatompel.com" class="anchor">ditatompel.com</a>,
<a href="https://github.com/ditatompel/xmr-remote-nodes" class="anchor">source code</a> licensed under <strong>GLWTPL</strong>.
</p> </p>
</div> </div>
</div> </div>