search for standard sites pub-search.waow.tech
search zig blog atproto
11
fork

Configure Feed

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

at main 35 lines 915 B view raw
1app = 'leaflet-search-tap' 2primary_region = 'ewr' 3 4[build] 5 image = 'ghcr.io/bluesky-social/indigo/tap:latest' 6 7[env] 8 TAP_DATABASE_URL = 'sqlite:///data/tap.db' 9 TAP_BIND = ':2480' 10 TAP_RELAY_URL = 'https://relay.waow.tech' 11 TAP_SIGNAL_COLLECTION = 'site.standard.document' 12 TAP_COLLECTION_FILTERS = 'pub.leaflet.document,pub.leaflet.publication,site.standard.document,site.standard.publication,com.whtwnd.blog.entry' 13 TAP_LOG_LEVEL = 'info' 14 TAP_RESYNC_PARALLELISM = '1' 15 TAP_FIREHOSE_PARALLELISM = '5' 16 TAP_OUTBOX_CAPACITY = '10000' 17 TAP_IDENT_CACHE_SIZE = '10000' 18 TAP_CURSOR_SAVE_INTERVAL = '5s' 19 TAP_REPO_FETCH_TIMEOUT = '600s' 20 21[http_service] 22 internal_port = 2480 23 force_https = false 24 auto_stop_machines = 'off' 25 auto_start_machines = true 26 min_machines_running = 1 27 28[[vm]] 29 memory = '2gb' 30 cpu_kind = 'shared' 31 cpus = 1 32 33[mounts] 34 source = 'leaflet_tap_data' 35 destination = '/data'