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

Nikola Kotur d2661fc9b6 frontend: all paths work locally now 5 năm trước cách đây
.platform 2d8dd40e7f requiring min TLSv1.2 5 năm trước cách đây
frontend d2661fc9b6 frontend: all paths work locally now 5 năm trước cách đây
vault 64c6f14ed0 alpha version 6 năm trước cách đây
.gitignore 2197ecf209 frontend: initial local run support 5 năm trước cách đây
LICENSE 9bdd6ebaf9 application stub 6 năm trước cách đây
README.md 2197ecf209 frontend: initial local run support 5 năm trước cách đây

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.