1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: caddy
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh <peymaneh@posteo.net>
Section: httpd
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-masterminds-sprig-dev,
golang-github-alecthomas-chroma-dev,
golang-github-aryann-difflib-dev,
golang-github-caddyserver-certmagic-dev (>= 0.16.0~),
golang-github-dustin-go-humanize-dev,
golang-github-go-chi-chi-dev,
golang-github-google-uuid-dev,
golang-github-quic-go-quic-go-dev (>= 0.53),
golang-github-klauspost-compress-dev,
golang-github-klauspost-cpuid-dev (>= 2.0.6),
golang-github-mholt-acmez-dev,
golang-github-naoina-toml-dev,
golang-github-prometheus-client-golang-dev,
golang-github-smallstep-certificates-dev (>= 0.20.0-3),
golang-github-smallstep-cli-dev,
golang-github-smallstep-nosql-dev (>= 0.3.8-3),
golang-github-smallstep-truststore-dev,
golang-github-spf13-cobra-dev,
golang-github-tailscale-tscert-dev,
golang-github-yuin-goldmark-dev,
golang-github-yuin-goldmark-highlighting-dev,
golang-go.uber-zap-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-golang-x-term-dev,
golang-github-golang-protobuf-1-5-dev,
golang-gopkg-natefinch-lumberjack.v2-dev,
golang-gopkg-yaml.v2-dev,
golang-opentelemetry-otel-dev,
golang-github-antlr-antlr4-dev (>=4.11.1~),
golang-glog-dev,
golang-golang-x-text-dev,
golang-github-stoewer-go-strcase-dev,
pkgconf,
systemd-dev,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/caddy
Vcs-Git: https://salsa.debian.org/go-team/packages/caddy.git
Homepage: https://github.com/caddyserver/caddy
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/caddyserver/caddy/v2
Package: caddy
Architecture: any
Provides: httpd
Depends: ${misc:Depends},
${shlibs:Depends},
libnss3-tools,
media-types,
passwd,
Built-Using: ${misc:Built-Using}
Description: Fast, lightweight web server with automatic HTTPS
Caddy is a multi purpose web server written in Go.
.
Features:
- Easy configuration
- Automatic HTTPS by default
- ZeroSSL and Let's Encrypt for public names
- Fully-managed local CA for internal names & IPs
- Can coordinate with other Caddy instances in a cluster
- Multi-issuer fallback
- HTTP/1.1, HTTP/2, and experimental HTTP/3 support
|