about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeLines
* templates: don't escape HTML for Atom feed; it's not necessaryAlan Pearce2024-04-01-1/+1
* Replace Bun fs calls with node-compatible moduleAlan Pearce2024-04-01-25/+32
* config: override base_url in developmentAlan Pearce2024-04-01-1/+5
* Use import.meta instead of Bun to get envvarsAlan Pearce2024-04-01-4/+6
* Enable bun watch mode via `bun dev`Alan Pearce2024-04-01-0/+2
* Redirect existing index.html filesAlan Pearce2024-04-01-0/+11
* Merge redirect information into standard log lineAlan Pearce2024-04-01-3/+4
* Simplify walkDirectory by using recursive readdirAlan Pearce2024-04-01-15/+9
* Print served URL via Server.urlAlan Pearce2024-04-01-1/+1
* Add headings to tag pagesAlan Pearce2024-02-09-0/+5
* Log errorsAlan Pearce2023-11-23-0/+1
* Log accessAlan Pearce2023-11-23-16/+23
* Template "elsewhere on the internet" linksAlan Pearce2023-11-10-0/+10
* Tweak menu configuration structureAlan Pearce2023-11-10-3/+3
* De-duplicate content-encoding handlingAlan Pearce2023-11-10-37/+14
* Fix metrics of redirects and /healthAlan Pearce2023-11-08-13/+13
* Create /health handlerAlan Pearce2023-11-08-1/+3
* Automatically redirect other hostnames to the configured base_urlAlan Pearce2023-11-05-1/+17
* Remove extra space after Home linkAlan Pearce2023-10-29-0/+1
* Send content_encoding metrics to prometheus instead of sentryAlan Pearce2023-09-25-12/+27
* Fix doubled metricsAlan Pearce2023-09-25-1/+0
* Exit properlyAlan Pearce2023-09-24-0/+2
* Fix serving pre-compressed filesAlan Pearce2023-09-24-12/+6
* Handle OS signals directlyAlan Pearce2023-09-23-0/+12
* Make template names clearerAlan Pearce2023-09-23-2/+2
* Markup content with more microformatsAlan Pearce2023-09-22-1/+6
* Replace zola with DOM-based static site generation codeAlan Pearce2023-09-22-11/+340
* Reduce code to only work with $PWDAlan Pearce2023-09-18-7/+4
* Move servers into app.ts and export for testingAlan Pearce2023-09-17-229/+230
* Just send one transaction to SentryAlan Pearce2023-09-17-17/+6
* Also rename requests metricAlan Pearce2023-09-17-2/+2
* Merge requestsBy* metrics into one metricAlan Pearce2023-09-17-12/+23
* Include user-agent string in Sentry tagsAlan Pearce2023-09-17-0/+1
* Tweak Sentry setupAlan Pearce2023-09-16-15/+15
* Don't register double-slashed pathsAlan Pearce2023-09-16-1/+1
* Fix XML feed styleAlan Pearce2023-09-16-1/+1
* Add crude Sentry release tracking informationAlan Pearce2023-09-16-0/+1
* Don't try to collect default metrics that don't work in BunAlan Pearce2023-09-16-8/+0
* Override content-type for /feed-styles/Alan Pearce2023-09-16-4/+7
* Set http tags on 404 spansAlan Pearce2023-09-16-1/+2
* Simplify file handlingAlan Pearce2023-09-16-25/+9
* Trace performance and upload to sentryAlan Pearce2023-09-16-7/+45
* Send from correct directoryAlan Pearce2023-09-16-1/+1
* Steamline docker buildAlan Pearce2023-09-16-2/+2
* Add request_duration_seconds histogramAlan Pearce2023-09-15-7/+16
* Add namespace to prometheus metricsAlan Pearce2023-09-15-2/+2
* Catch errors and log to sentryAlan Pearce2023-09-15-36/+46
* Build with dockerAlan Pearce2023-09-15-1/+1
* Log server info at startupAlan Pearce2023-09-15-3/+9
* Fix error in requestsByPath counterAlan Pearce2023-09-15-0/+1