Initial commit

This commit is contained in:
Holger Sielaff
2025-06-26 09:51:42 +02:00
commit 8bdcc52f65
76 changed files with 9488 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# URL Shortener
Just a small file-based url shortener.
Works with:
* NGINX
* LUA
* Flask
Since this is prepared to be a `deb` Package, `rsync src/ / -av` and @see `debscripts/*`
It requires `NGINX 1.24` and the needed artifacts for a correct run on Ubuntu 24.04 are in the repo (ok, a bit unusual)