Simple, Platform.sh powered, application to share secrets that can be viewed only once

Nikola Kotur d2661fc9b6 frontend: all paths work locally now 5 years ago
.platform 2d8dd40e7f requiring min TLSv1.2 5 years ago
frontend d2661fc9b6 frontend: all paths work locally now 5 years ago
vault 64c6f14ed0 alpha version 6 years ago
.gitignore 2197ecf209 frontend: initial local run support 5 years ago
LICENSE 9bdd6ebaf9 application stub 6 years ago
README.md 2197ecf209 frontend: initial local run support 5 years ago

README.md

cubbyshare

Simple, Platform.sh powered, application to share secrets that can be viewed only once

Setup

Platform.sh

Create Platform.sh project.

Push code.

On master, create variable env:VAULT_URI with the URI to the Vault app within the same project (drop the trailing /).

Run locally

virtualenv .env
source .env/bin/activate
pip install -r frontend/requirements.txt
FLASK_ENV=development FLASK_APP=frontend/__init__.py flask run --with-threads -h 0.0.0.0 -p 8888

You will be able to access the frontend on localhost:8888.