A very simple URL shortener, which is easy to configure and quite speedy. Later it is planned to add some analytics.
If you have any issues you can contact me on discord, valkyrie_pilot#2707
, or via email valk@vky.one
You can edit links at /simpleshortener/ on the domain you use to host it.
This branch is for testing a new significant feature, do not use it in production!
Create this config file: ```toml
PORT
environment variable.port = 24529
database = "/etc/simpleshortener/links.bincode"
users = { admin = "fc8252c8dc55839967c58b9ad755a59b61b67c13227ddae4bd3f78a38bf394f7" }
```
then run with ./target/bin/simpleshortener /path/to/config.toml
You can build from source with rust
bash
git clone --branch nodb https://github.com/randomairborne/SimpleShortener.git
cargo build --release
bash
git clone --branch nodb https://github.com/randomairborne/SimpleShortener.git
cargo build --release --features tls