ll

module
v0.0.0-...-099f402 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2021 License: GPL-3.0

README

ll

ll is a minimalistic URL shortener server. Presently it's mainly a proof-of-concept, so I advise against running it in production. In any case, you probably want to run it behind some TLS-terminating reverse proxy, so nginx stuff is included in the example deployment file.

usage

$ ll -h

deploying

$ cd ll
$ make
$ python3 -m venv ~/venv-pyinfra
$ ~/venv-pyinfra/bin/pip install -r deploy/requirements.txt
$ source ~/venv-pyinfra/bin/activate
$ cd deploy
$ cp ll.conf.example ll.conf       # edit ll.conf to your liking
$ pyinfra --data LL_DOMAIN=a.example.com a.example.com deploy.py

todo

  • actual packaging like .deb building

Directories

Path Synopsis
cmd
ll command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL