All Projects → mntnr → dashboard

mntnr / dashboard

Licence: other
A status board for repositories within a GitHub organization.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to dashboard

Orgchart
It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
Stars: ✭ 2,325 (+12136.84%)
Mutual labels:  organization
mmp
📘 Light JavaScript library to create mind map applications.
Stars: ✭ 74 (+289.47%)
Mutual labels:  organization
github-diff-explorer
The GitHub Diff Explorer is a Chrome/Firefox extension that generates a seamless file explorer with a minimalist focus.
Stars: ✭ 27 (+42.11%)
Mutual labels:  organization
Vue Org Chart
Manage and publish your interactive organization chart (orgchart), 100% free and no install required: just copy a folder to any location
Stars: ✭ 207 (+989.47%)
Mutual labels:  organization
sensible-github-labels
Github labels for teams that like workflows and structure
Stars: ✭ 121 (+536.84%)
Mutual labels:  organization
socya old
Open-Source membership management software for associations. Association Management System (AMS) or Membership software. 🇫🇷 Logiciel de gestion d'adhérents pour associations Open-Source. Association Management System (AMS) or Membership software.
Stars: ✭ 14 (-26.32%)
Mutual labels:  organization
Resources
Project proposals
Stars: ✭ 155 (+715.79%)
Mutual labels:  organization
dashy
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
Stars: ✭ 7,103 (+37284.21%)
Mutual labels:  organization
automate-branch-rules-cli
The tool lets you automate the addition, removal or alteration of the branch protection rules for 1 or more branches & repositories in one go.
Stars: ✭ 29 (+52.63%)
Mutual labels:  organization
LifeTime
LifeTime app
Stars: ✭ 35 (+84.21%)
Mutual labels:  organization
guide
Maintenance Guidelines for GitHub/npm organization.
Stars: ✭ 12 (-36.84%)
Mutual labels:  organization
scif
scientific filesystem: a filesystem organization for scientific software and metadata
Stars: ✭ 30 (+57.89%)
Mutual labels:  organization
bk-user
蓝鲸用户管理是蓝鲸智云提供的企业组织架构和用户管理解决方案,为企业统一登录提供认证源服务。
Stars: ✭ 31 (+63.16%)
Mutual labels:  organization
Orgmanager
Invite System for GitHub Organizations
Stars: ✭ 196 (+931.58%)
Mutual labels:  organization
blackhole
🌌 A semi-temporary directory for Windows, macOS & Linux
Stars: ✭ 35 (+84.21%)
Mutual labels:  organization
Vue Orgchart
It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
Stars: ✭ 182 (+857.89%)
Mutual labels:  organization
github-reserved-names
Get a list, or check if a user or organization name is reserved by GitHub
Stars: ✭ 38 (+100%)
Mutual labels:  organization
takomo
Organize, parameterize and deploy your CloudFormation stacks
Stars: ✭ 27 (+42.11%)
Mutual labels:  organization
dotao
WIP modern dotfiles manager
Stars: ✭ 15 (-21.05%)
Mutual labels:  organization
pddcat
🐈 NSFW. Organise your porn download directory.
Stars: ✭ 42 (+121.05%)
Mutual labels:  organization

Maintainer Dashboard

Maintainer GitHub Dashboard

This is a status board for repositories within a GitHub organization. It displays build health, and other measures that your community should care about!

Hosted on IPFS!

Screenshot

Table of Contents

Background

This work started with ipfs/project-repos. However, as I needed to do some work on it and wanted it to be extendable beyond IPFS, and as I did not have access to the issues for that repository, I have forked it, deleted the history, and made my own copy, here.

Install

Simply clone this repo.

Usage

Local development

To recompile continuously, and start a development server with hot reloading:

npm run dev

To build minified javascript for production:

npm run build

Token

You will need a GitHub token in order to have more requests available to you, as this is a very request-heavy tool. Set it in your environment as MAINTAINER_DASHBOARD, or include this token in the data.json config in a token field.

Enterprise

Add a rootURL field to data.json with the endpoint needed.

Deploy

To deploy this, after merging any new PRs, follow these steps:

  1. Have an ipfs daemon running: ipfs daemon
  2. Kill your npm run dev script if you happen to have it running.
  3. npm install && npm prune
  4. npm run publish. This should open the published page on the gateway.
  5. Pin the hash: ipfs pin add <hash>
  6. Pin the hash to the gateways, on IRC: !pin <hash> project-repos.ipfs.io
  7. Post the hash and url to https://github.com/ipfs/ops-requests/issues.

Contribute

If you would like to contribute code to this repository, please dive in! Check out the issues.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].