-
Notifications
You must be signed in to change notification settings - Fork 552
Expand file tree
/
Copy pathcode-serverconfig.json
More file actions
50 lines (50 loc) · 1.81 KB
/
code-serverconfig.json
File metadata and controls
50 lines (50 loc) · 1.81 KB
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
[
{
"DisplayName": "code-server Version",
"Category": "code-server:web",
"Subcategory": "Server:download:1",
"Description": "Sets the code-server release version to install. Empty = latest stable release tag from GitHub.",
"Keywords": "code-server,version,release",
"FieldName": "ServerVersion",
"InputType": "text",
"ParamFieldName": "ServerVersion",
"DefaultValue": "",
"Placeholder": "v4.109.5",
"EnumValues": {}
},
{
"DisplayName": "Additional code-server Arguments",
"Category": "code-server:web",
"Subcategory": "Server:runtime:2",
"Description": "Optional extra flags appended to the code-server start command.",
"Keywords": "custom,args,flags",
"FieldName": "CustomArgs",
"InputType": "text",
"ParamFieldName": "CustomArgs",
"DefaultValue": "",
"Placeholder": "--disable-workspace-trust",
"EnumValues": {}
},
{
"DisplayName": "Server Binding",
"Category": "code-server:web",
"Subcategory": "Server:runtime:2",
"Description": "Uses the AMP Application IP Binding for the web listener.",
"Keywords": "binding,ip,address",
"FieldName": "$ApplicationIPBinding",
"InputType": "hidden",
"ParamFieldName": "ApplicationIPBinding",
"EnumValues": {}
},
{
"DisplayName": "Web UI Password",
"Category": "code-server:web",
"Subcategory": "Access:auth:3",
"Description": "Generated by AMP and passed to code-server as the PASSWORD environment variable.",
"Keywords": "password,auth",
"FieldName": "$RemoteAdminPassword",
"InputType": "hidden",
"ParamFieldName": "RemoteAdminPassword",
"EnumValues": {}
}
]