···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
···16.PHONY: ingestor
17ingestor:
18 uv run -- ingestor
000
···0001.PHONY: debug
2debug:
3 uv run -- flask --app 'src.main' run --debug -h '0.0.0.0' -p 8080
···13.PHONY: ingestor
14ingestor:
15 uv run -- ingestor
16+17+.env:
18+ uv run -- etc/generate_secrets.py >> .env
+2
README.md
···23Decentralized and customizable links page on top of [AT Protocol][atproto].
4005## dependencies
67Install [uv][uv] and run `uv sync`.
···23Decentralized and customizable links page on top of [AT Protocol][atproto].
45+Try it out at [ligo.at](https://ligo.at)!
6+7## dependencies
89Install [uv][uv] and run `uv sync`.