From 85773eda22996e30ec831f54903da6c0d9d6013b Mon Sep 17 00:00:00 2001 From: csmith1865 Date: Thu, 16 Jan 2025 04:14:15 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cd00b09..a24b181 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # Ping Server -![](https://img.shields.io/github/languages/code-size/mcstatus-io/ping-server) -![](https://img.shields.io/github/issues/mcstatus-io/ping-server) -![](https://img.shields.io/github/actions/workflow/status/mcstatus-io/ping-server/go.yml) -![](https://img.shields.io/uptimerobot/ratio/m792379047-190f2d39d31ecafa9b1f86ab) -This is the source code for the API of the [mcstatus.io](https://mcstatus.io) website (`api.mcstatus.io`). This API server is built using [Go](https://go.dev) with [Fiber](https://docs.gofiber.io/) as the HTTP server of choice. This uses a custom Minecraft utility library found in the [mcstatus-io/mcutil](https://github.com/mcstatus-io/mcutil) repository. You are free to modify and host your own copy of this server as long as the [license](https://github.com/mcstatus-io/ping-server/blob/main/LICENSE) permits. If you do not wish to self host, we host a public and free-to-use copy which you may learn more about by visiting the [official API documentation](https://mcstatus.io/docs). +![](https://img.shields.io/gitea/languages/count/csmith1865/ping-server?gitea_url=https%3A%2F%2Fgit.sumisu.xyz&style=flat) +![](https://img.shields.io/gitea/issues/all/csmith1865/ping-server?gitea_url=https%3A%2F%2Fgit.sumisu.xyz&style=flat) + +This is the source code for the API of the [mcstatus.io](https://mcstatus.io) website (`api.mcstatus.io`). This API server is built using [Go](https://go.dev) with [Fiber](https://docs.gofiber.io/) as the HTTP server of choice. This uses a custom Minecraft utility library found in the [mcstatus-io/mcutil](https://github.com/mcstatus-io/mcutil) repository. You are free to modify and host your own copy of this server as long as the [license](https://git.sumisu.xyz/csmith1865/ping-server/src/branch/main/LICENSE) permits. If you do not wish to self host, we host a public and free-to-use copy which you may learn more about by visiting the [official API documentation](https://mcstatus.io/docs). Please note that while this repository may seem to conform to some versioning standard, it most certainly does not. Updates are pushed at random, with no semantic versioning in place. Any update (also known as a *commit*) may suddenly break existing configurations without notice or warranty. If you run a privately hosted ping server, please refer to the updated example configuration file before attempting to update to the latest commit. @@ -22,7 +21,7 @@ https://mcstatus.io/docs ```bash # 1. Clone the repository (or download from this page) -$ git clone https://github.com/mcstatus-io/ping-server.git +$ git clone https://git.sumisu.xyz/csmith1865/ping-server.git # 2. Move the working directory into the cloned repository $ cd ping-server @@ -41,4 +40,4 @@ $ ./bin/main ## License -[MIT License](https://github.com/mcstatus-io/ping-server/blob/main/LICENSE) \ No newline at end of file +[MIT License](https://git.sumisu.xyz/csmith1865/ping-server/src/branch/main/LICENSE) \ No newline at end of file