{"id":18262876,"url":"https://github.com/midwayjs/pandora-dashboard","last_synced_at":"2025-06-20T22:36:55.556Z","repository":{"id":45117086,"uuid":"111898765","full_name":"midwayjs/pandora-dashboard","owner":"midwayjs","description":"A local GUI Dashboard for Pandora.js","archived":false,"fork":false,"pushed_at":"2021-12-28T15:08:28.000Z","size":2485,"stargazers_count":52,"open_issues_count":11,"forks_count":5,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-04-24T02:46:21.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/midwayjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-24T09:13:40.000Z","updated_at":"2020-11-18T03:30:07.000Z","dependencies_parsed_at":"2022-09-17T14:10:42.612Z","dependency_job_id":null,"html_url":"https://github.com/midwayjs/pandora-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midwayjs%2Fpandora-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midwayjs%2Fpandora-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midwayjs%2Fpandora-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midwayjs%2Fpandora-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/midwayjs","download_url":"https://codeload.github.com/midwayjs/pandora-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247246198,"owners_count":20907751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:09:06.229Z","updated_at":"2025-04-04T20:30:54.790Z","avatar_url":"https://github.com/midwayjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pandora Dashboard\n\nA local Dashboard for the Pandora.js. \n\nThe Dashboard it is a standard Pandora.js Project, manage it like a normal Project.\n\n## Usage\n\n### Install globaly\n\n```bash\n$ npm i pandora-dashboard -g # install pandora-dashboard globally\n$ pandora start --name dashboard `pandora-dashboard-dir` # start it\n```\n\nopen `http://127.0.0.1:9081`\n\n## Custom TCP Port and IP Address\n\nBy default, The Dashboard listens to `http://127.0.0.1:9081`. But it also can tell The Dashboard a specific TCP Port and a specific IP Address to listen on.\n\n```bash\npandora start --name dashboard --env \"DASHBOARD_PORT=9081 DASHBOARD_HOST=0.0.0.0\" `pandora-dashboard-dir`\n```\n\n## HTTP Auth\n\nSet a environment variable like below:\n\n```bash\npandora start --name dashboard --env \"DASHBOARD_AUTH=admin:admin\" `pandora-dashboard-dir`\n\n```\n\n## How to Contribute\n\n### Back-End\n\nRun `pandora dev`, that will start the project by TypeScript source files through `ts-node/register`.\n### Front-End\n\nThe front-end is a React application which relies on `[react-router](https://github.com/ReactTraining/react-router)` for navigation. `[webpack](https://github.com/webpack/webpack)` is being used as the module resolver and the build tool producing a single `bundle.js` for distribution.\n\n**webpack-dev-server**\n\n1. Run `npm run dev-public`, that will start a `webpack-dev-server` to listens on default port `8080`.\n2. Run `pandora dev --env=\"DASHBOARD_PUBLIC_BASE_URL=http://localhost:8080/public/build\"` to tell back-end use `webpack-dev-server` as the bundle URL.\n\n**build**\n\nThe source files in the folder `./public/src`, you can run `npm run build-public` to build it into `./public/build`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidwayjs%2Fpandora-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidwayjs%2Fpandora-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidwayjs%2Fpandora-dashboard/lists"}