wahyd4 / aria2-ariang-docker

The Docker image for Aria2 + AriaNg + File Browser + Rclone
Apache License 2.0
1.04k stars 235 forks source link

Update to caddy 2 #87

Closed wahyd4 closed 3 years ago

wahyd4 commented 4 years ago

Description

Since Caddy is fully open source, it's better to upgrade caddy to version 2

wahyd4 commented 4 years ago

This will be put on hold for a while, giving the Caddy is not stable and mature at all after trying for a while.😕

ghost commented 3 years ago

Looking forward to that!

Also, I found a nice dockerfile to build caddy 2 with webdav support. That would be useful for many GUI clients.

FROM caddy:builder AS builder

RUN caddy-builder \
  github.com/mholt/caddy-webdav

FROM caddy:latest

COPY --from=builder /usr/bin/caddy /usr/bin/caddy
ghost commented 3 years ago

BTW, Caddy2 is stable already. :)