https://github.com/datacite/rottweiler
Netlify CMS OAuth Provider
https://github.com/datacite/rottweiler
Last synced: 5 months ago
JSON representation
Netlify CMS OAuth Provider
- Host: GitHub
- URL: https://github.com/datacite/rottweiler
- Owner: datacite
- License: mit
- Created: 2018-05-26T10:14:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T16:02:30.000Z (about 8 years ago)
- Last Synced: 2025-09-11T10:23:47.946Z (10 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netlify CMS OAuth Provider
Docker container for [Netlify-CMS oauth client](https://github.com/igk1972/netlify-cms-oauth-provider-go).
## Installation
Using Docker.
```bash
docker run -p 8035:80 datacite/rottweiler
```
or
```bash
docker-compose up
```
You can now point your browser to `http://localhost:8035` and use the application.
### Note on Patches/Pull Requests
* Fork the project
* Write tests for your new feature or a test that reproduces a bug
* Implement your feature or make a bug fix
* Do not mess with Rakefile, version or history
* Commit, push and make a pull request. Bonus points for topical branches.
## License
**Rottweiler** is released under the [MIT License](https://github.com/datacite/rottweiler/blob/master/LICENSE).