From 0fdce5cc8114c4d350c7dae30da0bed8120bf957 Mon Sep 17 00:00:00 2001 From: ditatompel Date: Mon, 10 Jun 2024 22:40:44 +0700 Subject: [PATCH] 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 --- README.md | 9 +++++++++ frontend/src/lib/components/Footer.svelte | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ef4e2e..eb3ae41 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # 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. +> :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? 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) - [cake-tech/upptime-monerocom](https://github.com/cake-tech/upptime-monerocom) + +## License + +This project is licensed under [GLWTPL](./LICENSE). diff --git a/frontend/src/lib/components/Footer.svelte b/frontend/src/lib/components/Footer.svelte index ca3e7af..40068a9 100644 --- a/frontend/src/lib/components/Footer.svelte +++ b/frontend/src/lib/components/Footer.svelte @@ -2,8 +2,10 @@