about summary refs log tree commit diff stats
path: root/fly.toml
Commit message (Collapse)AuthorAgeLines
* disable auto-sleep (fly will charge for stopped machines soon)Alan Pearce2024-04-16-2/+2
|
* fly: stop running in secondary regions if no meaningful requestsAlan Pearce2024-04-10-2/+2
|
* Tweak deployment timeoutsAlan Pearce2024-04-09-2/+2
|
* fly: send a Host header when performing HTTP checksAlan Pearce2024-04-07-0/+2
|
* fly: shorten wait period before running checks after deployAlan Pearce2024-04-07-1/+1
|
* Create /health handlerAlan Pearce2023-11-08-3/+1
|
* Automatically redirect other hostnames to the configured base_urlAlan Pearce2023-11-05-0/+2
|
* Use a special file for health checksAlan Pearce2023-09-17-1/+1
| | | | | | | This should remain a static file so that the static file functionality of the server can be tested. If it were a special case inside the server router, it could potentially continue to operate whilst the server otherwise no longer works
* add HTTP service checksAlan Pearce2023-09-16-0/+6
|
* Send HSTS header from Fly proxyAlan Pearce2023-09-16-0/+2
| | | | Bun seems to eat this header otherwise
* Merge homestead repositoryAlan Pearce2023-09-15-31/+14
|\
| * Deploy to fly.ioAlan Pearce2023-09-15-0/+21
|
* Increase fly connection limitsAlan Pearce2023-07-08-2/+2
|
* Switch to HEAD requests for health checksAlan Pearce2023-07-06-1/+1
|
* Add HTTP health checkAlan Pearce2023-07-02-0/+11
|
* Use fly proxy for TLS termination, using h2cAlan Pearce2023-07-02-19/+15
|
* Deploy to fly.ioAlan Pearce2023-07-01-0/+31