Menu

Tree [10687c] master /
 History

HTTPS access


File Date Author Commit
 .github 2023-02-14 nilsteampassnet nilsteampassnet [73dcf2] 3.0.0.23
 api 2023-03-04 nilsteampassnet nilsteampassnet [763435] 3.0.0.23
 docs 2023-03-04 nilsteampassnet nilsteampassnet [0204e8] 3.0.0.23
 files 2022-10-30 nilsteampassnet nilsteampassnet [885a31] 3.0.0.20
 includes 2023-03-19 nilsteampassnet nilsteampassnet [10687c] 3.0.0.23
 install 2023-03-19 nilsteampassnet nilsteampassnet [10687c] 3.0.0.23
 pages 2023-03-19 nilsteampassnet nilsteampassnet [10687c] 3.0.0.23
 plugins 2022-12-11 nilsteampassnet nilsteampassnet [bd68f1] 3.0.0.22
 scripts 2023-03-19 nilsteampassnet nilsteampassnet [a5d3fe] 3.0.0.23
 sources 2023-03-19 nilsteampassnet nilsteampassnet [10687c] 3.0.0.23
 upload 2022-04-06 nilsteampassnet nilsteampassnet [02f09c] 3.0.0.17
 .dockerignore 2019-02-08 nilsteampassnet nilsteampassnet [9035f8] 3.0.0
 .eslintignore 2019-02-08 nilsteampassnet nilsteampassnet [9035f8] 3.0.0
 .eslintrc 2018-06-02 nilsteampassnet nilsteampassnet [b66bd7] Teampass 3.0
 .gitignore 2023-02-05 nilsteampassnet nilsteampassnet [433d8d] 3.0.0.22
 CONTRIBUTING.md 2022-10-30 nilsteampassnet nilsteampassnet [885a31] 3.0.0.20
 Dockerfile 2023-01-08 dormancygrace dormancygrace [4e3026] fix php-gmp installation
 LICENSE 2022-10-30 nilsteampassnet nilsteampassnet [885a31] 3.0.0.20
 SECURITY.md 2023-02-05 nilsteampassnet nilsteampassnet [433d8d] 3.0.0.22
 changelog.txt 2023-01-02 nilsteampassnet nilsteampassnet [3b3500] 3.0.0.22
 composer.json 2022-10-30 nilsteampassnet nilsteampassnet [885a31] 3.0.0.20
 docker-compose.yml 2023-02-11 dormancygrace dormancygrace [4139f7] Remove build command
 error.php 2023-03-18 nilsteampassnet nilsteampassnet [ae5976] 3.0.0.23
 favicon.ico 2022-10-30 nilsteampassnet nilsteampassnet [885a31] 3.0.0.20
 index.php 2023-03-19 nilsteampassnet nilsteampassnet [a5d3fe] 3.0.0.23
 readme.md 2023-02-10 nilsteampassnet nilsteampassnet [cca844] 3.0.0.22
 teampass-docker-start.sh 2022-12-22 dormancygrace dormancygrace [d94ac3] Update teampass-docker-start.sh

Read Me

SWUbanner

Teampass 3

StandWithUkraine



PRs Welcome



Scrutinizer Code Quality
Build Status
Code Intelligence Status

Teampass is a Collaborative Passwords Manager

Copyright © 2009-2023, Nils Laumaillé

Requirements

  • MySQL 5.7 or higher,
  • Mariadb 10.7 or higher
  • PHP 7.4 or higher (recommended is 8.x),
  • PHP extensions:
  • mcrypt
  • openssl
  • ldap (if used)
  • mbstring
  • bcmath
  • iconv
  • xml
  • gd
  • mysql
  • curl
  • gmp

Documentation

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.