Static website hosting

Hosting a static website from an S3 bucket

Introduction Hosting a static website on AWS provides a scalable and cost-effective solution with high availability. In this guide, we’ll walk through the entire process, from setting up an S3 bucket to configuring CloudFront for CDN and HTTPS with a custom domain, and finally, integrating a CICD pipeline using GitHub Actions. Step 1: Create an S3 Bucket Navigate to the S3 service in the AWS Management Console and click on “Create bucket” and enter a unique bucket name (all S3 buckets across all accounts must have a unique name, so you may need to try a few names before you find one that’s not taken)....

26 July 2024 · 10 min · Toby Scott
Sybnology logo banner

Pulling images from GitHub Container Registry in Synology Container Manager

I have a Synology NAS which I’ve recently started using to run Docker containers using Synology’s Container Manager. Until now, the images for all the containers I wanted to run were available on Docker Hub. I’d use Synology’s Container Manager UI to pull the image and start the container and it’s been quite a nice experience until I needed to run a container from an image hosted in GitHub’s Container Registry (https://ghcr....

29 June 2024 · 2 min · Toby Scott