00:24

Telegram Files Downloader

A way to automate downloading files from Telegram chats, channels or group.
There’s even a simple Docker Compose to get it running.
17:25

Introduction to atproto 1: What is PDS? What Features Does It Have?

This is a simplified overview of Bluesky’s operation, focusing on the essential components for a basic understanding of atproto.
If we are to manipulate our data in our PDS, this is the documentation to read.
00:04

Next steps with Bluesky - hosting your own data and more on the API

The thing is, ATproto/Bluesky have been growing a lot lately, and things have moved on very fast. Everything in that previous post still holds up and works, but there have been some interesting developments that warrant an update, namely: you can now host your own data. It’s pretty straightforward too. It does have some implications for working with the APIs, which I’ll get to shortly.
More about the Bluesky API.
23:56

A 'Hello World' for bluesky/the AT protocol

I’ve documented my baby steps with the protocol below with a few examples - essentially: authenticate, post a “Hello World!” skeet, then reply to that skeet (no, I don’t know why they’re referred to as “skeets”), and get some author information. I’ve done these initial experiments with Postman/cURL, so that I didn’t have to faff around with setting up any sort of language or framework tooling. After all, it is just HTTPS. Hopefully you can translate them into your tool of choice.
This could probably serve as a documentation of the Bluesky API.
13:11

Komodo

A tool to build and deploy software on many servers
Maybe alternative to Dockge and Portainer but with update support. Gotta try this soon.
07:19

Docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents
I’m thinking of employing this app at work, for easy signing.
16:09

Setup Pixelfed Using Docker

A step by step guide on installing Pixelfed via Docker and Docker Compose.
Something to ponder upon. I might want a self-hosted instagram in the future.
12:11

Docker Monitoring with Prometheus: A Step-by-Step Guide

This guide walks you through setting up Docker monitoring using Prometheus and Grafana, helping you track container performance and resource usage with ease.

Among the many guides out there for deploying Prometheus and Grafana, this is the one that actually worked.

Although, whether I’ll keep this in the long run is another question.

12:05

Deploying Speedtest Tracker with Docker Compose

Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla’s Speedtest service.
09:14

Bluesky comments in Hugo

Integrate Bluesky replies as your blog’s comment section in gohugo.io framework