semantic bufo search
find-bufo.com
bufo
1app = "bufo-bot"
2primary_region = "ewr"
3
4[build]
5 dockerfile = "Dockerfile"
6
7[env]
8 JETSTREAM_ENDPOINT = "jetstream.waow.tech"
9 STATS_PORT = "8080"
10
11[http_service]
12 internal_port = 8080
13 force_https = true
14 auto_stop_machines = "off"
15 auto_start_machines = true
16 min_machines_running = 1
17 max_machines_running = 1 # IMPORTANT: only 1 instance - bot consumes jetstream firehose
18
19[[vm]]
20 memory = "256mb"
21 cpu_kind = "shared"
22 cpus = 1
23
24[mounts]
25 source = "bufo_data"
26 destination = "/data"
27
28# secrets to set via: fly secrets set KEY=value -a bufo-bot
29# - BSKY_HANDLE (e.g., find-bufo.com)
30# - BSKY_APP_PASSWORD (app password from bsky settings)
31# - POSTING_ENABLED=true (to enable posting, default is false)