|
6 months ago | |
---|---|---|
assets | 1 year ago | |
db | 3 years ago | |
migrations | 2 years ago | |
screenshots | 2 years ago | |
src | 1 year ago | |
templates | 1 year ago | |
.gitignore | 2 years ago | |
Cargo.toml | 1 year ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago | |
config.toml.sample | 1 year ago | |
lang.json | 6 months ago | |
url_from_blacklist.txt | 2 years ago | |
url_to_blacklist.txt | 1 year ago | |
url_to_softblacklist.txt | 1 year ago |
README.md
rs-short
Warning: A few steps are necessary to migrate the database from rs-short 1.x.x. Please check the release notes for details.
Link shortener in Rust.
Developed to be as minimalist and lightweight as possible.
Powered by the Actix framework using (server-side) Askama templates.
- Around 1000 lines of code, including 20% of comments
- Consumes between 5MB and 20MB of RAM
- No JS
- No CSS framework ; CSS is handmade and all rules are prefixed to avoid rule conflicts
- No tracking features at all, user IPs are not saved in database
- No
unsafe
block - Compiles on Rust stable
Features:
- Includes a captcha as a minimal protection against spamming
- Easily customizable assets, contact details, and hoster information
- Light / dark theme
- Only needs a SQLite database to work
- Robust caching features to serve content even with database locks
- Localization (available in French and English, please translate!)
- Basic protection against spambots (captcha with a customizable difficulty)
- Active detection of phishing links (detects "suspicious activity")
- Counting clicks
- Allows shortcut deletion by the user
- Allows marking a shortcut as "phishing", which displays a awareness-raising message to victims
Official instance: https://s.42l.fr/
Screenshots
Main page:
Admin page for users when they create a link:
Page displayed when a link is marked as phishing by the server administrator:
Running an instance
First, you must install Cargo and the latest stable version of Rust by following the instructions on this website. Alternatively, you can use the liuchong/rustup Docker image.
- Clone the project:
git clone https://git.42l.fr/42l/rs-short.git
-
Edit what you need. You might want to change the following files:
assets/hoster-logo.svg
: replace with the logo of your organizationassets/logo.svg
: the software logoassets/themes/light/background.jpg
: the default background for the light theme
-
Copy
config.toml.sample
toconfig.toml
and edit its values to suit your needs:- Important: Replace default values of
cookie_key
andphishing_password
.
- Important: Replace default values of
-
Edit blacklists at your convenience.
url_from_blacklist.list
: Any client that submits a link name fully matching one of the elements in this list will get a 403 Forbidden HTTP status code.url_to_softblacklist.list
: Any client that submits an URL containing one of the elements in this list will get denied with a friendly warning.url_to_blacklist.list
: Any client that submits an URL containing one of the elements in this list will get a 403 Forbidden HTTP status code.
You can configure a fail2ban
instance and watch your favourite reverse-proxy logs to see which IPs are getting a 403 and ban accordingly for the duration of your choice.
cargo run --release
Contributing
Here are many ways to contribute:
- Translate!
- Add your entries in the
lang.json
file. - Once you're done, edit
init.rs
and add your language in the ValidLanguages structure.
- Add your entries in the
- Add PostgreSQL/MySQL compatibility (easy thanks to Diesel)
- Add some more CSS themes
- Rework default themes' CSS (they've gone a bit messy since then. hopefully they are commented)
- Develop a more resilient protection to spambots
- Add JS? :(
- Add a toggle to disable the captcha
- Experiment around captchas to match accessibility needs. I have no idea... :(
This software is mainly developed and maintained by Neil for the Association 42l.
If you like the work done on this project, please consider to donate or join the association. Thank you!
Graphical credits
- Link Shortener logo by Brume.
- Link Shortener logo font is Hylia Serif by Artsy Omni.
- Default background by Love-Kay on deviantart.
- Website font by Ubuntu