858 B
858 B
shortn
HTML/CSS/JS Framework Free ✅ • Lightweight ✅ • Functional ✅ • No plaintext passwords ✅
Simple link shortener built with flask.
Installation
git clone https://git.confest.im/boyan_k/shortn
pip install -r requirements.txt
Usage
python manage_users.py init # to create the database
python manage_users.py add # to add a user
>>> Name: admin
>>> Password: *****
>>> Again: *****
python manage_users.py list # to list users
python manage_users.py remove --username <username> # to remove a user
# Finally, running the app
python app.py
TODOs
- basic UI (to add links)
- basic auth for UI
- sqlite3 to store links
- responsive? (sorta)
- dockerize