caddy
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
Package Information
- Domain:
caddyserver.com
- Name:
caddy
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install caddy
Programs
This package provides the following executable programs:
caddy
Available Versions
Show all 12 versions
2.10.2
,2.10.1
,2.10.0
,2.9.1
,2.9.0
2.8.4
,2.8.2
,2.8.1
,2.8.0
,2.7.6
2.7.5
,2.7.4
Latest Version: 2.10.2
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) caddy -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.caddy
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.