mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 06:25:57 +03:00
[GH-ISSUE #67] [Feature]: Option for adding templates in the image catalog #73
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nothing-fr on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/67
Feature Description
We use templates for deploying VMs. Is it possible to add these to the
Image Catalogin some way (e.g., via tags) ?This would allow us to create
Blueprintsusing this image, for example...Problem / Use Case
Proposed Solution
No response
Alternatives Considered
No response
Category
Quality of Life
How important is this feature to you?
Nice to have
Additional Context
No response
Contribution
@adminsyspro commented on GitHub (Mar 4, 2026):
Hi, I will plan this feature.
Regards.
@adminsyspro commented on GitHub (Mar 6, 2026):
This has been implemented in
718ba73!You can now add custom images to the catalog via Templates → Image Catalog → "Add Custom Image":
.qcow2,.raw,.img)Custom images appear alongside built-in ones in the catalog and can be used in Blueprints for repeatable deployments.
See also #76 for context.
@nothing-fr commented on GitHub (Mar 6, 2026):
When I try to add a template, I get the following error:
@adminsyspro commented on GitHub (Mar 7, 2026):
@nothing-fr Thanks for reporting this! Fixed in
3f563b0.The issue was that the
custom_imagesdatabase table wasn't being created on container startup. After updating (pull + restart), the table will be automatically created and the "Add Custom Image" feature will work.