DevOps

Deploy Hugo site to AWS S3

Deploy Hugo site to AWS S3

Hugo is a static site generator

When the site is generated with hugo it’s time to deploy it to some hosting platform. Here is a howto push it to AWS S3 and serve with AWS CloudFront CDN.

Backup and Restore Gitea server

Backup and Restore Gitea server

Backup and restore Gitea, the right way

Gitea backups touch three moving parts - db, git repos, and app files - and since 2024 the built-in gitea dump command handles all of them in one go.

Gitea SSL with Apache as reverse proxy

Gitea SSL with Apache as reverse proxy

To use container registry in k8s we need it over ssl

We want to host a nice and secure container registry - to push docker images there and our kubernetes cluster would pull them from this registry. So came the idea to use the gitea over ssl.