Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
Your self-hosted, globally interconnected microblogging community - polotek/mastodon
In this article, I will share a step-by-step guide on how to deploy and serve a web app to an ubuntu server. This applicable for any web app that runs on a port.
هل لاحظت وجود قفل بجانب عنوان الموقع؟ قد يكون أخضر اللون. يدل هذا على أن الموقع تم توفيره على HTTPS، وهو بروتوكول يضمن لمتصفح الموقع خصوصيته عن طريق حجب محتويات الصفحة عن المترصدين ومنع أي وسيط بالشبكة من العبث بالمحتويات أثناء مرورها عبر شبكات الانترنت. يستخدم بروتوكول HTTPS شهادة رقمية معتمدة على التشفير الغير متناظر (asymmetric cryptography) باستخدام زوج من المفاتيح أحدهما عام معلن والآخر خاص.
Learn how to secure Caddy with CrowdSec using the Remediation and AppSec components. Step-by-step setup for blocking threats and logging traffic.
A collection of configuration files to host your own private instance of RecipeSage for personal use. - julianpoy/RecipeSage-selfhost
How to migrate a website from ghost to hugo with zero downtime using Caddy web server
Mutlipe domain in on vps
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS - caddyserver/caddy
It is finally convenient to dump localhost development.
Beat CG-NAT and expose services from home with rathole
Say goodbye to self-signed certificates and browser warnings
Exposing web APIs on my tailnet to the world
A quick guide to setting up Tailscale and Caddy to access your homelab behind CGNAT.
I am a big fan of the Caddy web server because of its automatic HTTPS & nice config file format. In this post, I'll explain why & how I use Caddy, and explain config options that make Caddy even better for me.
How to self-host Forgejo and automatically serve your web build branches with SSL.
Very recently I switched from running a couple side-projects that were hosted on AWS EC2 to a single Hetzner Cloud VM. During that transition, this page (jarv.org) was moved to it from GitHub pages. Static generation using Hugo stayed the same, but in the process of switching VMs I checked out Caddy as a new webserver. After making the switch, this ended up being a great NGINX replacement for all the sites hosted on what is now a single VM.
Dmitry Dolzhenko's personal website
In this article I explain how to configure caddy as a reverse proxy for your services (eg. Docker) with TLS encryption and HTTPS connection.
In this post we’ll learn how to build and deploy your own feed on Bluesky. We’ll start with some background info on Bluesky and how feeds work. Then we’ll code and deploy our own feed. Don’t worry about the complexity, it’s mostly filling the gaps in the template. What’s Bluesky Bluesky is a decentralized social network. From the end user perspective, it’s very similar to 𝕏 (formerly Twitter). It’s built with AT Protocol which allows programmers to interact with the platform.
Let’s create a web application together! This document is continuously updated.