index
:
website
this commit
main
postdate
My website
Gitolite user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
app.ts
Commit message (
Expand
)
Author
Age
Lines
*
bye bye bun
Alan Pearce
2024-04-17
-272
/
+0
*
disable auto-sleep (fly will charge for stopped machines soon)
Alan Pearce
2024-04-16
-12
/
+0
*
disallow fetching pre-compressed files directly
Alan Pearce
2024-04-16
-0
/
+2
*
make GET 404.html return 404, not 200
Alan Pearce
2024-04-16
-1
/
+5
*
fix possible redirect loop
Alan Pearce
2024-04-16
-1
/
+4
*
allow 404 errors to be cached
Alan Pearce
2024-04-16
-6
/
+2
*
send textual 404 if not accepting text/html
Alan Pearce
2024-04-15
-0
/
+5
*
send 404 status...
Alan Pearce
2024-04-15
-0
/
+1
*
Simplify metrics
Alan Pearce
2024-04-12
-26
/
+1
*
Remove access logging
Alan Pearce
2024-04-12
-7
/
+0
*
Remove Sentry tracing (keep error logging)
Alan Pearce
2024-04-11
-23
/
+0
*
Enable ETag-based browser caching
Alan Pearce
2024-04-11
-7
/
+21
*
fly: stop running in secondary regions if no meaningful requests
Alan Pearce
2024-04-10
-2
/
+16
*
Use log methods instead of console
Alan Pearce
2024-04-09
-3
/
+3
*
Fix TypeScript warning about `env` access
Alan Pearce
2024-04-09
-2
/
+2
*
Normalise case of Host header
Alan Pearce
2024-04-07
-1
/
+1
*
Record metrics for redirects
Alan Pearce
2024-04-07
-1
/
+8
*
Make prometheus metric labels strongly typed
Alan Pearce
2024-04-07
-2
/
+2
*
Fix content-encoding check
Alan Pearce
2024-04-06
-1
/
+1
*
Use console.info for permanent logs
Alan Pearce
2024-04-06
-1
/
+1
*
Log content encoding in all cases
Alan Pearce
2024-04-04
-1
/
+4
*
Add hostname to logging and metrics
Alan Pearce
2024-04-04
-4
/
+23
*
Use import.meta instead of Bun to get envvars
Alan Pearce
2024-04-01
-3
/
+5
*
Enable bun watch mode via `bun dev`
Alan Pearce
2024-04-01
-0
/
+2
*
Redirect existing index.html files
Alan Pearce
2024-04-01
-0
/
+11
*
Merge redirect information into standard log line
Alan Pearce
2024-04-01
-3
/
+4
*
Simplify walkDirectory by using recursive readdir
Alan Pearce
2024-04-01
-15
/
+9
*
Log errors
Alan Pearce
2023-11-23
-0
/
+1
*
Log access
Alan Pearce
2023-11-23
-16
/
+23
*
De-duplicate content-encoding handling
Alan Pearce
2023-11-10
-37
/
+14
*
Fix metrics of redirects and /health
Alan Pearce
2023-11-08
-13
/
+13
*
Create /health handler
Alan Pearce
2023-11-08
-1
/
+3
*
Automatically redirect other hostnames to the configured base_url
Alan Pearce
2023-11-05
-1
/
+17
*
Send content_encoding metrics to prometheus instead of sentry
Alan Pearce
2023-09-25
-12
/
+27
*
Fix doubled metrics
Alan Pearce
2023-09-25
-1
/
+0
*
Fix serving pre-compressed files
Alan Pearce
2023-09-24
-12
/
+6
*
Replace zola with DOM-based static site generation code
Alan Pearce
2023-09-22
-8
/
+34
*
Reduce code to only work with $PWD
Alan Pearce
2023-09-18
-3
/
+2
*
Move servers into app.ts and export for testing
Alan Pearce
2023-09-17
-0
/
+225