"_comment":"DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta":{
"version":"PTDL_v2",
"update_url":null
},
"exported_at":"2023-02-24T17:58:34+01:00",
"name":"dart generic",
"author":"alden@knoban.com",
"description":"A generic dart CLI egg.\r\n\r\nThis will clone a dart CLI application. it defaults to master if no branch is specified.\r\n\r\nInstalls the pubspec.yaml packages on run. If you set user_upload then I assume you know what you are doing.",
"description":"GitHub Repo to clone\r\n\r\nI.E. https:\/\/github.com\/kNoAPP\/repo_name",
"env_variable":"GIT_ADDRESS",
"default_value":"",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string",
"field_type":"text"
},
{
"name":"Install Branch",
"description":"The branch of the bot to install.",
"env_variable":"BRANCH",
"default_value":"",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string",
"field_type":"text"
},
{
"name":"User Uploaded Files",
"description":"Skip all the install stuff if you are letting a user upload files.\r\n\r\n0 = false (default)\r\n1 = true",
"env_variable":"USER_UPLOAD",
"default_value":"0",
"user_viewable":true,
"user_editable":true,
"rules":"required|boolean",
"field_type":"text"
},
{
"name":"Auto Update",
"description":"Pull the latest files on startup when using a GitHub repo.",
"env_variable":"AUTO_UPDATE",
"default_value":"0",
"user_viewable":true,
"user_editable":true,
"rules":"required|boolean",
"field_type":"text"
},
{
"name":"Auto Reset",
"description":"Hard reset the latest files on startup when using a GitHub repo.",
"env_variable":"AUTO_RESET",
"default_value":"0",
"user_viewable":true,
"user_editable":true,
"rules":"required|boolean",
"field_type":"text"
},
{
"name":"Git Username",
"description":"Username to auth with git.",
"env_variable":"USERNAME",
"default_value":"",
"user_viewable":true,
"user_editable":true,
"rules":"nullable|string",
"field_type":"text"
},
{
"name":"Git Access Token",
"description":"Password to use with git.\r\n\r\nIt's best practice to use a Personal Access Token.\r\nhttps:\/\/github.com\/settings\/tokens\r\nhttps:\/\/gitlab.com\/-\/profile\/personal_access_tokens",