Skip to content

engels74/caddy

 
 

Repository files navigation

Caddy (with njalla support)

caddy

GitHub tag (SemVer) License (Image) Docker Pulls GitHub Stars

📖 Documentation

All the documentation for the "caddy" is located here.

For more information about the Docker image itself, you can visit engels74.net.

Regarding libdns/njalla plugin:

While we are waiting for the pull request to get merged, I've replaced the libdns plugin with the one being merged from the pull request.

🐋 Docker Image

Docker Compose

To get started with caddy using Docker, follow these steps:

  1. Use this Docker Compose example

    services:
      caddy:
        container_name: caddy
        image: ghcr.io/engels74/caddy
        ports:
          - "80:8080"
          - "443:8443"
        environment:
          - PUID=1000
          - PGID=1000
          - UMASK=002
          - TZ=Etc/UTC
          - CUSTOM_BUILD
        volumes:
          - /<host_folder_config>:/config
  2. Run the Docker container using docker compose:

    docker compose -f /choose/path/to/docker-compose.caddy.yml up -d

🆘 Support

If you need assistance, you can try asking in the hotio Discord, but you probably won't receive support for this image specifically.

💻 Source Code

  • Project Source Code (Caddy): The source code for the "Caddy" project is hosted at [caddyserver/caddy].

  • Docker Image Source: The source files for building the Docker image are hosted at [engels74/caddy]. If you can't find what you're looking for in the master branch, check other branches.

🌟 Show your support

You can show your support by:

  • Giving us a star on Docker Hub or GitHub
  • Making a donation to hotio, as he's the genius behind the Docker images

Your support is greatly appreciated!

About

A fork of hotio's caddy with njalla support

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 54.2%
  • HTML 33.5%
  • Shell 12.3%