Windows Caddy, how can I add modules/plugins

1. The problem I’m having:

>> No problem as yet! <<
I been looking at modules/plugins, I’m using the windows version of caddy.exe (Windows amd64 )if that helps.

2. Error messages and/or full log output:

No Error

3. Caddy version:

Windows amd64 / v2.7.2 h1:QqThyoyUFAv1B7A2NMeaWlz7xmgKqU49PXBX08A+6xg=

4. How I installed and ran Caddy:

Downloaded the executable, saved into d:\caddy and then run caddy manually.

caddy run --watch

a. System environment:

ESXi 7.2 / Windows 2019 Server

b. Command:

caddy run --watch

c. Service/unit/compose file:

don’t use docker

d. My complete Caddy config:

{
	acme_ca https://acme-v02.api.letsencrypt.org/directory
	#acme_ca https://acme-staging-v02.api.letsencrypt.org/directorya
}

(basic-auth) {
	basicauth / {
		peter $2a$14$KMK3.b1cI4PIlXjisXBdMeuIHMCq3q6xSJzjY/6KN8w0fwzrcvc4e
	}
}

webmail.cfts.co {
	reverse_proxy 172.16.198.44:80
}

download.cfts.co {
	import basic-auth
	reverse_proxy 172.16.198.31:8080
}

redmine.cfts.co {
	reverse_proxy 172.16.198.21:80
}

5. Links to relevant resources:

See the docs: Build from source — Caddy Documentation Or download a build with the plugins you need from Download Caddy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.