Why I Prefer SQLite-Only Docker Services

SQLite’s simplicity, minimal setup, and low maintenance make it an ideal choice for Docker services, especially when you’re the sole user. The highlights the reasons why SQLite works perfectly for small-scale personal applications.

November 20, 2024 · 2 min · 339 words

Custom Caddy Docker image with Cloudflare DNS challenge support

This guide provides a custom Dockerized Caddy image setup that uses Cloudflare DNS for SSL/TLS verification, ideal for servers behind firewalls or NAT.

November 15, 2024 · 4 min · 792 words

Securing Your Docker-Hosted Service with HTTP Basic Authentication in Caddy

Learn how to secure a Docker-hosted service with Caddy’s HTTP Basic Authentication, an effective way to protect access in controlled environments. This guide walks through configuring Caddy as a reverse proxy with Basic Authentication to limit access to a containerized service.

November 14, 2024 · 2 min · 355 words · deuts

Samba Docker or Native

Many say Samba on Docker doesn’t make sense. But does it?

March 16, 2024 · 1 min · 128 words

Docker Apps to Install

This is a checklist of Docker apps I want to spin up and test in the near future.

February 25, 2024 · 1 min · 26 words

Update on Vikunja

There seems to be a new update on Vikunja.

February 25, 2024 · 1 min · 187 words

I can't make Vikunja work on my set up

Even with all the fancy containers, I find it not reliable.

August 25, 2023 · 1 min · 142 words

A few Nextcloud post-installation configurations

Get rid of several warnings in your Nextcloud admin dashboard.

August 18, 2023 · 1 min · 137 words

Checklist of things to do on a new VPS server

Got a new Ubuntu or Debian VPS server? Here are the things you should do to make the most out of it.

August 13, 2023 · 4 min · 669 words

Docker Command to Check the Sizes of your Containers

Which image occupies my VPS storage the most?

August 12, 2023 · 1 min · 60 words