summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snapcraft.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 816f97a2..6a563e9f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -248,8 +248,15 @@ parts:
caddy:
plugin: dump
- source: https://caddyserver.com/download/linux/amd64?license=personal&telemetry=off
- source-type: tar
+ ## Caddy v1 is not developed anymore. TODO: Sometime migrate to Caddy v2.
+ ## https://caddy.community/t/caddyfile-v1-adapter/9129
+ ## https://github.com/caddyserver/caddy/tree/v1
+ #source: https://caddyserver.com/download/linux/amd64?license=personal&telemetry=off
+ #source-type: tar
+ # Using last working binary that was downloaded from above URL to Wekan Snap,
+ # and .txt files from https://github.com/caddyserver/caddy/tree/v1/dist
+ source: https://releases.wekan.team/caddy/caddy-v1-linux-amd64.7z
+ source-type: 7z
organize:
caddy: bin/caddy
CHANGES.txt: CADDY_CHANGES.txt