Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gr2m/couchdb-user-management-app
Web app to manage CouchDB users and database security settings
https://github.com/gr2m/couchdb-user-management-app
Last synced: 18 days ago
JSON representation
Web app to manage CouchDB users and database security settings
- Host: GitHub
- URL: https://github.com/gr2m/couchdb-user-management-app
- Owner: gr2m
- Created: 2014-11-01T15:45:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T06:40:03.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:36:07.067Z (7 months ago)
- Language: JavaScript
- Homepage: https://gr2m.github.io/couchdb-user-management-app
- Size: 205 KB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - gr2m/couchdb-user-management-app - Web app to manage CouchDB users and database security settings (others)
README
CouchDB User Management App
===========================> Web app to manage CouchDB users and database security settings
## Setup
```
git clone [email protected]:gr2m/couchdb-user-management-app.git
cd couchdb-user-management-app
npm install
bower install
grunt serve
```## Required CouchDB Settings
CORS must be enabled in the CouchDB you try to connect
to, and the apps' URL must either be listed in `cors.origin`,
or it must be set to `*` (allows all origins).
Section
Option
Value
cors
credentials
true
cors
origins
*