From 858c71b3075d71337196b63bf8b2fcb9a6bd5bec Mon Sep 17 00:00:00 2001 From: Checksum Date: Sat, 4 Nov 2023 12:29:06 -0500 Subject: [PATCH] docs: add a star chart and some badges! --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a523226..bc8a21f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Lumen 🌄 +![GitHub](https://img.shields.io/github/license/checksumdev/lumen) ![GitHub top language](https://img.shields.io/github/languages/top/checksumdev/lumen) ![Static Badge](https://img.shields.io/badge/forbid-unsafe_code-green) ![Discord](https://img.shields.io/discord/984852897051312159?label=Support%20Server) + Lumen is an **astronomically fast** ShareX uploader written in Rust using the [Actix Web](https://github.com/actix/actix-web) framework. It is designed to be **lightweight** and **secure**, providing a self-hosted solution for file uploads. All uploads are encrypted with **AES-256-GCM-SIV** and only the uploader can decrypt the files. @@ -40,7 +42,15 @@ These benchmarks were performed on a Ryzen 9 3900X with 32GB of RAM. Feel free t ## Contributing 🤝 -We welcome pull requests from the community. If you have any major changes, please open an issue first to discuss them. When making commits, please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. +If you love what we're doing, **star the repository**! It helps us out a lot. If you want to contribute and have any major changes in mind, please open an issue first to discuss them. When making commits, please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. + + + + + + Star History Chart + + ## Support 💬