mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 08:08:49 +01:00
Try to fix Snap. TODO: Sometime migrate from Caddy v1 to Caddy v2.
Thanks to xet7 !
This commit is contained in:
parent
9c48cc9ec0
commit
68391a943b
1 changed files with 9 additions and 2 deletions
|
|
@ -248,8 +248,15 @@ parts:
|
||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
source: https://caddyserver.com/download/linux/amd64?license=personal&telemetry=off
|
## Caddy v1 is not developed anymore. TODO: Sometime migrate to Caddy v2.
|
||||||
source-type: tar
|
## 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:
|
organize:
|
||||||
caddy: bin/caddy
|
caddy: bin/caddy
|
||||||
CHANGES.txt: CADDY_CHANGES.txt
|
CHANGES.txt: CADDY_CHANGES.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue