Posts in "dev"

Running Mattermost on Debian 12 Using Docker, without NGINX, and use External PostgreSQL

Mattermost is a powerful open-source collaboration tool that can be deployed in various ways, including using Docker for easy setup and management. This tutorial will guide you through setting up Mattermost on Debian 12 using Docker, with an external PostgreSQL database configured in host network mode and without setting up Nginx. Prerequisites Before proceeding, ensure… Continue reading

Where Docker Stores Images on Debian 12 and How to Customize the Storage Directory

Continuing from our previous article on setting up Docker and running Docker Compose on Debian 12 Bookworm, let’s dive deeper into understanding where Docker stores its image files and how to customize the storage directory for better management. Default Docker Image Storage Location on Debian 12 By default, Docker stores all its data, including images,… Continue reading

How to Resize a Linode Volume Disk on Debian 12 Without Data Loss

Resizing a Linode Volume Disk on Debian 12: A Step-by-Step Tutorial If you’re using Linode Volume Disk, the name is “/mnt/disk-rdbms-slave-x51n61-data”,config as “/dev/sdc” and need to resize it from 20GB to 30GB without transferring data to another disk, this guide will walk you through the entire process. It covers resizing the volume, checking and repairing… Continue reading

How to Install Invoice Ninja On Debian 12 Bookworm

Invoice Ninja is a popular open-source platform for managing invoices, clients, and payments. However, due to their frequent release cycle, installation can sometimes be challenging. This guide provides a step-by-step working method to install Invoice Ninja on a self-hosted Debian 12 Bookworm system. Before you start, ensure you have MariaDB, NGINX, and PHP 8.2 installed… Continue reading

Setting Up Restic Backups to Wasabi S3-Compatible Storage on Debian 12 Bullseye

Backups are essential for ensuring data security. In this guide, I will walk you through setting up Restic, a fast and secure backup tool, to work with Wasabi S3-compatible storage on Debian 12 Bullseye. This tutorial uses the Wasabi region Osaka (ap-northeast-2) and a bucket named bucket-osaka-sandbox. We will organize backups using subdirectories and tags… Continue reading