All apps · 0 apps
shortipy
Docker app from knex666's Repository
Overview
URL Shortener in python based on flask
Readme
View on GitHubshortipy
URL Shortener in python based on flask
preview

features
- create shortlink by enter a domain to the input field. and you will get a 4 digit number
- use shortlink by enter this shortlink to the input field or
- use shortlink yourdomain.com/1234
run as docker
info
- pull from dockerhub knex666/shortipy
- volume mount container path /shortipy/data to persist your DB.
- shortipy runs on port 4321: map the port 4321 to any port you like
- or use a reverse proxy
- use /start.sh as entrypoint
run
docker run -d --name='shortipy' -v '/home/user/shortipy':'/shortipy/data':'rw' 'knex666/shortipy'
run on system
- install python >3
- pull from github
- python -m pip install -r requirements.txt
- python shorti.py or run uwsgi app.ini
donate
Buy me a Pizza -> https://www.buymeacoffee.com/maschhoff
Install Shortipy on Unraid in a few clicks.
Find Shortipy in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Shortipy Review the template variables and paths Click Install
Categories
Download Statistics
43,311
Total Downloads
16
This Month
107
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Repository
knex666/shortipyLast Updated2025-05-25
First Seen2020-05-08
Runtime arguments
- Web UI
http://[IP]:4321/- Network
br0- Shell
sh- Privileged
- false
Template configuration
Host Path 1Pathrw
Container Path: /source/data
- Target
- /source/data
- Value
- /mnt/user/appdata/shortipy