Skip to content

PanelManager/panel

Repository files navigation

panel

A manager dashboard for ptero/pelican panel.

quick dev docs

CREATE DATABASE panelmgr;
CREATE USER 'panelmgruser'@'localhost' IDENTIFIED BY 'panelmgrpassword';
GRANT ALL PRIVILEGES ON panelmgr.* TO 'panelmgruser'@'localhost';
FLUSH PRIVILEGES;
exit
npm run css # Build the tailwind css files [production]
npm run css-watch # Rebuilding the css files during changes [development]
node server.js

About

A manager dashboard for ptero/pelican panel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages