惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
Engineering at Meta
Engineering at Meta
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
博客园_首页
美团技术团队
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
J
Java Code Geeks
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
雷峰网
雷峰网
爱范儿
爱范儿

秋水逸冰

丽萨主机:双ISP家宽住宅IP VPS/CN2 GIA精品网/G口大带宽 | 秋水逸冰 Linux Kernel 6.18.x 编译版 | 秋水逸冰 思考未来人与 AI 的关系 | 秋水逸冰 3X-UI 面板安装和使用教程 | 秋水逸冰 Xray-UI 面板安装和使用教程 | 秋水逸冰 WCMP (Windows + Caddy + MariaDB + PHP) Nginx for Windows | 秋水逸冰 Aria2 for Windows | 秋水逸冰 Curl for Windows | 秋水逸冰 Wget for Windows | 秋水逸冰 Windows 11 Enterprise LTSC DD 镜像 Windows Server 2025 Datacenter DD 镜像 重新编译 curl 以支持 HTTP3 | 秋水逸冰 tiny10 和 tiny11 23H2 的 Windows DD 镜像 从 Apache httpd 切换到 Caddy2 LCMP (Linux + Caddy + MariaDB + PHP) Windows 11 Pro for Workstations 22H2 DD 镜像 Shadowsocks 编译版 by Teddysun | 秋水逸冰 适用于 UEFI 启动的多个 Windows 系统 DD 镜像 Linux Kernel 5.15.x 编译版 | 秋水逸冰 制作适用于 WSL 的任意 Linux 镜像 Windows 11 Pro for Workstations 21H2 DD 镜像 Windows 10 Enterprise LTSC DD 镜像 Linux Kernel 5.14.x 编译版 | 秋水逸冰 Linux Kernel 5.13.x 编译版 | 秋水逸冰 Windows Server 2022 Datacenter DD 镜像 在 Windows 10 上安装 Rocky Linux 系统 Linux Kernel 5.12.x 编译版 | 秋水逸冰 Linux Kernel 5.11.x 编译版 | 秋水逸冰 在 Windows 10 上安装 CentOS 系统
Caddy v1.0.5 编译版 | 秋水逸冰
秋水逸冰 · 2021-04-02 · via 秋水逸冰

技术 秋水逸冰 27038浏览 7评论

Caddy Web Server 自从在 2020 年 5 月发布 v2 大版本以后,就一刀切地取消了 v1 的开发,甚至不再提供二进制文件下载。
v2 和 v1 的区别还是很大的,至少体现在配置文件 Caddyfile 上,就是 v2 更复杂了。
其实很多人还是更喜欢用 v1 的,既然官方不提供下载,那就自己动手编译吧。
于是就编译了 Caddy v1.0.5 + 插件 forwardproxy + DNS 插件 cloudflare + WebDAV 插件。
使用 Go 1.16.3 编译,并将依赖项 quic-go 升级到 v0.20.1 并修复了一处编译错误。

Caddy v1.0.5 编译版

1. Linux 版下载链接
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

版本信息

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

插件信息

$ 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 版下载链接
https://dl.lamp.sh/files/caddy_386.exe
https://dl.lamp.sh/files/caddy_amd64.exe

Windows 版的 exe 文件使用 Resource Hacker 添加 icon 图标,以及版本信息。更美观一些。如下图:

详细信息:

进程:

Caddy v1.0.5 Docker Image

具体请参考以下链接:
https://hub.docker.com/r/teddysun/caddy

转载请注明:秋水逸冰 » Caddy v1.0.5 编译版