One disadvantage of git based blog

My statically generated blog (SSG) based on Sapper that is currently being phased out in favor of Svelte Kit that unfortunately takes too long to get into production phase is without any underlying database. This is nothing special and fairly common for other SSGs, as data are lo…

The fight of gitignores

Roaming around someone else's cloned repository with many different files and fiddling some lines here and there, it is worth using good tools to speed up the process. Since it is a repository, naturally for me the git is the go to tool for the version control. Finding files is e…

Install Nextcloud with Onlyoffice with docker-compose

I was able to install NextCloud with OnlyOffice for collaborative spreadsheets as they are quite useful when cooperating with other members of a team, especially because Markdown support for tables is not very interactive and also lacks the familiar WYSIWYG feeling people are use…

Certificate not found with Nginx under Docker

When trying to run a docker-compose with a Nginx inside and setting up TLS for a virtual host (subdomain), this error showed up: nginx: [emerg] cannot load certificate "/etc/nginx/ssl/sub.peterbabic.dev.cer": BIO_new_file() failed (SSL: error:02001002:system library:fop…

Understanding single Drone per VPS limitation

Being occupied by many other higher priority tasks lately, my goal to set up Drone instance on the Contabo VPS was put on hold. I wanted to set-up Drone to create a pipeline for building the posts for this blog. The blog is statically generated site, meaning posts need to be gene…

Make Auto-type work in kitty under Wayland

Being a big fan of KeePassXC project I am making use of virtually all the features it provides. One of the features I use really often is the global Auto-type feature. I use it for providing passwords into ssh sessions and into ansible when becoming a super user. The correct pass…

First real data from the bee weighter project

I've got hold to some real data from the bee-weighter project. The transformed data can be seen in the following table: date timekg 17.5.21 01:4639,82 17.5.21 07:4641,00 17.5.21 13:4639,97 17.5.21 19:4639,44 18.5.21 01:4639,43 18.5.21 07:4639,67 18.5.21 13:4637,03 This is all I …