Skip to content

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

Notifications You must be signed in to change notification settings

Kovee98/couchman

Repository files navigation

Couchman Build Status

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) 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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published