Skip to content

nilsteampassnet/TeamPass

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

OTP generator implemented
7eca6a5

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
November 16, 2023 14:10
November 2, 2023 06:01
October 30, 2022 18:42
November 18, 2023 13:52
November 18, 2023 09:03
November 17, 2023 09:50
November 2, 2023 06:01
November 18, 2023 11:37
November 18, 2023 13:52
April 6, 2022 06:37
November 18, 2023 11:37
November 13, 2023 09:54
November 13, 2023 09:54
November 2, 2023 06:01
November 2, 2023 06:01
November 2, 2023 06:01
November 10, 2023 10:20
October 30, 2022 18:42
June 11, 2023 09:11
November 10, 2023 10:00
November 2, 2023 06:01
July 2, 2023 19:13
November 18, 2023 11:37
November 18, 2023 11:37
October 24, 2023 11:01
February 11, 2023 05:22
November 15, 2023 11:22
October 30, 2022 18:42
November 18, 2023 11:37
November 9, 2023 15:01
November 9, 2023 15:01
November 18, 2023 08:57
October 6, 2023 15:17

SWUbanner

Teampass 3

StandWithUkraine

PRs Welcome

Scrutinizer Code Quality Build Status Code Intelligence Status

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

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

Website

Visit Teampass.net

Bugs

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