about summary refs log tree commit diff stats
path: root/internal
Commit message (Collapse)AuthorAgeLines
* use pointer to config in builder & templatesAlan Pearce10 days-14/+17
|
* fix redirect loops on non-standard portsAlan Pearce10 days-1/+3
|
* remove firewall warning on macOSAlan Pearce10 days-0/+1
|
* avoid redirect chains (http -> https, host1 -> host2)Alan Pearce10 days-25/+82
|
* require only ACME_CA for TLS in developmentAlan Pearce10 days-5/+14
| | | | | It makes sense to add the CA root certificate to the system trust store so that user agents don't produce warnings
* enable TLS for local development (using caddy as acme server)Alan Pearce10 days-24/+63
|
* default redirect to trueAlan Pearce11 days-2/+2
|
* reorganise server startupAlan Pearce11 days-7/+8
|
* fix empty initial build in devAlan Pearce11 days-7/+0
|
* set default TLS server nameAlan Pearce11 days-0/+1
|
* fix missing cssAlan Pearce11 days-0/+1
|
* make error pages dynamicAlan Pearce11 days-15/+12
|
* fix repository not updatingAlan Pearce11 days-15/+23
|
* use remote-tracking branch for mergeAlan Pearce12 days-10/+7
|
* update worktree after fetching updatesAlan Pearce12 days-0/+15
|
* be quieter on fs updatesAlan Pearce12 days-1/+1
|
* add missing error checksAlan Pearce12 days-2/+9
|
* use a normal filename for homepageAlan Pearce12 days-1/+1
|
* remove clean step in builderAlan Pearce12 days-7/+0
|
* refactor server startupAlan Pearce12 days-26/+16
|
* fix early panicAlan Pearce12 days-0/+1
|
* build with ko instead of nixAlan Pearce12 days-7/+11
|
* fetch and build site on server startAlan Pearce12 days-12/+105
|
* fix missing spacing in feed previewAlan Pearce12 days-19/+11
|
* refactor/formatAlan Pearce12 days-49/+54
|
* don't log URL schemeAlan Pearce12 days-5/+0
|
* make hostname-based redirection configurableAlan Pearce12 days-7/+10
|
* make 404 page dynamicAlan Pearce12 days-5/+17
|
* move templ templates into separate packageAlan Pearce12 days-293/+13
|
* move 404.html back to private directoryAlan Pearce13 days-1/+1
|
* log scheme directly from requestAlan Pearce13 days-1/+1
|
* handle TLS in server with ACMEAlan Pearce13 days-16/+90
|
* (automatically) format with golinesAlan Pearce14 days-1/+3
|
* fix and simplify content-encoding negotiationAlan Pearce14 days-9/+15
|
* serve pre-compressed files according to accept-encodingAlan Pearce14 days-20/+49
|
* pre-compress static filesAlan Pearce14 days-5/+30
|
* pre-compress generated files in productionAlan Pearce14 days-9/+98
|
* fix feed contentAlan Pearce2024-06-23-1/+1
|
* log origin of server listener (i.e. listenfd or not)Alan Pearce2024-06-19-0/+1
|
* log: enable setting log level from environment variableAlan Pearce2024-06-19-1/+14
|
* style external nav menu linksAlan Pearce2024-06-19-3/+12
|
* fix dev server/live reloadAlan Pearce2024-06-19-14/+59
|
* pass rendered html to homepageAlan Pearce2024-06-18-18/+13
|
* split content and sitemap code from builderAlan Pearce2024-06-18-41/+40
|
* switch to templ for rendering HTML templatesAlan Pearce2024-06-18-289/+310
|
* extract socket passing protocol handler to packageAlan Pearce2024-06-18-3/+40
|
* hash style elements during build stepAlan Pearce2024-06-13-46/+120
|
* enable changes to styles in dev modeAlan Pearce2024-06-13-0/+3
|
* server: listen on socket provided by system(f)d, if availableAlan Pearce2024-06-13-1/+10
|
* server: automatically build, re-build and reload in devAlan Pearce2024-06-11-9/+116
|