Caddy
Squid
Caddy | Squid | |
---|---|---|
435 | 30 | |
63,585 | 2,455 | |
2.6% | 3.3% | |
9.4 | 9.2 | |
about 24 hours ago | 2 days ago | |
Go | C++ | |
Apache License 2.0 | GNU General Public License v3.0 only |
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.
Caddy
- Caddy v2.10
-
Simple Web Server
It looks nice and friendly, but for developers I can recommend exploring caddy[1] or nginx[2]. It's a useful technology to have worked with, even if they're ultimately only used for proxying analytics.
[1] https://caddyserver.com/
-
Adventures in Homelabbing: From Cloud Obsession to Self-Hosted Shenanigans
I began to self-host a Minecraft server using Crafty Controller, an Excalidraw instance, Docmost to replace Notion, Plane to replace Jira, and Penpot to replace Figma. To be able to access them from the internet, I used Nginx Proxy Manager to set up reverse proxies with SSL. You can use Traefik or Caddy instead, but I enjoyed the ease-of-use of NPM. For a dashboard solution, I started with Homarr, but later switched to Homepage because I'm apparently incapable of making a decision and sticking with it.
-
An Introduction to Cosmo Router — Blazingly Fast Open-Source Federation V1/V2 Gateway
This approach offers a level of customizability similar to what xcaddy does for the Caddy server, eliminating the complexities associated with writing Rhai scripts to customize a precompiled binary, as is the case with the Apollo Router.
-
The Easiest Way To Use Https In Localhost
Caddy is a server written in Go programming language, known to be easy peasy to configure (Unlike configuring Nginx), and it also includes https by default.
-
Self-hosting with Caddy Server And Souin (Caching Module)
Caddy is the ultimate web server anyone should be using. This is true for production as well as for local development. It is very fast, and by default obtains and renews SSL certificates automatically. This is useful for when you want to test certain website feature that is only allowed when they're accessed with HTTPS. You get free TLS for all your subdomains, and it does that in a scalable way.
- Nginx: Try_files Is Evil Too
-
The Plan 9 Foundation
Did you happen to look at caddy? It at least used to have some degree of support for plan9: https://github.com/caddyserver/caddy/issues/1093
-
Setting up a trusted, self-signed SSL/TLS certificate authority in Linux
https://github.com/caddyserver/caddy/issues/5759 :
> When generating a CA cert via caddy and putting that in the trust store, those private keys can also forge certificates for any other domain.
RFC5280 (2008) "Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile" > Section 4.2.1.10
- Caddy – The Ultimate Server with Automatic HTTPS
Squid
-
API Caching: Techniques for Better Performance
Squid Caching Proxy — A popular and widely adopted proxy and caching solution for network protocols. It caters for FTP, HTTP, and HTTPS. Squid operates in a similar way to Varnish and optimizes data flow between the client and server. In terms of security, it has authorization, access control, authentication, and support for SSL/TLS. As a bonus, you get activity logs.
- Squid: Optimising Web Delivery
- squid proxy cache server without systemd built and ready to serve
-
Netflix Canada Just Got Rid of Its Cheapest Ad-Free Plan Without Even a Heads Up
> But I’m working on setting up a VPN at my house to tunnel all Netflix traffic through ...
On a technical point, you might be able to get away with just using Squid for the proxy, with pretty much default settings.
http://www.squid-cache.org
I used to use that years ago (not with Netflix though) running from a data centre, using an ssh (autossh) tunnel to reach it securely.
Worked pretty well, aside from the extra latency due to the packets having to go an extra half way around the world. ;)
-
How to get my IP traffic data to an AWS lambda using Darkstat?
I recommend trying a transparent proxy like Squid. There are many analytics tools for Squid logs. Squid can generate TLS certificates on the fly to inspect secure websites but you'll have to generate and install a CA certificate and key into Squid. You'll also have to import the CA certificate on any machine accessing the internet through the Squid proxy. Squid has the added bonus of caching content to speed up web browsing and reduce data usage.
-
What do you guys use IPFS to develop?
I “invented” IPFS when I though “wouldn’t it be nice if we could combine Squid-Cache with BackupPC
- Ask HN: How do you protect your children from internet addiction?
-
Web resource caching: Server-side
A couple of dedicated server-side resource caching solutions have emerged over the years: Memcached, Varnish, Squid, etc. Other solutions are less focused on web resource caching and more generic, e.g., Redis or Hazelcast.
-
Caching Server?
Web caching (more techical, probably not useful) there squid-cache
-
Why does linux use HTTP to get updates?
Also, the fact it is distributed by HTTP allow companies (and ISPs) to cache content in Squid servers (http://www.squid-cache.org/). And this is quite a feature!
What are some alternatives?
HAProxy - HAProxy documentation
Tinyproxy - tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
socks5-proxy-server - SOCKS5 proxy server
traefik - The Cloud Native Application Proxy
envoy - Cloud-native high-performance edge/middle/service proxy