-
Notifications
You must be signed in to change notification settings - Fork 419
Expand file tree
/
Copy pathdata.yml
More file actions
57 lines (57 loc) · 1.41 KB
/
data.yml
File metadata and controls
57 lines (57 loc) · 1.41 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
51
52
53
54
55
56
57
additionalProperties:
formFields:
- default: "40314"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
es-es: Puerto
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
ko: 포트
zh-Hant: 埠
zh: 端口
tr: Bağlantı Noktası
required: true
rule: paramPort
type: number
- default: "netdata"
edit: true
envKey: HOSTNAME
labelEn: Hostname
labelZh: 主机名
label:
en: Hostname
es-es: Nombre del host
ja: ホスト名
ms: Nama hos
pt-br: Nome do host
ru: Имя хоста
ko: 호스트 이름
zh-Hant: 主機名稱
zh: 主机名
tr: Ana bilgisayar adı
required: true
type: text
- default: "/var/run/docker.sock"
edit: true
envKey: DOCKER_SOCK_PATH
labelEn: Docker Socket Path
labelZh: Docker 套接字路径
label:
en: Docker Socket Path
es-es: Ruta del socket de Docker
ja: Docker ソケットパス
ms: Laluan soket Docker
pt-br: Caminho do socket do Docker
ru: Путь к сокету Docker
ko: Docker 소켓 경로
zh-Hant: Docker 套接字路徑
zh: Docker 套接字路径
tr: Docker soket yolu
required: true
type: text