mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #256] [CLOSED] Feature: egg meta.update_url field implementation #659
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/256
Author: @a-sync
Created: 5/18/2024
Status: ❌ Closed
Base:
main← Head:egg-update_url📝 Commits (1)
80305bcmake use of meta.update_url in the clients browser📊 Changes
1 file changed (+39 additions, -0 deletions)
View changed files
📝
resources/views/admin/eggs/view.blade.php(+39 -0)📄 Description
A frontend/browser only proof of concept use case for the meta.update_url egg property.
This is how it works:
The only catch is that the host serving the egg JSON must have the proper CORS headers configured for the clients to be able to download the file.

Tested it with success with an egg hosted in a github repo served through raw.githubusercontent.com, jsdelivr.com and statically.io.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.