https://github.com/parrotmac/reggieman
https://github.com/parrotmac/reggieman
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/parrotmac/reggieman
- Owner: parrotmac
- Created: 2017-11-02T23:02:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T23:03:24.000Z (over 8 years ago)
- Last Synced: 2025-10-14T10:37:04.623Z (5 months ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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