misc update

This commit is contained in:
sashinexists
2025-01-09 06:13:01 +11:00
parent b29bc550c5
commit c4c26c0b4f
27 changed files with 797 additions and 20 deletions

22
build/fly.toml Normal file
View File

@@ -0,0 +1,22 @@
# fly.toml app configuration file generated for sashinexists-site on 2024-12-09T14:10:24+11:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'sashinexists-site'
primary_region = 'syd'
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1