Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kovee98/couchman

A multi-instance CouchDB manager with filtering, sorting, and a simple view system. Meant to be simple, intuitive, and persistent.
https://github.com/kovee98/couchman

Last synced: 21 days ago
JSON representation

A multi-instance CouchDB manager with filtering, sorting, and a simple view system. Meant to be simple, intuitive, and persistent.

Awesome Lists containing this project

README

        

# Couchman [![Build Status](https://travis-ci.com/Kovee98/couchman.svg?branch=develop)](https://travis-ci.com/Kovee98/couchman)
> A multi-instance CouchDB manager with filtering, sorting, and a simple view system. Meant to be simple, intuitive, and persistent.

## Goals
This project set out to accomplish a handful of core features:
- Multi-instance switching for easier management of multiple servers
- Filtering/sorting to make document management a breeze
- A simple view system that's quick and intuitive

## Getting Started
### Docker (recommended):
```
docker run -d -p 8080:80 --name couchman kovee98/couchman:latest
```

### Http Server
Couchman is a Vue app so it can be unzipped (see [releases](https://github.com/Kovee98/couchman/releases)) and served locally with your favorite http server.

## Security
**IMPORTANT:** As of now, Couchman stores everything in IndexDB stores as plain text. **Including passwords**. Couchman is not responsible for compromised passwords and/or subsequent data. A better and more secure approach to this is being researched and will hopefully be released in a future version of Couchman soon. Stay tooned!

## Contributing
PR's are not being accepted at this time. Please feel free to open an issue for any bugs or feature requests, though.