-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
] | ||
} |