https://github.com/ananace/gitlab-eum
External User Manager for GitLab
https://github.com/ananace/gitlab-eum
Last synced: 4 months ago
JSON representation
External User Manager for GitLab
- Host: GitHub
- URL: https://github.com/ananace/gitlab-eum
- Owner: ananace
- Created: 2017-10-19T13:59:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T13:19:37.000Z (over 8 years ago)
- Last Synced: 2025-02-24T05:12:12.334Z (over 1 year ago)
- Language: Vue
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gitlab External User Manager
============================
Allows already registered users to create additional external users, to allow read/write access for repositories hosted on a GitLab instance without signup enabled.
## Development
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```