mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Remove stock eggs (json files) and download json urls instead #175
Reference in New Issue
Block a user
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 @Boy132 on GitHub (Oct 21, 2024).
Instead of shipping egg jsons directly with the panel we should just import egg urls when seeding.
This requires to add the current stock eggs to the egg repos first if they are missing there.
Example: (pseudo code)
We could maybe also include a egg import step to the installer, so you can choose which eggs to import (from a predefined selection and info where to get more eggs).
@lancepioch commented on GitHub (Oct 22, 2024):
This is going to be a whole separate thing as part of the Pelican Hub.
I'll make the appropriate issues and pull requests when it's time!
For now, some tests rely on these eggs being there, so we're kind of stuck with them for now.