Changes the UUID of existing eggs in Pelican Panel. That's it. !!!!! ONLY FOR DEVELOPMENT !!!!!
Sometimes you need to match UUIDs between different panel installations, or you imported an egg and want to keep the original UUID. This plugin lets you do that without messing around in the database.
The plugin hooks into Filament's action system to add a button on the EditEgg page. All UUID changes are wrapped in database transactions for safety.
cd /var/www/pelican/plugins
git clone https://github.com/gOOvER/egg-uuid-changer.git egg-uuid-changer
cd /var/www/pelican
php artisan plugin:enable egg-uuid-changer
php artisan optimize:clear
Open any egg in the admin panel. You'll see a "Change UUID" button at the top. Click it to:
The page will automatically reload after the UUID change to show the updated value.
Changing an egg's UUID after it's already in use can break things. Specifically:
Only change UUIDs if you know what you're doing. Make a backup first.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.