My Fleet
My Fleet is your personal template management dashboard. It lets you create, version, and publish reusable environment templates that can be shared with your team or the entire fibe.gg community via Stargate.
Overview
My Fleet is accessible at /my_fleet in the application. From here you can:
- Create new templates with a name, description, category, and cover image
- Edit template metadata (name, description, category, image)
- Manage versions — Create new versions, toggle visibility, delete versions
- Delete templates you own (as long as they have no public versions in use)
Template Management
Creating a Template
- Navigate to My Fleet
- Click New Template
- Provide a name, optional description, and category
- Optionally upload a cover image (JPEG, PNG, SVG, or WebP — max 500 KB by default)
Template Images
Cover images are displayed in the template gallery (Stargate and My Fleet). Supported formats:
| Format | Max Size |
|---|---|
| JPEG, PNG, WebP, SVG | Configurable (default 500 KB) |
Categories
Templates can be organized into categories (e.g., Web Frameworks, Databases, Full-Stack Starters). Categories are managed by platform administrators — to request a new category, contact support@fibe.gg.
Categories help users discover relevant templates in Stargate.
Version Management
Each template can have multiple immutable versions. Once a version is created, its template body cannot be modified — this guarantees that environments launched from a specific version always produce the same result.
Creating a Version
- Open a template from My Fleet
- Click New Version
- Provide the template body (YAML format — see Templates)
- Submit — the version is automatically assigned the next sequential version number
Visibility
Each version has its own visibility setting:
| Visibility | Description |
|---|---|
| Public | Visible to all users in Stargate |
| Private | Visible only to the template owner |
You can toggle a version's visibility at any time using the Toggle Public action.
Deleting Versions
Versions can be deleted individually. Deleting a version does not affect Playspecs or Playgrounds that were already created from it.