Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Remove caddy | Alan Pearce | 2023-11-08 | -5/+0 | |
| | |||||
* | Fix metrics of redirects and /health | Alan Pearce | 2023-11-08 | -13/+13 | |
| | |||||
* | Create /health handler | Alan Pearce | 2023-11-08 | -5/+4 | |
| | |||||
* | Automatically redirect other hostnames to the configured base_url | Alan Pearce | 2023-11-05 | -1/+20 | |
| | |||||
* | Remove extra space after Home link | Alan Pearce | 2023-10-29 | -0/+4 | |
| | |||||
* | 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 | |
| | |||||
* | Tweak CSS | Alan Pearce | 2023-09-24 | -11/+3 | |
| | |||||
* | Add microformats classes to XSL-generated content | Alan Pearce | 2023-09-24 | -3/+3 | |
| | |||||
* | Use microformats class to style post listings | Alan Pearce | 2023-09-24 | -6/+6 | |
| | |||||
* | Tweak logging verbosity | Alan Pearce | 2023-09-24 | -1/+1 | |
| | |||||
* | Exit properly | Alan Pearce | 2023-09-24 | -0/+2 | |
| | |||||
* | Fix serving pre-compressed files | Alan Pearce | 2023-09-24 | -12/+6 | |
| | |||||
* | Update flake inputs | Alan Pearce | 2023-09-24 | -3/+3 | |
| | |||||
* | Add RSS/Atom feed to menu | Alan Pearce | 2023-09-23 | -0/+3 | |
| | |||||
* | Handle OS signals directly | Alan Pearce | 2023-09-23 | -0/+12 | |
| | |||||
* | Fix feed XSL website link | Alan Pearce | 2023-09-23 | -1/+1 | |
| | |||||
* | Make template names clearer | Alan Pearce | 2023-09-23 | -2/+2 | |
| | |||||
* | add rel=me to profile links | Alan Pearce | 2023-09-22 | -6/+15 | |
| | |||||
* | Remove non-existant sitemap from robots.txt | Alan Pearce | 2023-09-22 | -1/+0 | |
| | |||||
* | Copy post-processed files back to app image | Alan Pearce | 2023-09-22 | -0/+1 | |
| | |||||
* | Re-add compression step | Alan Pearce | 2023-09-22 | -1/+1 | |
| | |||||
* | Create post "Homesteading" | Alan Pearce | 2023-09-22 | -0/+13 | |
| | |||||
* | Markup content with more microformats | Alan Pearce | 2023-09-22 | -7/+30 | |
| | |||||
* | Replace zola with DOM-based static site generation code | Alan Pearce | 2023-09-22 | -852/+670 | |
| | |||||
* | Remove codeberg-specific domains file zola | Alan Pearce | 2023-09-22 | -6/+0 | |
| | |||||
* | Fix for strict TOML date parsing | Alan Pearce | 2023-09-22 | -1/+1 | |
| | |||||
* | Reduce code to only work with $PWD | Alan Pearce | 2023-09-18 | -7/+4 | |
| | |||||
* | Move servers into app.ts and export for testing | Alan Pearce | 2023-09-17 | -230/+231 | |
| | |||||
* | Fix incorrect Makefile logic for post-processing | Alan Pearce | 2023-09-17 | -3/+5 | |
| | |||||
* | Just send one transaction to Sentry | Alan Pearce | 2023-09-17 | -17/+6 | |
| | |||||
* | Also rename requests metric | Alan Pearce | 2023-09-17 | -2/+2 | |
| | |||||
* | Format HTML to a shorter line length | Alan Pearce | 2023-09-17 | -1/+1 | |
| | |||||
* | Optimise Dockerfile | Alan Pearce | 2023-09-17 | -1/+0 | |
| | |||||
* | Fix format not running in docker | Alan Pearce | 2023-09-17 | -2/+2 | |
| | |||||
* | Merge requestsBy* metrics into one metric | Alan Pearce | 2023-09-17 | -12/+23 | |
| | |||||
* | Use a fixed docker tag for postprocessing on Alpine | Alan Pearce | 2023-09-17 | -1/+1 | |
| | |||||
* | Use a special file for health checks | Alan Pearce | 2023-09-17 | -1/+2 | |
| | | | | | | | 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 | ||||
* | Include user-agent string in Sentry tags | Alan Pearce | 2023-09-17 | -0/+1 | |
| | |||||
* | Use make only for necessary functionality | Alan Pearce | 2023-09-16 | -22/+8 | |
| | |||||
* | add HTTP service checks | Alan Pearce | 2023-09-16 | -0/+6 | |
| | |||||
* | Send HSTS header from Fly proxy | Alan Pearce | 2023-09-16 | -2/+3 | |
| | | | | Bun seems to eat this header otherwise | ||||
* | Tweak Sentry setup | Alan Pearce | 2023-09-16 | -15/+15 | |
| | |||||
* | Don't register double-slashed paths | Alan Pearce | 2023-09-16 | -1/+1 | |
| | |||||
* | Fix XML feed style | Alan Pearce | 2023-09-16 | -37/+50 | |
| | |||||
* | Add crude Sentry release tracking information | Alan Pearce | 2023-09-16 | -0/+1 | |
| | |||||
* | Don't try to collect default metrics that don't work in Bun | Alan Pearce | 2023-09-16 | -8/+0 | |
| | |||||
* | Override content-type for /feed-styles/ | Alan Pearce | 2023-09-16 | -4/+7 | |
| | |||||
* | Set http tags on 404 spans | Alan Pearce | 2023-09-16 | -1/+2 | |
| | |||||
* | Simplify file handling | Alan Pearce | 2023-09-16 | -25/+9 | |
| |