Return of honkbot, in Rust. Hopefully it won't die all the time.
0
fork

Configure Feed

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

at main 8 lines 168 B view raw
1services: 2 honkbot: 3 build: . 4 restart: unless-stopped 5 env_file: .env 6 environment: 7 - RUST_LOG=info 8 - FALLBACK_IMAGE_DIR=/app/fallback_images