Skip to content

borzel/TeamPass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWUbanner

Teampass 3

Teampass is a Collaborative Passwords Manager solution installed On-Premise.

StandWithUkraine

PRs Welcome

Scrutinizer Code Quality Build Status Code Intelligence Status

Copyright © 2009-2023, 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

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

✍️ Complete documentation is available.

With Docker

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.

With Docker Compose

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.

Languages

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 Agreement

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.

Read Licence

Dependency Licenses

TeamPass utilizes a number of open source libraries and dependencies, each under their own license. We are grateful to the open source community for these contributions. For a complete list of the licenses of the dependencies used in TeamPass, please refer to our licensing report.

This report is generated by FOSSA and is regularly updated to reflect changes in the dependencies and their licenses.

Our Commitment to License Compliance

As part of our commitment to respecting open source licenses, we strive to ensure that all dependencies are used in accordance with their respective licenses. If you have any questions or concerns regarding the license of a specific dependency, please do not hesitate to contact us.

Website

Visit Teampass.net

Bugs

If you discover bugs, please report them in Github Issues.

About

Collaborative Passwords Manager

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 37.5%
  • CSS 30.1%
  • JavaScript 29.3%
  • SCSS 1.6%
  • Less 1.5%
  • HTML 0.0%