all repos — flynet @ 68629e6ce91164026d666b300170d666c5601722

ersatz CDN on fly.io

initial commit

Alin
commit

68629e6ce91164026d666b300170d666c5601722

1 file changed, 40 insertions(+), 0 deletions(-)

changed files
A fly.toml
@@ -0,0 +1,40 @@
+# fly.toml app configuration file generated for flynet-butterfly-1123 on 2026-04-26T19:33:22+02:00 +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = 'flynet-butterfly-1123' +primary_region = 'ams' + +[build] + +[env] + SERVER_PORT = 80 + SERVER_TLS_PORT = 443 + +[deploy] + release_command = "/usr/bin/caddy validate" + +[[vm]] + memory = '256mb' + cpus = 1 + memory_mb = 256 + +[[services]] + internal_port = 80 + protocol = "tcp" + + [[services.ports]] + port = 80 + +[[services]] + internal_port = 443 + protocol = "tcp" + + [[services.ports]] + port = 443 + +[mounts] + source = "data" + destination = "/data" + initial_size = "1gb"