Globalping's official dashboard and probe control panel
You can run the project by following these steps:
- Set up and run directus service
pnpm i
pnpm dev
- Go to http://localhost:13010
- Log In:
- Either using your GitHub account (make sure
AUTH_GITHUB_CLIENT_ID
andAUTH_GITHUB_CLIENT_SECRET
at directus service are correctly set). - Or login with email
[email protected]
and passworduser
at directus service (http://localhost:18055 by default), then get back to http://localhost:13010 and refresh the page.
- Either using your GitHub account (make sure
- Optionally, you can also run globalping API and globalping probe to e.g. run full probe adoption flow.
Other notes:
- We are using PrimeVue as a components library. While adding components make sure they are uncommented in presets/aura/index.js. Unused components are commented out to reduce the bundle size.