Provision an Ubuntu VM and Deploy a Laravel App with Laravel Forge
Deploy a fresh Laravel app on an Ubuntu 24.04 VM with Laravel Forge and Katapult. Push-to-deploy from GitHub, with next steps for a domain and Let’s Encrypt.
An insight into the way we run the infrastructure that runs all our services.
Displaying all 6 posts
Deploy a fresh Laravel app on an Ubuntu 24.04 VM with Laravel Forge and Katapult. Push-to-deploy from GitHub, with next steps for a domain and Let’s Encrypt.
In this guide, you'll turn a fresh Ubuntu VM on Katapult into a self-monitored machine using Prometheus for metrics collection and Grafana for dashboards.
Caddy is a powerful tool that simplifies serving sites and services on Katapult. It also provides automatic TLS certification and management using Let's Encrypt, ensuring your sites are secure.
What is a load balancer?
In this post we will discuss how we configure MariaDB multi-source replication in order to achieve database redundancy.
In the time we've been assisting people with hosting their web applications, the most common reason we've seen for performance problems has been missing or incorrectly used database indexes, so...