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

https://github.com/parrotmac/reggieman


https://github.com/parrotmac/reggieman

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

# Reggieman #

### A barebones tool for exploring, adding, or deleting Redis data ###
Originally written for Django, this Flask app is just the bare minimum required to edit redis keys. Right now it only supports editing string types.

### How do I get set up? ###

Configure your environmental variables. The defaults are listed below.
```
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
SERVICE_URL=/
```
`SERVICE_URL` is intended to be configurable, in case your instance is running behind some sort of proxy that doesn't allow redirecting back to `/`.

#### Example Docker Command: ####
`docker --port 5000:5000 -e REDIS_PASSWORD=password123 -d reggieman`

## IMPORTANT: There's no authentication. ##
Please secure this behind, at the very least, HTTP Basic auth if you'll be exposing this to the public internet.

### Something is broken! ###

* Probably!
* Open an Issue or PR