Caddy v1.0.5 Compiled Version

Caddy Web Server Since the v2 major version was released in May 2020, the development of v1 has been canceled across the board, and binary files are no longer even available for download.
The difference between v2 and v1 is still very big, at least reflected in the configuration file Caddyfile, that is, v2 is more complicated.
In fact, many people still prefer to use v1. Since the official version does not provide download, then compile it yourself.
So I compiled the Caddy v1.0.5 + plug-in forwardproxy + DNS plugin cloudflare + WebDAV plugin.
Compile with Go 1.16.3 and add dependencies who-go Upgraded to v0.20.1 and fixed a compilation error.

Caddy v1.0.5 compiled version

1. Linux version download link
https://dl.lamp.sh/files/caddy_linux_386
https://dl.lamp.sh/files/caddy_linux_amd64
https://dl.lamp.sh/files/caddy_linux_arm5
https://dl.lamp.sh/files/caddy_linux_arm6
https://dl.lamp.sh/files/caddy_linux_arm7
https://dl.lamp.sh/files/caddy_linux_arm64

Version Information

$ caddy -version
Caddy v1.0.5 (h1:5B1Hs0UF2x2tggr2X9jL2qOZtDXbIWQb9YLbmlxHSuM=)

Plug-in information

$ caddy -plugins
Server types:
  http

Caddyfile loaders:
  short
  flag
  default

Other plugins:
  http.basicauth
  http.bind
  http.browse
  http.errors
  http.expvar
  http.ext
  http.fastcgi
  http.forwardproxy
  http.gzip
  http.header
  http.index
  http.internal
  http.limits
  http.log
  http.markdown
  http.mime
  http.pprof
  http.proxy
  http.push
  http.redir
  http.request_id
  http.rewrite
  http.root
  http.status
  http.templates
  http.timeouts
  http.webdav
  http.websocket
  on
  tls
  tls.cluster.file
  tls.dns.cloudflare

2. Windows version download link
https://dl.lamp.sh/files/caddy_386.exe
https://dl.lamp.sh/files/caddy_amd64.exe

The Windows version of the exe file uses Resource Hacker to add the icon icon and version information. More beautiful. As shown below:

details:

process:

Caddy v1.0.5 Docker Image

Please refer to the following link for details:
https://hub.docker.com/r/teddysun/caddy

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button