Teampass
About this project
Teampass is a Collaborative Passwords Manager solution installed On-Premise.
Copyright © 2009-2024, Nils Laumaillé
Requirements
- MySQL 5.7 or higher,
- Mariadb 10.7 or higher
- PHP 8.1 or newer,
- PHP extensions:
- mcrypt
- openssl
- ldap (if used)
- mbstring
- bcmath
- iconv
- xml
- gd
- mysql
- curl
- gmp
Website article with instructions: https://www.valters.eu/teampass-a-self-hosted-password-manager-to-increase-organizations-cybersecurity/
YouTube video: https://youtu.be/eXieWAIsGzc?feature=shared
About PHP versions
Teampass should be installed using the most recent PHP version.
The branch master
is the living one that is improved and comes with new features.
It requires at least PHP 8.1
installed on the server.
Nevertheless, Teampass can be used with PHP 7.4 version.
The Github Teampass project has a dedicated branch called PHP_7.4
for this version.
Notice that only bug fixing will be performed on this branch.
Documentation
✍️ Documentation is available.
Run from Docker image
@valterseu created a