forked from dokku/dokku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.code-workspace
116 lines (116 loc) · 1.44 KB
/
workspace.code-workspace
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"folders": [
{
"path": "."
},
{
"path": "plugins/00_dokku-standard"
},
{
"path": "plugins/20_events"
},
{
"path": "plugins/app-json"
},
{
"path": "plugins/apps"
},
{
"path": "plugins/builder"
},
{
"path": "plugins/builder-dockerfile"
},
{
"path": "plugins/builder-herokuish"
},
{
"path": "plugins/builder-null"
},
{
"path": "plugins/builder-pack"
},
{
"path": "plugins/buildpacks"
},
{
"path": "plugins/certs"
},
{
"path": "plugins/checks"
},
{
"path": "plugins/common"
},
{
"path": "plugins/config"
},
{
"path": "plugins/cron"
},
{
"path": "plugins/docker-options"
},
{
"path": "plugins/domains"
},
{
"path": "plugins/enter"
},
{
"path": "plugins/git"
},
{
"path": "plugins/logs"
},
{
"path": "plugins/network"
},
{
"path": "plugins/nginx-vhosts"
},
{
"path": "plugins/plugin"
},
{
"path": "plugins/proxy"
},
{
"path": "plugins/ps"
},
{
"path": "plugins/registry"
},
{
"path": "plugins/repo"
},
{
"path": "plugins/resource"
},
{
"path": "plugins/run"
},
{
"path": "plugins/scheduler"
},
{
"path": "plugins/scheduler-docker-local"
},
{
"path": "plugins/scheduler-null"
},
{
"path": "plugins/shell"
},
{
"path": "plugins/ssh-keys"
},
{
"path": "plugins/storage"
},
{
"path": "plugins/trace"
}
],
"settings": {}
}