The code and data behind xeiaso.net
5
fork

Configure Feed

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

fly/xesite: try running with bucket statics

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso eaf0de62 5e14c1d4

+10
+4
fly/xesite/fly.dev.toml
··· 23 23 url_prefix = "/" 24 24 guest_path = "/" 25 25 tigris_bucket = "xesite-dev" 26 + index_document = "index.html" 26 27 27 28 [build] 28 29 image = "ghcr.io/xe/site/bin:earthly" ··· 38 39 internal_port = 3000 39 40 processes = ["app"] 40 41 protocol = "tcp" 42 + auto_stop_machines = true 43 + auto_start_machines = true 44 + min_machines_running = 0 41 45 42 46 [services.concurrency] 43 47 hard_limit = 300
+6
fly/xesite/fly.toml
··· 17 17 auto_extend_size_increment = "1GB" 18 18 auto_extend_size_limit = "10GB" 19 19 20 + [[statics]] 21 + url_prefix = "/" 22 + guest_path = "/" 23 + tigris_bucket = "xesite" 24 + index_document = "index.html" 25 + 20 26 [build] 21 27 image = "ghcr.io/xe/site/bin:earthly" 22 28