Title here
Summary here
NEVSTOP-LAB/OrgRepoKanban · 来源: GitHub · 语言:
TypeScript· ⭐ 0管理组织中仓库权限
主题:
cicd
这是一个基于 React + TypeScript + Vite 的前端单页应用,面向 GitHub 组织管理员,提供“看板式拖拽”界面来管理仓库对团队或直接授权个人协作者的权限。
Read、Triage、Write、Maintain、Admin、未授权。全部 / Public / Private / Forked 预置过滤按钮,便于快速定位仓库。localStorage、sessionStorage、cookie 或任何浏览器持久化存储。建议使用具备以下权限的 GitHub 个人访问令牌:
admin:orgrepo如果当前令牌不是目标组织管理员,页面会明确提示,并阻止任何权限修改操作。
仓库已包含 Dockerfile、.dockerignore 与 nginx.conf,可直接构建镜像并部署。
docker build -t org-repo-kanban:latest .docker run --rm -p 8080:80 org-repo-kanban:latest启动后可通过 http://localhost:8080 访问。
如需参与开发,请参阅 开发指南。