snappass
snappass copied to clipboard
Share passwords securely
Updated main.py and README.rst. HOST environment variable can be used to replace the host on the Share Secret Link page.
``` ~# grep -ri URL_PREFIX /usr/local/lib/python3.7/dist-packages/snappass ~# grep navbar-brand /usr/local/lib/python3.7/dist-packages/snappass/templates/base.html Share Secret ``` href pointing to / regardless of URL_PREFIX setting
Instructions for securing this with HTTPS are rather scarce. Any information on this? Thanks! Adam
This change adds two new environment variables (ABUSE_ORG and ABUSE_EMAIL) that are used to direct users to contact a particular organization in case of suspected abuse. In addition, a generic...
it appears Pinterest docker hub doesn't any more? I hope this project isn't dead?
I think the package should be installed in dev mode otherwise the Flask app runs from site-packages and container user is not authorized to open file there.
Is it possible to somehow restrict the creation of secrets for example by basic authentication? The secret links should still function directly without authentication. I'm a little bit sceptic on...
another languages would be great! i'm not that into JS, but if someone prepares the code for i18n, i'd be glad to contribute a german and slovak translation.
Sorry for the basic question but how do I build the index.html? I see the templates but how do I turn them into a working site after installing Python and...
This is my attempt at adding an API to SnapPass. I used this implementation about 8 months ago when I needed to generate a lot of SnapPass URLs for a...