An HTML-only Bluesky frontend
at main 497 B view raw
1# fly.toml app configuration file generated for htmlsky on 2024-06-08T16:01:00Z 2# 3# See https://fly.io/docs/reference/configuration/ for information about how to use this file. 4# 5 6app = 'htmlsky' 7primary_region = 'iad' 8 9[build] 10 [build.args] 11 GO_VERSION = '1.22.1' 12 13[env] 14 PORT = '8080' 15 16[http_service] 17 internal_port = 8080 18 auto_stop_machines = true 19 auto_start_machines = true 20 min_machines_running = 0 21 processes = ['app'] 22 23[[vm]] 24 memory = '256mb' 25 cpu_kind = 'shared' 26 cpus = 1