aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-02Add a zip file of markdown format posts, for testing purposes :DMartin Ashby
2023-09-12Post on minecraft launcherMartin Ashby
2023-08-31Move pq.zig to it's own repo for re-use in other projectsMartin Ashby
2023-08-28Add env example in caddyfileMartin Ashby
Use baseline CPU. Raspberry pi doesn't have some SHA extensions that pinebook pro does, which caused illegal instruction errors trying to send mail over TLS.
2023-08-28Switch to zig package manager instead of using submodulesMartin Ashby
Add smtp library Send a notification on comment.
2023-08-23New post about comments rewriteMartin Ashby
2023-08-22Fixup mustache-zig refernece againMartin Ashby
2023-08-22Fixup deploy script againMartin Ashby
Fixup .gitignore for zig Fixup .gitmodules, use upstream direct now fixes are merged
2023-08-22Fixup deploy.sh folder for commentsMartin Ashby
2023-08-22Replace comments with zig versionMartin Ashby
2023-08-22Switch to CGI commentsMartin Ashby
2023-08-22Fix template borkMartin Ashby
Put rust comments back
2023-08-22Fix many duplicate capchasMartin Ashby
2023-08-22align zig and rust implementations of commentsMartin Ashby
switch deploy script to zig version
2023-08-22Misc fixes:Martin Ashby
- fix template in comments.html: whitespace before tag names is not allowed - update mustache-zig version - null-terminate field names in zig struts, for C interop with PQfnumber function
2023-08-22Convert comments to zigMartin Ashby
2023-08-11Post four-eyesMartin Ashby
2023-06-16New post on bikeMartin Ashby
2023-04-09Book review: designing data intensive applicationsMartin Ashby
2023-02-05semantic dissonanceMartin Ashby
2023-02-05SRE bookMartin Ashby
2023-02-05Post on authorizationMartin Ashby
2023-01-14Move assets to assets subfolderMartin Ashby
Avoids polluting root folder with many many files
2023-01-13Removed git LFS supportMartin Ashby
2023-01-01post on cgitMartin Ashby
2022-12-31Add lfsconfigMartin Ashby
2022-12-31Use EnvironmentFile to keep server-only values on the server,Martin Ashby
but still keep the systemd unit file in git and deploy it usually
2022-12-31Remove synchronization of .service file, this might have to be different in ↵Martin Ashby
production system
2022-12-31Add email notifications to commentsMartin Ashby
2022-12-31Remove .env fileMartin Ashby
2022-12-30Fixup deploy.shMartin Ashby
2022-12-30New post on comments boxMartin Ashby
2022-12-30Update git pre-push hook to deploy site on pushMartin Ashby
This replaces on-server generation of the static site, and also means we don't need rustc on the server to compile the comments app
2022-12-30Update deploy script to do all the builds before copiesMartin Ashby
Also use rsync instead of scp, it's a bit quicker
2022-12-30Rename refresh.sh -> deploy.shMartin Ashby
Add step to stop comments app before copying new binary
2022-12-30Use URLSearchParams to sanitize query paramsMartin Ashby
2022-12-30Fix cross compilationMartin Ashby
2022-12-30Update script for remote execution instead of localMartin Ashby
2022-12-30update refresh script and add systemd file for comments serviceMartin Ashby
2022-12-30Comments are basically functional.Martin Ashby
Added example config.
2022-12-29comments api appears functional...Martin Ashby
2022-12-29More work on commentsMartin Ashby
2022-12-27Initial comments impl for my blogMartin Ashby
2022-12-27draft post on google SRE bookMartin Ashby
2022-12-27Update to spotifyd regarding zeroconf-portMartin Ashby
2022-12-26Spotifyd postMartin Ashby
2022-12-20longboard 5Martin Ashby
2022-12-04AoC postMartin Ashby
2022-10-15second blogsite postMartin Ashby
2022-10-14New posts on caddy web server and SPA blogsiteMartin Ashby