1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

Updated README

This commit is contained in:
Sayantan Santra 2023-04-03 13:52:01 -05:00
parent 3c699d8b02
commit 046c6d63a4

View file

@ -1,4 +1,4 @@
# ![Logo](src/main/resources/public/assets/favicon-32.png) <span style="font-size:42px">Simply Shorten</span> # ![Logo](actix/resources/assets/favicon-32.png) <span style="font-size:42px">Simply Shorten</span>
# What is it? # What is it?
A simple selfhosted URL shortener with no unnecessary features. A simple selfhosted URL shortener with no unnecessary features.
@ -28,7 +28,7 @@ unnecessary features, or they didn't have all the features I wanted.
generate short links locally. generate short links locally.
- Links are stored in an SQLite database. - Links are stored in an SQLite database.
- Available as a Docker container. - Available as a Docker container.
- Backend written in Java using [Spark Java](http://sparkjava.com/), frontend - Backend written in Rust using [Actix](https://actix.rs/), frontend
written in plain HTML and vanilla JS, using [Pure CSS](https://purecss.io/) written in plain HTML and vanilla JS, using [Pure CSS](https://purecss.io/)
for styling. for styling.
@ -141,6 +141,6 @@ INSECURE_DISABLE_PASSWORD=I_KNOW_ITS_BAD
Any other value will not work. Any other value will not work.
## Notes ## Notes
- This is a fork of [this project](https://gitlab.com/draganczukp/simply-shorten). - It started as a fork of [this project](https://gitlab.com/draganczukp/simply-shorten).
- The list of adjectives and names used for random short url generation is a modified - 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). version of [this list used by docker](https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go).