Skip to content

maschhoff/shortipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shortipy

URL Shortener in python based on flask

preview

shortipy

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

About

URL Shortener in python based on flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published