caddy-docker

Source for the official Caddy v2 Docker Image (by caddyserver)

Caddy-docker Alternatives

Similar projects and alternatives to caddy-docker

  1. go

    The Go programming language

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. nixpkgs

    Nix Packages collection & NixOS

  4. Nginx Proxy Manager

    Docker container for managing Nginx proxy hosts with a simple, powerful interface

  5. vaultwarden

    Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

  6. Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  7. pass-import

    A pass extension for importing data from most existing password managers

  8. docker-swag

    Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

  11. docker-pi-hole

    Pi-hole in a docker container

  12. traefik

    The Cloud Native Application Proxy

  13. nginx-proxy

    Automated nginx proxy for Docker containers using docker-gen

  14. caddy-docker-proxy

    Caddy as a reverse proxy for Docker

  15. acme-companion

    Automated ACME SSL certificate generation for nginx-proxy

  16. hadolint

    30 caddy-docker VS hadolint

    Dockerfile linter, validate inline bash, written in Haskell

  17. Pomerium

    Pomerium is an identity and context-aware reverse proxy for zero-trust access to web applications and services.

  18. cloudflare

    Caddy module: dns.providers.cloudflare

  19. https-portal

    A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.

  20. crowdsec

    CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better caddy-docker alternative or higher similarity.

caddy-docker discussion

Log in or Post with

caddy-docker reviews and mentions

Posts with mentions or reviews of caddy-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Which reverse proxy for public and Lan sites with valid https?
    2 projects | /r/selfhosted | 6 Dec 2023
    The official Caddy documentation of their Docker image: https://hub.docker.com/_/caddy
  • Leaking Bitwarden's Vault with a Nginx vulnerability
    10 projects | news.ycombinator.com | 3 Jul 2023
    I use https://static-web-server.net/

    Cross-platform, written in Rust, straightforward configuration, secure defaults, also has a hardened container image and a hardened NixOS module.

    I wouldn't recommend Caddy. Their official docker image runs as root unnecessarily (and the reasoning suggests a lack of understanding) [1], and they don't provide a properly sandboxed systemd unit file [2].

    [1]: https://github.com/caddyserver/caddy-docker/issues/104

  • Docker Cannot Mount Caddyfile on Remote Host
    1 project | /r/webdev | 11 Apr 2023
  • Which reverse proxy are you using?
    16 projects | /r/selfhosted | 7 Apr 2023
    There is also a short section about it on the Docker hub page under the "Adding custom Caddy modules" section: https://hub.docker.com/_/caddy
  • Caddy, Go, Docker and a Single Page App
    6 projects | dev.to | 3 Apr 2023
    Caddy uses a number of volumes. Two point directly at files within our project, first our Caddyfile, then our public folder which Caddy will serve live files. The other two are virtual filesystems Docker will create as defined by the master volumes parameters. We can assume the caddy_config volume is where active configuration is stored as it is not discussed on the Caddy Docker Official Image page, so we're copying their parameter exactly, but the caddy_data volume needs some extra discussion. It is used to store a number of things including SSL certificates. By default Docker creates and destroys volumes upon startup and exit. As we want to persist our certificate across sessions we can take advantage of an external Docker volume. These virtual filesystems are created before starting the Docker session for the first time. This can ve done from the command line or more easily from within the Docker Desktop app. Simply choose "Volumes", click the "Create" button and specify caddy_data.
  • Caddy with Cloudflare plugin?
    3 projects | /r/unRAID | 5 Mar 2023
  • Having trouble creating volumes - any help? (Caddy 2 via portainer)
    1 project | /r/portainer | 10 Feb 2023
    I've been able to create a network with no issues (that I know of yet) but when I try to create the volumes I run into trouble. This specific example is from Caddy2...
  • I’m new to docker how can I run my website
    3 projects | /r/docker | 2 Sep 2022
    For a reverse proxy I would suggest Caddy. The configuration is super easy and it handles SSL for you out of the box using LetsEncrypt! There’s also an official docker image like PHP and MySQL here https://hub.docker.com/_/caddy
  • Can you people please suggest a suitable architecture for the following problem?
    3 projects | /r/devops | 14 Jul 2022
    Their image is dead simple to use, the config is fine, and auto-https is baked in. You can use it as a sidecar, proxy for multiple images, or just as a base to add your app into, depending on the complexity of your existing config.
  • The Power of the XDG Base Directory Specification (2019)
    1 project | news.ycombinator.com | 7 Jun 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 15 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic caddy-docker repo stats
30
478
5.4
8 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Dockerfile is
the 35th most popular programming language
based on number of references?