forked from devcontainers-extra/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
32 lines (32 loc) 路 966 Bytes
/
Copy pathdevcontainer-feature.json
File metadata and controls
32 lines (32 loc) 路 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"id": "caddy",
"version": "1.0.9",
"name": "Caddy (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/caddy",
"description": "Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS.",
"options": {
"version": {
"default": "latest",
"description": "Select the version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"golangVersion": {
"default": "latest",
"description": "Select the version to install.",
"proposals": [
"latest",
"none",
"1.19",
"1.18"
],
"type": "string"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go",
"ghcr.io/devcontainers-extra/features/gh-release"
]
}