From 4d3e52cc95c04d72a5a441db3793d1d405aeeb59 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 4 Mar 2024 19:05:11 -0600 Subject: [PATCH] docs: Added some stats and goals --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91b6196..5d223d0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,14 @@ # ![Logo](actix/resources/assets/favicon-32.png) Chhoto URL # What is it? -A simple selfhosted URL shortener with no unnecessary features. +A simple selfhosted URL shortener with no unnecessary features. Simplicity +and speed are the main foci of this project. The docker image is ~6 MB (compressed), +and it uses <5 MB of RAM under regular use. Don't worry if you see no activity for a long time. I consider this project to be complete, not dead. I'm unlikely to add any new features, but I will try -and fix every bug you report. +and fix every bug you report. I will also try to keep it updated in terms of +security vulnerabilities. If you feel like a feature is missing, please let me know by creating an issue using the "feature request" template. @@ -141,4 +144,4 @@ that those links aren't created by you. ## Notes - It started as a fork of [this project](https://gitlab.com/draganczukp/chhoto-url). - The list of adjectives and names used for random short url generation is a modified - version of [this list used by docker](https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go). \ No newline at end of file + version of [this list used by docker](https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go).