Popularity
1.7
Growing
Activity
2.6
-
39
6
11
Programming language: Python
License: Creative Commons Zero v1.0 Universal
Tags:
URL Shorteners
schort alternatives and similar software solutions
Based on the "URL Shorteners" category.
Alternatively, view schort alternatives based on common mentions on social networks and blogs.
-
YOURLS
🔗 Y̲our O̲wn U̲R̲L̲ S̲hortener - the 𝑑𝑒 𝑓𝑎𝑐𝑡𝑜 standard self hosted URL shortener in PHP -
Suri
Your own link shortener that's easily deployed as a static site (for free) -
devShort
A simple and privacy-friendly URL shortener for web developers, admins and all professionals. -
Lstu
Lightweight URL shortener. Read-only mirror of https://framagit.org/fiat-tux/hat-softwares/lstu -
liteshort
[MOVED] User-friendly, actually lightweight, and configurable URL shortener -
reduc.io
❱ 🐇 URL shortener service is written in Scala using Akka-Http and Redis ❰ -
Simple-URL-Shortener
url shortener written in php (with MySQL or SQLite) with history by users -
Purl
Purl (Petite URL) is an open source project with the goal of providing you with your own private URL shortener! -
ReducePy
URL shortener service using Tornado and Redis runs on Docker and Kubernetes. -
Link-shortener-bot
Host your own link shortener that works with a bot. Just send the link to a bot and it'll take care of the rest for you.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of schort or a related project?
Popular Comparisons
README
schort - It's just a tiny link shortener
Installation instructions:
- Clone this repo into e.g. /opt/schort
- Create a user and adjust permissions to write at least into /opt/schort/data
- Install requirements (see below)
- Configure your wsgi or fcgi server
- Configure your webserver that he talks to your wsgi/fcgi server
Requirements:
Module | Explanation |
---|---|
Flask | Flask handels all HTTP-stuff in this application |
sqlite3 | In gentoo this useflag needs to be set while compiling python3 |
µWSGI
The schort.wsgi file can be set as UWSGI_PROGRAM if you use uWSGI. Keep in mind, that the UWSGI_DIR needs to be set to the path where schort.py resists. This is because schort is not installed in a global scope. Since schort.wsgi imports schort.py it needs his workspace in the same folder.