See who has access to what and why for a GitHub organisation
As this is a hosted web-app, no install is needed. Just visit https://muze-nl.github.io/github-permission-viewer/
Easy as one-two-three:
- Visit https://muze-nl.github.io/github-permission-viewer
- Provide an Organisation name and personal access token (PAT)
- See who has access to what and why
This project is developed in SimplyCode, an experimental low-code environment created by Muze.
All code changes should be made in SimplyCode. This can be done by running the SimplyCode docker image:
docker run \
--interactive \
--rm \
--tty \
--volume "${PWD}:/var/www/www/api/data" \
ghcr.io/simplyedit/simplycode-docker:main
The majority of the folders (base-components, components, pages) are created by SimplyCode.
The combined result is stored in the generated.html
file.
At this point, merge-requests are not expected or accepted, but feel free to open an issue to provide usage feedback.
Created by Muze B.V. under an MIT license.