Jan-Lukas Else

Thoughts of an IT expert

👨‍💻 Dev: XXXX-03-13

Welcome to the Dev section of my blog with development related articles.


How I sync my Nextcloud with an S3 bucket using Drone CI and rclone

Published on in 👨‍💻 Dev

A few days ago, an OVH data center went up in flames and was completely destroyed. This reminded me that it is important to store backups in another place on earth if possible, so better not in the same data center as the server that might burn down.

View

Find broken links on your website with muffet

Published on in 👨‍💻 Dev

Today I wanted to check if my blog contains some broken links and it actually did. I used the Go-based tool muffet which crawls a website and checks for HTTP errors when following links. To speed up the process, I started a local Hugo server and used the following command for muffet (after installing it):

View

Jan-Lukas Else