Putting Obskurnee behind a proxy Sep 9, 2021 3 min read tech An overview about what tech Obskurnee runs on, and how to configure an nginx reverse proxy for it.
Fixing timestamps on existing git commits Jul 20, 2021 1 min read tech Need to move all of your git commits a few hours to the future or the past, for example to fix a timezone issue? You've come to the right place. This
AspNetCore.Identity.LiteDB breaks on Ubuntu Apr 21, 2021 2 min read tech I have been building a small application for my book club [https://zblesk.net/blog/tag/obskurnee-book-club/]. To make iterating easier I have decided to use the excellent LiteDB [http://www.litedb.org/
Airtable and n8n: a great fit Apr 10, 2021 4 min read personal stack How to use a one-off workflow in n8n to fix data in Airtable.
Dockerizing a Vue 3 + ASP.NET Core web app Mar 24, 2021 2 min read programming How to build a docker image for a Vue.JS SPA app with an ASP.Net Core 5 backend?