Skouat / TeamPass

Collaborative Passwords Manager

Home Page:https://www.teampass.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teampass 3

Scrutinizer Code Quality

Teampass is a Collaborative Passwords Manager

Copyright © 2009-2022, Nils Laumaillé

Requirements

  • MySQL 5.7 or higher,
  • Mariadb 10.7 or higher
  • PHP 7.4 or higher,
  • PHP extensions:
    • mcrypt
    • openssl
    • ldap (if used)
    • mbstring
    • bcmath
    • iconv
    • xml
    • gd
    • openssl
    • curl

Usage

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.

Note: The database's hostname is db. You can find the database's credentials in the environment variables of the db service.

Note: Use /var/www/html/sk as your "Absolute path to saltkey" during installation.

Update

Languages

Teampass is currently available in the following languages:

  • ENGLISH

Future available translations:

  • 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]( * @package /)

Bugs

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

Requests

Please report feature requests in UserEcho.

About

Collaborative Passwords Manager

https://www.teampass.net

License:Other


Languages

Language:PHP 75.4%Language:JavaScript 11.8%Language:CSS 9.1%Language:HTML 3.6%Language:Blade 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%