Categories
Containerization DevOps SysAdmin

ConFusion

Containerized Fusion

Mount volumes on your host machine with Docker Compose and Rclone’s official image via FUSE — without the need for Docker plugins or building images to add S6 overlays.

Categories
Networking Server SysAdmin

File Traefik

Serve files securely via SFTP, HTTPS, and WebDAV with SFTPGo proxied behind Traefik with Docker.

Categories
DevOps Networking Server

Traefik 2.5 quick-start guide

How to use TOML, YAML, or Docker Labels to hit the ground running with Traefik 2.5 under Docker Compose.

Categories
DevOps Server SysAdmin

Simple certs with Docker-Dehydrated

Easily create (and automatically renew) certificates from the Let’s Encrypt Certificate Authority and simultaneously distribute them to all of your servers on a schedule.

Categories
DevOps Server Technology

Docker Compose stalling due to low entropy

I use systemd to drive Docker Compose primarily under Ubuntu Server, and noticed that commands such as down would seemingly freeze while removing volumes. After checking the usual suspects (CPU, RAM, swap, et al.), I set out to see if anyone else was experiencing this problem. It turns out that several people are, and it’s […]

Categories
Development Software

Working with Rust in VSCode’s devcontainer

Seamlessly run your Rust programs under a development container in Visual Studio Code.