install.fairie/home/dot_config/caddy/README.md
2023-08-29 23:43:50 -04:00

16 lines
1.4 KiB
Markdown

# Useful Caddy Plugins
The following list includes useful Caddy plugins:
- [https://authp.github.io/](Security) - Integrates authorization plugins and provides authentication portal
- [https://github.com/caddy-dns/cloudflare](CloudFlare) - Used to manage DNS records via CloudFlare
- [https://github.com/caddyserver/xcaddy](xCaddy) - A custom Caddy builder that allows you to make customized versions of Caddy
- [https://github.com/luisfarzati/localdots](localdots) - Provides HTTPS for localhost domains
- [https://github.com/mholt/caddy-dynamicdns](DynamicDNS) - Automatically updates IP address referenced in DNS records
- [https://github.com/caddyserver/cache-handler](Cache) - Distributed HTTP cache module for Caddy based on [Souin](https://github.com/darkweak/souin) cache
- [https://github.com/tailscale/caddy-tailscale](Tailscale) - Automatically join Tailscale network
- [https://github.com/caddyserver/replace-response](Search & Replace) - Search and replace text in responses
- [https://github.com/lindenlab/caddy-s3-proxy](S3 Proxy) - Proxy requests directly from S3
- [https://github.com/greenpau/caddy-git](Git) - Integrates auto-pulling / webhook to update git source
- [https://github.com/mholt/caddy-embed](Embed) - Integrates site source code directly into the Caddy binary
- [https://github.com/nathan-osman/caddy-docker](Docker) - Allows reloading configuration files inside specially tagged Docker containers