Available posts in github-actions

OpenNext + CDK: Next.js on AWS Without ECS Fargate

OpenNext + CDK: Next.js on AWS Without ECS Fargate
22nd August 2026

I usually ship Next.js as Docker standalone on ECS Fargate — ALB, VPC, always-on tasks. For an MVP like qr-plakat.de I went OpenNext 4.x + AWS CDK instead. Cheaper to run, faster to iterate. If the product works, I might switch to Fargate. Three…

OpenApi generated Restic REST Server

OpenApi generated Restic REST Server
6th June 2020

Hello folks :). In this article I want to tell you how easy it can be to create a backend REST server using OpenApi specifications. My ultimate goal is to make backups and the restore process of Alfresco data as easy as possible. After much research…

Alfresco meets Let's Encrypt

Alfresco meets Let's Encrypt
30th May 2020

Hi Alfrescans. During the Alfresco Hackathon in May 2020 I implemented a Docker Companion extension for the Docker Alfresco Installer to manage SSL certificates. These certificates can be used for HTTPS connections. The SSL certificates are issued…