Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kovee98/couchman
- Owner: Kovee98
- Created: 2020-06-28T21:42:30.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T10:19:04.000Z (about 2 years ago)
- Last Synced: 2024-11-08T06:28:16.386Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 5.15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.