ソフトアンテナ

Windows/Mac/Mobile用オンラインソフトのバージョンアップ状況を調べています。

[ Linux > WWW > Webサーバー ]

  Caddy

詳細情報

タイトル Caddy
URL https://caddyserver.com/
バージョン 2.6.4   2.6.3   2.6.2   2.6.1   2.6.0   2.6.0-beta.5   2.6.0-beta.3   2.5.2   2.5.1   2.5.0   2.5.0-rc.1  
更新日 2023/02/15
追加日 2022/03/13
種別 フリーソフト
説明 自動HTTPS機能をサポートしたGo製Webサーバー。

スクリーンショット

レビュー

HTTP/1.1とHTTP/2に加え、試験的にHTTP3をサポート。ZeroSSLとLet's Encryptに対応しデフォルトで自動HTTPSを利用できる。Caddyfileによる簡単設定、JSON APIによる動的な設定にも対応。

他のサーバーよりも高いメモリ安全性を保証する言語「Go」で書かれていて、拡張性の高いモジュール式アーキテクチャにより、本体を肥大化することなくさまざまな機能が利用できる。

更新グラフ

バージョン履歴

No.バージョン名日付
12.6.42023/02/15
45.8k
90
17
v2.6.4
14 Feb 20:01
v2.6.4
0db29e2
This commit was signed with the committer’s verified signature.
mholt
Matt Holt
GPG key ID: 2A349DD577D586A5
v2.6.4
This release contains a hotfix for a regression in v2.6.3 related to proxying chunked requests. We recommend that all users who do so upgrade to v2.6.4.
Note that, in an effort to make error-prone configs less likely, we have deprecated the reverse proxy options:
buffer_requests
buffer_responses
max_buffer_size
and have introduced 2 new ones which take a size argument to enable buffering:
request_buffers <size>
(省略されました)
22.6.32023/02/09
Product
Explore
Solutions
For
Startups
Education
By Solution
CI/CD & Automation
Case Studies
Open Source
Repositories
3.5k
45.7k
88
16
v2.6.3
08 Feb 19:51
v2.6.3
90798f3
(省略されました)
32.6.22022/10/14
Blog
caddyserver
/
caddy
Public
43.7k
64
15
Code
Issues
Pull requests
Actions
Security
Insights
Releases
Tags
v2.6.2
v2.6.2
6bad878
(省略されました)
42.6.12022/09/22
61
v2.6.1
This tag was signed with the committer’s verified signature.
mholt
Matt Holt
GPG key ID: 2A349DD577D586A5
Learn about vigilant mode.
9206e8a
Compare
Choose a tag to compare
Could not load tags
Nothing to show
{{ refName }}
default
View all tags
v2.6.1
Latest
Latest
Hotfix for unix sockets, the encode handler, and the caddy file-server command. Please see the release notes for v2.6.0 for other important information if you're coming from < 2.6!
(省略されました)
52.6.02022/09/21
By Plan
43k
62
9
Releases · caddyserver/caddy
v2.6.0
821a08a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: 4AEE18F83AFDEB23
v2.6.0
Latest
Latest
Caddy 2.6
This is our biggest release since Caddy 2.
Watch the livestream
Special dedication
We look forward to when other servers do that, and we hope to honor Peter's work and influence which will live on through his memory and the encrypted Web he made possible.
Sponsors
ZeroSSL remains Caddy's executive sponsor.
(省略されました)
62.6.0-beta.52022/09/18
Toggle navigation
Sign up
Product
Actions
Automate any workflow
Packages
Host and manage packages
Security
Find and fix vulnerabilities
Codespaces
Instant dev environments
Copilot
Write better code with AI
Code review
Manage code changes
Issues
Plan and track work
Discussions
Collaborate outside of code
(省略されました)
72.6.0-beta.32022/09/06
Discussions
3.4k
42.6k
Code
Issues
79
Pull requests
15
Actions
Wiki
Security
Insights
v2.6.0-beta.3
4872175
Compare
v2.6.0-beta.3
Pre-release
Pre-release
This is the first beta release for Caddy 2.6. Please try it out and report any regressions you notice! Thanks to everyone who helped out! 😊
(省略されました)
82.5.22022/07/13
Copilot
Skills
GitHub Sponsors
3.3k
41.6k
93
18
v2.5.2
GPG key ID: 2A349DD577D586A5
ad3a83f
GPG key ID: 4AEE18F83AFDEB23
v2.5.2
Latest
Latest
This patch release fixes bugs, adds some new features, and makes worthwhile enhancements. We recommend everyone test and upgrade!
Many improvements have been made to the reverse_proxy module.
Highlights:
New /adapt admin endpoint: Use your installed config adapters via API in addition to the existing caddy adapt CLI command.
New Etag/If-Match support for config API: Safely update your config concurrently and avoid collisions by using our unique Etag implementation.
(省略されました)
92.5.12022/05/07
3.2k
39.8k
91
15
v2.5.1
f7be0ee
v2.5.1
This is a minor patch release that fixes some bugs and also enhances reverse_proxy with capabilities that weren't ready in time for v2.5.0.
Highlights
Fixed regression in Unix socket admin endpoints.
Fixed regression in caddy trust commands.
forward_auth authelia:9091 {
uri /api/verify?rd=https://auth.example.com
copy_headers Remote-User Remote-Groups Remote-Name Remote-Email
}
This works with authentication providers like Authelia, and more.
What's Changed
caddypki: Fix caddy trust command to use the correct API endpoint by @francislavoie in #4730
reverseproxy: Improve hashing LB policies with HRW by @mholt in #4724
(省略されました)
102.5.02022/04/26
39.3k
14
v2.5.0
a8bb4a6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: 4AEE18F83AFDEB23
v2.5.0
Latest
Latest
Caddy 2.5 introduces new features you'll love as well as a huge number of bug fixes and enhancements. Thank you to everyone who contributed!
Feel free to ask on the forum if you have any questions or feedback.
Automatic HTTPS: The DNS challenge propagation checks can now be delayed or disabled by setting propagation_delay or propagation_timeout to -1, respectively.
⚠️ Caddyfile: Deprecated paths in site addresses. Prefer using path matchers within your site block instead.
Caddyfile: The map directive now casts outputs to the appropriate scalar type if possible (int, float, bool). If you need to force a string, you may use double quotes or backticks #4643.
Caddyfile: New vars directive allows setting some variables during request handling for later use in another handler or matcher.
Caddyfile: The Caddyfile adapter is now stricter about curly braces for block openers to try to prevent parsing ambiguities.
Caddyfile: The caddy fmt CLI command now has a --diff option which lets you visually see the formatting differences.
77a77c0 caddytls: Add propagation_delay, support propagation_timeout -1 (#4723)
a8bb4a6 httpcaddyfile: Add {vars.*} placeholder shortcut, reverse vars sort order (#4726)
(省略されました)
112.5.0-rc.12022/04/14








3.1k
38.6k
84
9
v2.5.0-rc.1
This tag was signed with the committer’s verified signature.
30b6d1f
This commit was signed with the committer’s verified signature.
mholt
Matt Holt
GPG key ID: 2A349DD577D586A5
(省略されました)