Advertisements
Caddy

Caddy

  • You can support future updates of this package Click to Donate
  • Version 2.10.2.1
  • Download 189
  • File Size 10.43 MB
  • File Count 1
  • Create Date August 3, 2025
  • Last Updated March 3, 2026
  • Installation Support and Update requests /forums/topic/Caddy
File
Caddy TOS7_TOS6 2.10.2.1 x86_64.tpk

The ultimate web server

About https://caddyserver.com/

Advertisements

Applicable models: x.64 series, ARMv8 series, ARMv8.2 series
Applicable TOS6: 6.0.420 or later versions
Applicable TOS7: 7.0.0100 or later versions

App WebUI for additional settings can be accesses at:

Advertisements

TOS6 & TOS7 : click on Support & Help from app description inside the App Center

About:

Documentation : https://caddyserver.com/docs


Advertisements

Caddy: The Web Server for the Modern Age

In a world where manual SSL renewals and complex configuration files steal hours of your life, Caddy is the breath of fresh air you didn’t know you needed. It is an open-source, enterprise-ready web server with automatic HTTPS by default.


🚀 Why Caddy?

Most web servers require a PhD in configuration and a calendar reminder to renew your security certificates. Caddy changes the game by being memory-safe, incredibly fast, and zero-maintenance.

  • Automatic HTTPS: Caddy is the first and only web server to use HTTPS by default. It automatically provisions and renews TLS certificates via Let’s Encrypt or ZeroSSL.
  • One-File Config: Forget thousands of lines of code. The Caddyfile is designed for humans—it’s easy to read, write, and maintain.
  • Static & Dynamic: Whether you’re serving a simple React site or proxying a complex Go backend, Caddy handles it with ease.
  • Written in Go: This means no external dependencies, high performance, and protection against common memory vulnerabilities.



Advertisements

🛠 Core Features at a Glance

Feature Description
Reverse Proxy Powerful, health-checking load balancer and proxy.
HTTP/3 Support Ready for the modern web with native HTTP/3 (QUIC) support.
API-First Fully configurable via a JSON API—no need to restart the server to push changes.
Static File Server Blazing fast delivery of your static assets with template support.
Extensible A modular architecture allows you to plug in custom features without bloat.


📄 The Beauty of the Caddyfile

Compare this to the 50+ lines of config you'd need elsewhere. To host a site with full SSL and a reverse proxy, your config is literally two lines:

Plaintext

example.com {
    reverse_proxy localhost:8080
}

The "Magic" Factor: Once you run that, Caddy handles the certificate handshake, the encryption, and the routing. You just focus on your code.


Advertisements


🎯 Who is it for?

  • Developers who want to deploy apps in seconds without wrestling with infrastructure.
  • DevOps Engineers looking for a lightweight, API-driven alternative to Nginx or Apache.
  • Homelabbers who want a secure, set-it-and-forget-it gateway for their private services.

Caddy isn't just a web server; it's a productivity tool that respects your time.

Scroll to Top