A simple Bluesky bot to make sense of the noise, with responses powered by Gemini, similar to Grok.
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update docker compose

+1 -1
+1 -1
docker-compose.yml
··· 4 4 context: . 5 5 dockerfile: Dockerfile 6 6 environment: 7 - - "AUTHORIZED_USERS=" 7 + - "AUTHORIZED_USERS=${AUTHORIZED_USERS}" 8 8 - "SERVICE=${SERVICE:?https://bsky.social}" 9 9 - "DB_PATH=data/sqlite.db" 10 10 - "GEMINI_MODEL=${GEMINI_MODEL:?gemini-2.5-flash}"