From b310c113f76fd415ffbbbef8c51914e94c915797 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 14 Aug 2023 19:21:30 -0700 Subject: remove unused configurations Remove the configuration for fly.io and the configuration for Caddy since I'm running this on GitHub pages now. Remove unused targets from the flake configuration and drop the pandoc dependency. The resume is just a web page accessible at [1]. [1] https://fcuny.net/resume.html --- fly.toml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 fly.toml (limited to 'fly.toml') diff --git a/fly.toml b/fly.toml deleted file mode 100644 index d9a891f..0000000 --- a/fly.toml +++ /dev/null @@ -1,41 +0,0 @@ -# fly.toml file generated for fcunynet on 2021-06-20T10:01:50-07:00 - -app = "fcunynet" - -kill_signal = "SIGINT" -kill_timeout = 5 - -[build] - builtin = "hugo-static" - -[env] - -[experimental] - allowed_public_ports = [] - auto_rollback = true - -[[services]] - http_checks = [] - internal_port = 8080 - protocol = "tcp" - script_checks = [] - - [services.concurrency] - hard_limit = 25 - soft_limit = 20 - type = "connections" - - [[services.ports]] - handlers = ["http"] - port = 80 - force_https = true - - [[services.ports]] - handlers = ["tls", "http"] - port = 443 - - [[services.tcp_checks]] - grace_period = "1s" - interval = "15s" - restart_limit = 6 - timeout = "2s" -- cgit 1.4.1