mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Add restic plugin directive (#1730)
This commit is contained in:
parent
d3fc9f7a9b
commit
7b5efb5d75
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ var directives = []string{
|
||||||
"awslambda", // github.com/coopernurse/caddy-awslambda
|
"awslambda", // github.com/coopernurse/caddy-awslambda
|
||||||
"grpc", // github.com/pieterlouw/caddy-grpc
|
"grpc", // github.com/pieterlouw/caddy-grpc
|
||||||
"gopkg", // github.com/zikes/gopkg
|
"gopkg", // github.com/zikes/gopkg
|
||||||
|
"restic", // github.com/mholt/caddy-restic
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue