nilsteampassnet / teampass
teampass
Fund package maintenance!
nilsteampassnet
Installs: 23
Dependents: 0
Suggesters: 0
Security: 37
Stars: 1 669
Watchers: 102
Forks: 546
Open Issues: 685
Requires
- php: >=8.1
- ext-bcmath: *
- ext-gd: *
- ext-iconv: *
- ext-mbstring: *
- ext-mysqli: >=5.1.0
- ext-openssl: *
- ext-xml: *
- defuse/php-encryption: ^2.4
- directorytree/ldaprecord: ^2.20
- dittertp/gibberish-aes-php: ^4.0
- duosecurity/duo_universal_php: ^1.0
- elegantweb/sanitizer: ^2.1
- ezimuel/php-secure-session: dev-master
- firebase/php-jwt: ^6.9
- goodby/csv: ^1.3
- hackzilla/password-generator: ^1.6
- illuminate/contracts: ^10.32
- moxiecode/plupload: ^3.1
- neitanod/forceutf8: ^2.0
- nesbot/carbon: ^2.71
- owasp/csrf-protector-php: ^1.0
- paragonie/random_compat: ^9.99
- passwordlib/passwordlib: ^1.0.0-alpha2
- peppeocchi/php-cron-scheduler: ^4.0
- phpmailer/phpmailer: ^6.8
- phpseclib/phpseclib: ~1.0
- robthree/twofactorauth: ~2.1
- sergeytsalkov/meekrodb: ^2.5
- spomky-labs/otphp: ^11.2
- symfony/contracts: ^3.4
- symfony/finder: ^6.3
- symfony/http-foundation: ^6.4
- symfony/password-hasher: ^6.4
- symfony/process: ^6.3
- teampassclasses/encryption: dev-master
- teampassclasses/language: dev-master
- teampassclasses/ldapextra: dev-master
- teampassclasses/nestedtree: dev-master
- teampassclasses/performchecks: dev-master
- teampassclasses/sessionmanager: dev-master
- teampassclasses/superglobal: dev-master
- tecnickcom/tcpdf: ^6.6
- tiben/crontab-manager: ^1.4
- tightenco/collect: ^9.52
- voku/anti-xss: ^4.1
- dev-master
- 3.1.1
- 3.1.0
- 3.0.10
- 3.0.0.11
- 3.0.0.10
- 3.0.0
- 2.1.27
- 2.1.26
- 2.1.21
- dev-fix_upload
- dev-fix_4425
- dev-code_review
- dev-fix-4404
- dev-3.1.3-preparation
- dev-3.1.2-release
- dev-vulnerability-install-sql-injection
- dev-whitesource/configure
- dev-dependabot/github_actions/jitsecurity-controls/jit-github-action-4.2.0
- dev-develop
- dev-PHP_7.4
- dev-teampass_2
This package is not auto-updated.
Last update: 2024-10-31 00:46:42 UTC
README
Teampass 3
Teampass is a Collaborative Passwords Manager solution installed On-Premise.
Copyright © 2009-2024, 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
Website article with instructions: https://www.valters.eu/teampass-a-self-hosted-password-manager-to-increase-organizations-cybersecurity/
YouTube video: https://youtu.be/eXieWAIsGzc?feature=shared
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
✍️ Documentation is available.
Run from Docker image
@valterseu created a Docker image from scratch with no dependencies and fully automated that you can also use.
Open the Docker Hub image and get all information.
Complete usage documentation can be found at GitHub Docker image URL.
Install 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.
Install 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. Please participate to improving its translation by joining Teampass POEditor project.
Licence Agreement
For detailed information on the licenses of our dependencies and our licence policy, please see Detailed Licence Information.
Website
Visit Teampass.net
Bugs
If you discover bugs, please report them in Github Issues.