Password manager dedicated for managing passwords in a collaborative way. One symmetric key is used to encrypt all shared/team passwords and stored server side in a file and the database. works on any server Apache, MySQL and PHP.
Deploy this app to Linode with a free $100 credit!
TeamPass is a Passwords Manager dedicated for managing passwords in a collaborative way by sharing them among team members. Teampass offers a large set of features permitting to manage your passwords and related data in an organized way in respect to the access rights defined for each users. Teampass is an Open-Source free to use product distributed in respect with OpenSource GNU GPL-3.0.
Copyright © 2009-2023, Nils Laumaillé
The Docker image provided will create a Teampass installation in its /var/www/html/
directory, which you should mount as a volume to keep persistent. SSL is not provided if you use this image without a proxy in front of it. See the included Docker Compose file for an example setup.
Note: Use /var/www/html/sk
as your "Absolute path to saltkey" during installation.
The included docker-compose.yml file is an example setup, using virtual host-based reverse proxy routing to provide SSL. If you want to use the Compose file as-is, you will need to provide an SSL certificate with a CN matching the teampass
service's VIRTUAL_HOST
variable. See the documentation for the jwilder/nginx-proxy image for details. In short, you'll need to put your certificate file (with extension .crt, e.g. teampass.domain.local.crt) and the according private key file (with extension .key, e.g. teampass.domain.local.key) into the directory ssl, named exactly after the FQDN you put into the VIRTUAL_HOST
variable. Make sure to restart the nginx service after changes to the certificate or at least signal it with the reload command: docker-compose exec nginx nginx -s reload
.
Note1: The database's hostname is db
. You can find the database's credentials in the environment variables of the db
service.
Note2: Use /var/www/html/sk
as your "Absolute path to saltkey" during installation.
Teampass is currently available in the following languages: * ENGLISH * CATALAN * CHINESE * CZECH * DUTCH * ESTONIAN * FRENCH * GERMAN * HUNGARIAN * ITALIAN * JAPANESE * NORWEGIAN * PORTUGUESE * PORTUGUESE (BR) * ROMANIAN * RUSSIAN * SPANISH * TURKISH * UKRAINIAN * VIETNAMESE
Languages strings are managed at POEditor.com.
Licence defined as GNU General Public License v3.0 only.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Visit Teampass.net
If you discover bugs, please report them in Github Issues.
Please login to review this project.
No reviews for this project yet.
Comments (0)
Please login to join the discussion on this project.