algernon
Caddy
algernon | Caddy | |
---|---|---|
1 | 425 | |
2,865 | 61,052 | |
0.4% | 2.7% | |
9.3 | 9.5 | |
5 days ago | 9 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
algernon
Caddy
-
Cloudflare is almost perfect
Sidecar containers: Google Cloud Run has a cool feature where you can run multiple containers next to each other. So for example, if you want to run Caddy or Traefik as a reverse proxy for your ingress container and then have both your web frontend container & backend api container co-located in the same service, you can do that & have everything be super low latency.
-
Build a Symfony 7 boilerplate using FrankenPHP, Docker, PostgreSQL and php 8.4
FrankenPHP use Caddy as proxy server, so we'll need a Caddyfile to configure it and also provide basic php configurations. Here again we'll stick to the FrankenPHP documention. You can find it in the docker/frankenphp folder.
-
A $5 to $10 VPS can do a lot more than you think
Caddy to allow our logs to be sent over HTTPS
-
šļø Master SQL Review with GUI šļø, GitOps šļø and API š
ngrok is a reverse proxy tunnel, and in our case, we need it for a public network address in order to receive webhooks from VCS. ngrok we used here is for demonstration purposes. For production use, we recommend using Caddy.
-
Weekly Indie Log #4
Whilst nginx was good, I wanted to move to Caddy Server , first because my other product AssistFlare was already using it and then for the simplicity of Caddy over nginx with automatic SSL certificate provisioning for sites hosted on Stomod as well as better performance as per the difference benchmarks floating around the internet with it unlocking multi-core systems better than nginx. See bookmark below for further reading.
- Go-Safeweb
-
Step-by-Step Guide to Hosting Your Website on a VPS Using Caddy Server and Cloudflare
[Unit] Description=Caddy web server Documentation=https://caddyserver.com/docs/ After=network.target network-online.target Requires=network-online.target [Service] Type=notify ExecStart=/usr/bin/caddy run --config /etc/caddy/Caddyfile TimeoutStopSec=5s LimitNOFILE=1048576 [Install] WantedBy=multi-user.target
-
How to manage SSL Certs with Caddy
Ayo! Another day, another tech. When i struggle with SSL certs, I found unique way to solve specific problem and today, Iād like to introduce you Caddy! It solves various kind of problems but i will focus on mine.
-
How to host Browser.application projects
Create a new website directory with three files, index.html, about/index.html, and login/index.html. Then, install the Caddy web server in an isolated shell and tell it to serve the current directory at http://localhost:3000.
-
Using Thruster web server for Ruby apps
You can do a reverse proxy, such as with nginx or Caddy.
What are some alternatives?
Ponzu - Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
HAProxy - HAProxy documentation
devd - A local webserver for developers
oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
traefik - The Cloud Native Application Proxy
Nginx - The official NGINX Open Source repository.
RoadRunner - š¤Æ High-performance PHP application server, process manager written in Go and powered with plugins
Apache - Mirror of Apache HTTP Server. Issues: http://issues.apache.org
Squid - Squid Web Proxy Cache
etcd - Distributed reliable key-value store for the most critical data of a distributed system
envoy - Cloud-native high-performance edge/middle/service proxy