decentralized and customizable links page on top of atproto

use gunicorn config file

Changed files
+3 -1
+1 -1
Makefile
··· 7 7 8 8 .PHONY: run 9 9 run: 10 - uv run -- dotenv run -- gunicorn -w 4 --bind ':$(PORT)' 'src.main:app' 10 + uv run -- dotenv run -- gunicorn
+2
gunicorn.conf.py
··· 1 + wsgi_app = "src.main:app" 2 + workers = 4