Bun 版本对比

变更: v1.0.0v1.0.1 2026-07-01 16:32 → 2026-07-01 16:33
v1.0.0 v1.0.1
-19 +19
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2023-09-13T17:51:41+02:00",
8 "name": "Bun",
9 "author": "mratox@protonmail.com",
10 - "description": "Bun is an incredibly fast JavaScript runtime, transpiler bundler, and npm package manager all-in-one.",
11 "features": null,
12 "docker_images": {
13 "Bun Latest": "ghcr.io/ptero-eggs/yolks:bun_latest",
展开 16 行未改动
30 },
31 "variables": [
32 {
33 - "name": "Git Repository Address",
34 - "description": "The Git repository address to clone .",
35 "env_variable": "GIT_ADDRESS",
36 "default_value": "",
37 "user_viewable": true,
38 "user_editable": true,
39 "rules": "nullable|string",
40 "field_type": "text"
41 },
42 {
43 - "name": "User Uploaded Files",
44 - "description": "Skip all the install stuff if you are letting a user upload files.\r\n0 = false (default)\r\n1 = true",
45 "env_variable": "USER_UPLOAD",
46 "default_value": "0",
47 "user_viewable": true,
48 "user_editable": true,
49 "rules": "required|boolean",
50 "field_type": "text"
51 },
52 {
53 - "name": "Auto Update",
54 - "description": "Pull the latest files on startup when using a Git Repository.\r\n0 = false (default)\r\n1 = true",
55 "env_variable": "AUTO_UPDATE",
56 "default_value": "0",
57 "user_viewable": true,
58 "user_editable": true,
59 "rules": "required|boolean",
60 "field_type": "text"
61 },
62 {
63 - "name": "Main file",
64 - "description": "The main file passed to the bun run command",
65 "env_variable": "MAIN_FILE",
66 "default_value": "index.js",
67 "user_viewable": true,
68 "user_editable": true,
69 "rules": "required|string",
70 "field_type": "text"
71 },
72 {
73 - "name": "Additional Bun Packages",
74 - "description": "Install additional bun packages.\r\nUse spaces to separate",
75 "env_variable": "BUN_PACKAGES",
76 "default_value": "",
77 "user_viewable": true,
78 "user_editable": true,
79 "rules": "nullable|string",
80 "field_type": "text"
81 },
82 {
83 - "name": "Uninstall Bun Packages",
84 - "description": "Uninstall bun packages.\r\nUse spaces to separate",
85 "env_variable": "RMBUN_PACKAGES",
86 "default_value": "",
87 "user_viewable": true,
88 "user_editable": true,
89 "rules": "nullable|string",
90 "field_type": "text"
91 },
92 {
93 - "name": "Git Branch",
94 - "description": "The Git branch to install.",
95 "env_variable": "BRANCH",
96 "default_value": "",
97 "user_viewable": true,
98 "user_editable": true,
99 "rules": "nullable|string",
100 "field_type": "text"
101 },
102 {
103 - "name": "Git Username",
104 - "description": "Git username for authentication.",
105 "env_variable": "USERNAME",
106 "default_value": "",
107 "user_viewable": true,
108 "user_editable": true,
109 "rules": "nullable|string",
110 "field_type": "text"
111 },
112 {
113 - "name": "Git Access Token",
114 - "description": "Git access token for authentication.",
115 "env_variable": "ACCESS_TOKEN",
116 "default_value": "",
117 "user_viewable": true,
展开 3 行未改动
121 }
122 ]
123 }
1 {
2 "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
3 "meta": {
展开 3 行未改动
7 "exported_at": "2023-09-13T17:51:41+02:00",
8 "name": "Bun",
9 "author": "mratox@protonmail.com",
10 + "description": "Bun 是一个极快的 JavaScript 运行时、转译器、打包器和 npm 包管理器的一体化工具。",
11 "features": null,
12 "docker_images": {
13 "Bun Latest": "ghcr.io/ptero-eggs/yolks:bun_latest",
展开 16 行未改动
30 },
31 "variables": [
32 {
33 + "name": "Git仓库地址",
34 + "description": "要克隆的Git仓库地址。",
35 "env_variable": "GIT_ADDRESS",
36 "default_value": "",
37 "user_viewable": true,
38 "user_editable": true,
39 "rules": "nullable|string",
40 "field_type": "text"
41 },
42 {
43 + "name": "用户上传的文件",
44 + "description": "如果让用户上传文件,则跳过所有安装内容。0 = 假(默认)1 = 真",
45 "env_variable": "USER_UPLOAD",
46 "default_value": "0",
47 "user_viewable": true,
48 "user_editable": true,
49 "rules": "required|boolean",
50 "field_type": "text"
51 },
52 {
53 + "name": "自动更新",
54 + "description": "在启动时使用 Git 仓库时拉取最新文件。 \n0 = false(默认) \n1 = true",
55 "env_variable": "AUTO_UPDATE",
56 "default_value": "0",
57 "user_viewable": true,
58 "user_editable": true,
59 "rules": "required|boolean",
60 "field_type": "text"
61 },
62 {
63 + "name": "主文件",
64 + "description": "传递给 bun run 命令的主文件",
65 "env_variable": "MAIN_FILE",
66 "default_value": "index.js",
67 "user_viewable": true,
68 "user_editable": true,
69 "rules": "required|string",
70 "field_type": "text"
71 },
72 {
73 + "name": "附加的Bun包",
74 + "description": "安装额外的 bun 包。使用空格分隔。",
75 "env_variable": "BUN_PACKAGES",
76 "default_value": "",
77 "user_viewable": true,
78 "user_editable": true,
79 "rules": "nullable|string",
80 "field_type": "text"
81 },
82 {
83 + "name": "卸载 Bun 包",
84 + "description": "卸载 bun 包。\n使用空格分隔。",
85 "env_variable": "RMBUN_PACKAGES",
86 "default_value": "",
87 "user_viewable": true,
88 "user_editable": true,
89 "rules": "nullable|string",
90 "field_type": "text"
91 },
92 {
93 + "name": "Git 分支",
94 + "description": "要安装的Git分支",
95 "env_variable": "BRANCH",
96 "default_value": "",
97 "user_viewable": true,
98 "user_editable": true,
99 "rules": "nullable|string",
100 "field_type": "text"
101 },
102 {
103 + "name": "Git用户名",
104 + "description": "用于认证的Git用户名。",
105 "env_variable": "USERNAME",
106 "default_value": "",
107 "user_viewable": true,
108 "user_editable": true,
109 "rules": "nullable|string",
110 "field_type": "text"
111 },
112 {
113 + "name": "Git 访问令牌",
114 + "description": "用于身份验证的Git访问令牌。",
115 "env_variable": "ACCESS_TOKEN",
116 "default_value": "",
117 "user_viewable": true,
展开 3 行未改动
121 }
122 ]
123 }

更新说明

v1.0.0

批量导入

v1.0.1

[AI翻译] 描述、说明、JSON描述、变量