github pelican-dev/panel v1.0.0-beta3

latest releases: v1.0.0-beta8, v1.0.0-beta7, v1.0.0-beta6...
3 months ago

v1.0.0-beta3 Released!

Welcome to the third beta... a few things have been addressed and fixed, but some issues still exist... They're listed below...

!!There is a breaking change for people using SQLite!!

Please update the env file DB_DATABASE and remove the absolute path, If you fail to update the path, you will get a 500 error when trying to load the panel.

Old: DB_DATABASE='/var/www/pelican/database/database.sqlite'
New: DB_DATABASE='database.sqlite'

You can follow the update guide, listed below.
Panel: https://pelican.dev/docs/panel/update

Known Issues! - Things that need to be addressed
~ Unable to change a server's current egg

Fixes
~ Server -> Admin View on front end.
~ View Database, Rotate Password properly rotates and shows new password
~ Redirect to login, after password change.
~ Fixed Default value for CPU when making a new node.
~ Editing node settings updates the config display without a refresh.

Additions
~ Adding Allocations to existing servers
~ Servers now toggles for suspending, reinstalling, and installation status.
~ API Support for Mounts
~ Allow Nodes to limit CPU Usage
~ Allow adding of Mounts to a server
~ Allow custom docker container labels
~ Resetting Daemon/Node token.
~ Allocation table on Edit Node page shows Allocation ID
~ Completed, New Profile 2FA.

Changes
~ API Keys now only shows Application API Keys, User API Keys can be found under your profile.
~ Multiple pages updated to fix mobile layout
~ Redesigned Edit Server Page, Create Page Soon
~ Database path uses database/ as the default location. BREAKING CHANGE
~ Changed Message when an egg with no variables are selected

What's Changed

New Contributors

Full Changelog: v1.0.0-beta2...v1.0.0-beta3

Don't miss a new panel release

NewReleases is sending notifications on new releases.