Skip to content

Commit

Permalink
Tested Frontend egg and it works!
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Sep 2, 2024
1 parent 20ab8a3 commit ca79dda
Showing 1 changed file with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-02-12T17:45:54+01:00",
"name": "Pterodactyl egg Frontend Ree6",
"author": "[email protected]",
"description": "Pterodactyl egg for the Frontend",
"exported_at": "2024-09-02T11:23:10+02:00",
"name": "Ree6 Frontend",
"author": "[email protected]",
"description": "A Egg for the Ree6 Webinterface Fronted",
"features": null,
"docker_images": {
"Nodejs 20": "ghcr.io\/parkervcp\/yolks:nodejs_20",
Expand Down Expand Up @@ -39,6 +39,26 @@
"user_editable": false,
"rules": "nullable|string",
"field_type": "text"
},
{
"name": "Backend Url",
"description": "",
"env_variable": "VITE_API_URL",
"default_value": "https:\/\/api.ree6.de",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|url",
"field_type": "text"
},
{
"name": "Invite Link",
"description": "",
"env_variable": "VITE_INVITE_LINK",
"default_value": "https:\/\/invite.ree6.de",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
}
]
}

0 comments on commit ca79dda

Please sign in to comment.