Keep your passwords behind the firewall
Project description
TeamVault is an open-source web-based shared password manager for behind-the-firewall installation. It requires Python 3.3+ and Postgres (with the unaccent extension).
Installation
apt-get install libffi-dev libpq-dev mercurial python3.4-dev postgresql-contrib
pip install teamvault
pip install hg+https://bitbucket.org/kavanaugh_development/django-auth-ldap@python3-ldap
teamvault setup
vim /etc/teamvault.conf
# note that the teamvault database user will need SUPERUSER privileges
# during this step in order to activate the unaccent extension
teamvault upgrade
teamvault run
Update
pip install --upgrade teamvault
teamvault upgrade
Development VM
pip install bundlewrap
vagrant up
vagrant ssh -c "sudo teamvault plumbing createsuperuser"
vagrant ssh -c "sudo teamvault upgrade && sudo teamvault run"
Go to http://teamvault and log in with the username and password you set. To handle code changes, just interrupt the last command with CTRL+C and run it again.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
teamvault-0.4.2.tar.gz
(1.2 MB
view hashes)
Built Distribution
Close
Hashes for teamvault-0.4.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c96672f1ce86fde481a7fc08efba33dd3b71b2b38428b6936a370fcd268e00c4 |
|
MD5 | f4e5f34dfa00a2200fb7a22415f047dc |
|
BLAKE2b-256 | 33c748a33cf56dafcacff5f011acdbe8f28b3d549f08e5e1b21ca82bc2d4bd05 |