Where is the download for Caddy V1

1. Caddy version - Trying to get V1

2. How I run Caddy:

I am just trying to find the install for Caddy V1 as i have no clue how to migrate caddyfile

a. System environment:

Debian

b. Command:

Expecting to use “caddy”

d. My complete Caddyfile or JSON config:

ServerStat (Monitoring) Server End Date

monitor.mattiebit.space:443 {
tls /home/mattie/certificates/fullchain.pem /home/mattie/certificates/privkey.pem
proxy / 127.0.0.1:19999
}

Portfolio (Persional Page) Server End Date

https://mattiebit.space, https://www.mattiebit.space {
root /home/mattie/www/home
tls /home/mattie/certificates/fullchain.pem /home/mattie/certificates/privkey.pem
}

FileServer (Screenshots/Gifs) Server End Date

https://i.mattiebit.space {
proxy / 127.0.0.1:42069 {
websocket
transparent
}
tls /home/mattie/certificates/fullchain.pem /home/mattie/certificates/privkey.pem
}

2394Sqn ATC (Air Cadets) Server End Date <Never/Test>

https://2394atc.mattiebit.space {
root /home/mattie/www/2394
tls /home/mattie/certificates/fullchain.pem /home/mattie/certificates/privkey.pem
}

3. The problem I’m having:

4. Error messages and/or full log output:

5. What I already tried:

I am trying to find the installer for Caddy V1. But it seems it has been completely removed.
Does anyone have a clue where to get it?

6. Links to relevant resources:

You can grab the last v1 release (that github has binaries for) from here:

Or build from source using the v1 branch:

Caddy v1 is no longer actively maintained, we highly recommend you upgrade to Caddy v2.

1 Like

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