Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | disable auto-sleep (fly will charge for stopped machines soon) | Alan Pearce | 2024-04-16 | -2/+2 |
| | ||||
* | fly: stop running in secondary regions if no meaningful requests | Alan Pearce | 2024-04-10 | -2/+2 |
| | ||||
* | Tweak deployment timeouts | Alan Pearce | 2024-04-09 | -2/+2 |
| | ||||
* | fly: send a Host header when performing HTTP checks | Alan Pearce | 2024-04-07 | -0/+2 |
| | ||||
* | fly: shorten wait period before running checks after deploy | Alan Pearce | 2024-04-07 | -1/+1 |
| | ||||
* | Create /health handler | Alan Pearce | 2023-11-08 | -3/+1 |
| | ||||
* | Automatically redirect other hostnames to the configured base_url | Alan Pearce | 2023-11-05 | -0/+2 |
| | ||||
* | Use a special file for health checks | Alan Pearce | 2023-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 checks | Alan Pearce | 2023-09-16 | -0/+6 |
| | ||||
* | Send HSTS header from Fly proxy | Alan Pearce | 2023-09-16 | -0/+2 |
| | | | | Bun seems to eat this header otherwise | |||
* | Merge homestead repository | Alan Pearce | 2023-09-15 | -31/+14 |
|\ | ||||
| * | Deploy to fly.io | Alan Pearce | 2023-09-15 | -0/+21 |
| | ||||
* | Increase fly connection limits | Alan Pearce | 2023-07-08 | -2/+2 |
| | ||||
* | Switch to HEAD requests for health checks | Alan Pearce | 2023-07-06 | -1/+1 |
| | ||||
* | Add HTTP health check | Alan Pearce | 2023-07-02 | -0/+11 |
| | ||||
* | Use fly proxy for TLS termination, using h2c | Alan Pearce | 2023-07-02 | -19/+15 |
| | ||||
* | Deploy to fly.io | Alan Pearce | 2023-07-01 | -0/+31 |