mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 07:02:34 +01:00
Adding caddy support
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
3665a9131c
commit
e077c85d00
6 changed files with 63 additions and 1 deletions
|
|
@ -38,6 +38,11 @@ apps:
|
|||
daemon: simple
|
||||
plugs: [network, network-bind]
|
||||
|
||||
caddy-service:
|
||||
command: caddy-control
|
||||
daemon: simple
|
||||
plugs: [network, network-bind]
|
||||
|
||||
help:
|
||||
command: wekan-help
|
||||
|
||||
|
|
@ -124,3 +129,12 @@ parts:
|
|||
helpers:
|
||||
source: snap-src
|
||||
plugin: dump
|
||||
|
||||
caddy:
|
||||
plugin: go
|
||||
go-importpath: github.com/mholt/caddy
|
||||
source: https://github.com/mholt/caddy.git
|
||||
source-type: git
|
||||
source-commit: 53e117802fedd5915eeb32907873d8786a4b2936
|
||||
prime:
|
||||
- bin/caddy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue