decentralized and customizable links page on top of atproto
at main 238 B view raw
1.env: 2 uv run -- etc/generate_secrets.py >> .env 3 4.PHONY: debug 5debug: 6 uv run -- flask --app 'src.main' run --debug -h '0.0.0.0' -p 8080 7 8.PHONY: run 9run: 10 uv run -- dotenv run -- gunicorn 11 12.PHONY: ingestor 13ingestor: 14 uv run -- ingestor