# zboard **Repository Path**: dj3619/zboard ## Basic Information - **Project Name**: zboard - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-04 - **Last Updated**: 2025-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

zBoard

Designed for DevOps teams, visualize daily information, fits perfectly on a large screen πŸ–₯️ Build with: ![](https://img.shields.io/badge/Next.js-000000?style=flat-square&logo=nextdotjs&logoColor=white) ![](https://img.shields.io/badge/React-377DA0?style=flat-square&logo=react&logoColor=white) ![](https://img.shields.io/badge/Chakra_UI-319795?style=flat-square&logo=chakraui&logoColor=white) ![](https://img.shields.io/badge/TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white) ![](https://img.shields.io/badge/Vercel-000000?style=flat-square&logo=vercel&logoColor=white)

Demo: [https://z-board.vercel.app/](https://z-board.vercel.app/) Password: 123456 ![](https://github.com/Cyronlee/zBoard/blob/main/docs/screenshots/dashboard.jpg?raw=true") ## Features ✨ **πŸš€  Handly informations** - Monitor CICD Build Status (CircleCI & GitHub Actions supported) - Monitor Ticket Status (Zendesk supported) - Display Project Timeline (Kanbanize supported) **πŸš™  Functional** - All in one, no database needed - Fast page render and responsive design **🎨  Customization** - Built with [chakra-ui](https://chakra-ui.com/getting-started), easy for customization - Customize config options **πŸ”’  Security** - Site password - All tokens secured in the backend - No sensitive information in API transmission ## Quick Start ### Deploy on Vercel 1. Star this repo πŸ˜‰ 2. [Fork](https://github.com/Cyronlee/zBoard/fork) this project 3. Customize the config files and push the code, includes datasource and monitoring rules, please read the comments inside: - `site.config.js` - `build_status.config.js` - `ticket_status.config.js` - `project_timeline.config.js` - `owner_rotation.config.js` 4. Deploy on [Vercel](https://vercel.com), set following environment variables (will display fake data if no token is configured): - `SITE_PASSWORD`: If filled, the site requires a login - `CIRCLE_CI_API_TOKEN`: CircleCI API Token to get build status, [get it here](https://app.circleci.com/settings/user/tokens) - `ZENDESK_API_TOKEN`: Zendesk API Token to get ticket status, [follow this guide](https://support.zendesk.com/hc/en-us/articles/4408889192858-Generating-a-new-API-token) - `ZENDESK_USER_EMAIL`: The user email who generate the API token - `ZENDESK_BASE_URL`: `https://.zendesk.com` - `GITHUB_API_TOKEN`: GitHub API Token to get build status from GitHub Actions - `KANBANIZE_BASE_URL`: `https://.kanbanize.com` - `KANBANIZE_API_KEY`: Kanbanize API Key to build project timeline, [follow this guide](https://kanbanize.com/api) - `API_TABLE_API_KEY`: ApiTable API Key to load owner rotation data, [follow this guide](https://developers.apitable.com/api/quick-start#step-1-get-api-token) 5. Visit your siteπŸŽ‰ ### Deploy on Mac mini 1. On the Mac mini, hold `command` and click WIFI icon to get the IP address 2. On your Mac (under same network), use `command`+`p` to search & open `Sreen Sharing` app 3. Enter the IP of Mac mini, then login to control the Mac mini 4. Follow the steps of `Local development` ### Local development 1. Star & Clone this repo πŸ˜‰ 2. Install node 18 via `nvm install 18`, then `nvm use 18` 3. Customize the config files in local, includes datasource and monitoring rules, please read the comments inside: - `site.config.js` - `build_status.config.js` - `ticket_status.config.js` - `project_timeline.config.js` - `owner_rotation.config.js` 4. Copy `.env.example` to be `.env`, and set the values 5. Run with development mode ```bash npm install npm run dev ``` 6. Or run with production mode ```bash npm run build npm run start ``` 7. Visit http://localhost:2000/ ### Update to new version Please backup your config files before update, config structure may be modified in major version updates. ```bash # backup config files git stash # update main version git checkout main git pull origin main # apply your backup config files git stash apply ``` ## Roadmap - [x] CircleCI Build Status - [x] Zendesk Ticket Status - [x] Kanbanize project timeline - [x] Site password - [x] Dark mode - [x] Examples page - [x] Check for new versions - [ ] Owner shift indicator - [ ] Integrate more products... - [ ] Resizeable & draggable - [ ] Settings page - [ ] ... ## License The MIT License.