Comments on my caddyfile

1. The problem I’m having:

No specific issue would just like an extra set of eyes on my Caddyfile as I followed a guide and don’t want to do anything stupid. Is there anything wrong with how it’s composed or anything I should consider adding or amending?

2. Error messages and/or full log output:

NA

3. Caddy version:

v2.7.6 h1:w0NymbG2m9PcvKWsrXO6EEkY9Ru4FJK8uQbYcev1p3A=

4. How I installed and ran Caddy:

Followed the official guide for initial installation.

a. System environment:

Windows 11 Pro

b. Command:

./Caddy run

c. Service/unit/compose file:

NA

d. My complete Caddy config:

jelly.lolwtf.uk {
    reverse_proxy 192.168.1.74:8099
}
lidarr.lolwtf.uk {
    reverse_proxy localhost:8686
}
emby.lolwtf.uk {
    reverse_proxy localhost:8096
}
sonarr.lolwtf.uk {
    reverse_proxy localhost:8989
}
radarr.lolwtf.uk {
    reverse_proxy localhost:7878
}
sab.lolwtf.uk {
    reverse_proxy localhost:8085
}

5. Links to relevant resources:

NA

Nope, that’s all you need! If the apps work fine, nothing to do.

1 Like

Yeah it’s working perfectly. I have just been shocked how easy it was to set up. Coming from a Linux background and switching to Win for me has been a struggle.

I tried IIS and failed, I had nginx up and running but forgot how clunky it was.

Is there a recommended method to have my caddy autostart from boot on Windows?

Yep, you have a couple options: Keep Caddy Running — Caddy Documentation

1 Like

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