-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathegg-cloudflared.json
More file actions
52 lines (52 loc) · 1.94 KB
/
egg-cloudflared.json
File metadata and controls
52 lines (52 loc) · 1.94 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
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2026-02-01T11:38:42-07:00",
"name": "Cloudflared",
"author": "[email protected]",
"description": "Cloudflared egg",
"features": null,
"docker_images": {
"Cloudflared": "ghcr.io\/sinaloense\/pterodactyl-cloudflared:latest"
},
"file_denylist": [],
"startup": "cloudflared --loglevel {{LOG_LEVEL}} --logfile \".\/logs\/cloudflared.log\" tunnel --no-autoupdate run --token {{TOKEN}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Updated to new configuration\"\r\n}",
"logs": "{}",
"stop": "^C & ^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n# Cloudflared Installation Script\r\n#",
"container": "debian:bookworm-slim",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "LOG_LEVEL",
"description": "Application logging level {debug, info, warn, error, fatal}. At debug level cloudflared will log request URL, method, protocol, content length, as well as, all request and response headers. This can expose sensitive information in your logs. (default: \"info\")",
"env_variable": "LOG_LEVEL",
"default_value": "info",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|in:debug,info,warn,error,fatal",
"field_type": "text"
},
{
"name": "TOKEN",
"description": "The Tunnel token.",
"env_variable": "TOKEN",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|regex:\/^[A-Za-z0-9_-]+$\/",
"field_type": "text"
}
]
}