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

Nikola Kotur d2661fc9b6 frontend: all paths work locally now преди 5 години
.platform 2d8dd40e7f requiring min TLSv1.2 преди 5 години
frontend d2661fc9b6 frontend: all paths work locally now преди 5 години
vault 64c6f14ed0 alpha version преди 6 години
.gitignore 2197ecf209 frontend: initial local run support преди 5 години
LICENSE 9bdd6ebaf9 application stub преди 6 години
README.md 2197ecf209 frontend: initial local run support преди 5 години

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.