all repos — homestead @ 3b313e984ad3789acb32ebc0280bb7777c796490

Code for my website

remove remnants of fly setup

Alin
commit

3b313e984ad3789acb32ebc0280bb7777c796490

parent

863cd01f8dd46ec842d8e0dc0fffe874d7f00dd0

2 files changed, 0 insertions(+), 58 deletions(-)

changed files
M flake.nixflake.nix
@@ -26,7 +26,6 @@ go
hyperlink just ko - flyctl redis ]; devPackages = with pkgs; [
D fly.toml
@@ -1,57 +0,0 @@
-# fly.toml app configuration file generated for alanpearce-eu on 2024-06-19T15:17:02+02:00 -# -# See https://fly.io/docs/reference/configuration/ for information about how to use this file. -# - -app = "alanpearce-eu" -primary_region = "ams" - -[env] -TZ = "Europe/Berlin" -GOMEMLIMIT = "200MiB" -WEBSITE_BASE_URL = "https://alanpearce.eu/" -WEBSITE_CALENDAR_URL = "https://cal.alin.ovh/busy/alin.ics" -WEBSITE_GOATCOUNTER_URL = "https://stats.alin.ovh/" -# WEBSITE_GOATCOUNTER_TOKEN = <fly secret> -WEBSITE_ROOT = "/data/website" -WEBSITE_REDIS_ADDRESS = "redis.alin.ovh:6379" -# WEBSITE_REDIS_PASSWORD = <fly secret> -WEBSITE_OIDC_EMAIL = "alin@alin.ovh" -WEBSITE_OIDC_URL = "https://id.alin.ovh" -WEBSITE_OIDC_CLIENT_URL = "https://id.alin.ovh" -# WEBSITE_OIDC_CLIENT_CLIENT_ID = <fly secret> -# WEBSITE_OIDC_CLIENT_CLIENT_SECRET = <fly secret> -WEBSITE_TIMEZONE = "Europe/Berlin" - -[[services]] -internal_port = 8080 - -[services.concurrency] -type = "requests" -soft_limit = 15000 - -[[services.ports]] -port = 80 - -[[services.ports]] -handlers = ["tls"] -port = 443 - -[[services.http_checks]] -grace_period = "10s" -protocol = "http" -interval = "10s" -method = "GET" -timeout = "1s" -path = "/health" - -[[vm]] -size = "shared-cpu-1x" - -[[restart]] -policy = "always" - -[mounts] -source = "data" -destination = "/data" -initial_size = "1gb"