Update egg-bun.json (#2466)
Update Bun: to use the right variable names
This commit is contained in:
		| @@ -4,7 +4,7 @@ | |||||||
|         "version": "PTDL_v2", |         "version": "PTDL_v2", | ||||||
|         "update_url": null |         "update_url": null | ||||||
|     }, |     }, | ||||||
|     "exported_at": "2023-08-27T11:46:37+02:00", |     "exported_at": "2023-09-13T17:51:41+02:00", | ||||||
|     "name": "Bun", |     "name": "Bun", | ||||||
|     "author": "mratox@protonmail.com", |     "author": "mratox@protonmail.com", | ||||||
|     "description": "Bun is an incredibly fast JavaScript runtime, transpiler bundler, and npm package manager all-in-one.", |     "description": "Bun is an incredibly fast JavaScript runtime, transpiler bundler, and npm package manager all-in-one.", | ||||||
| @@ -39,16 +39,6 @@ | |||||||
|             "rules": "nullable|string", |             "rules": "nullable|string", | ||||||
|             "field_type": "text" |             "field_type": "text" | ||||||
|         }, |         }, | ||||||
|         { |  | ||||||
|             "name": "Git Branch", |  | ||||||
|             "description": "The Git branch to install.", |  | ||||||
|             "env_variable": "GIT_BRANCH", |  | ||||||
|             "default_value": "", |  | ||||||
|             "user_viewable": true, |  | ||||||
|             "user_editable": true, |  | ||||||
|             "rules": "nullable|string", |  | ||||||
|             "field_type": "text" |  | ||||||
|         }, |  | ||||||
|         { |         { | ||||||
|             "name": "User Uploaded Files", |             "name": "User Uploaded Files", | ||||||
|             "description": "Skip all the install stuff if you are letting a user upload files.\r\n0 = false (default)\r\n1 = true", |             "description": "Skip all the install stuff if you are letting a user upload files.\r\n0 = false (default)\r\n1 = true", | ||||||
| @@ -69,26 +59,6 @@ | |||||||
|             "rules": "required|boolean", |             "rules": "required|boolean", | ||||||
|             "field_type": "text" |             "field_type": "text" | ||||||
|         }, |         }, | ||||||
|         { |  | ||||||
|             "name": "Git Username", |  | ||||||
|             "description": "Git username for authentication.", |  | ||||||
|             "env_variable": "GIT_USERNAME", |  | ||||||
|             "default_value": "", |  | ||||||
|             "user_viewable": true, |  | ||||||
|             "user_editable": true, |  | ||||||
|             "rules": "nullable|string", |  | ||||||
|             "field_type": "text" |  | ||||||
|         }, |  | ||||||
|         { |  | ||||||
|             "name": "Git Access Token", |  | ||||||
|             "description": "Git access token for authentication.", |  | ||||||
|             "env_variable": "GIT_ACCESS_TOKEN", |  | ||||||
|             "default_value": "", |  | ||||||
|             "user_viewable": true, |  | ||||||
|             "user_editable": true, |  | ||||||
|             "rules": "nullable|string", |  | ||||||
|             "field_type": "text" |  | ||||||
|         }, |  | ||||||
|         { |         { | ||||||
|             "name": "Main file", |             "name": "Main file", | ||||||
|             "description": "The main file passed to the bun run command", |             "description": "The main file passed to the bun run command", | ||||||
| @@ -118,6 +88,36 @@ | |||||||
|             "user_editable": true, |             "user_editable": true, | ||||||
|             "rules": "nullable|string", |             "rules": "nullable|string", | ||||||
|             "field_type": "text" |             "field_type": "text" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "Git Branch", | ||||||
|  |             "description": "The Git branch to install.", | ||||||
|  |             "env_variable": "BRANCH", | ||||||
|  |             "default_value": "", | ||||||
|  |             "user_viewable": true, | ||||||
|  |             "user_editable": true, | ||||||
|  |             "rules": "nullable|string", | ||||||
|  |             "field_type": "text" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "Git Username", | ||||||
|  |             "description": "Git username for authentication.", | ||||||
|  |             "env_variable": "USERNAME", | ||||||
|  |             "default_value": "", | ||||||
|  |             "user_viewable": true, | ||||||
|  |             "user_editable": true, | ||||||
|  |             "rules": "nullable|string", | ||||||
|  |             "field_type": "text" | ||||||
|  |         }, | ||||||
|  |         { | ||||||
|  |             "name": "Git Access Token", | ||||||
|  |             "description": "Git access token for authentication.", | ||||||
|  |             "env_variable": "ACCESS_TOKEN", | ||||||
|  |             "default_value": "", | ||||||
|  |             "user_viewable": true, | ||||||
|  |             "user_editable": true, | ||||||
|  |             "rules": "nullable|string", | ||||||
|  |             "field_type": "text" | ||||||
|         } |         } | ||||||
|     ] |     ] | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user