I’ve setup teampass, it may be the tool I need for a central password database where I work. There is a bug in the latest version, I noticed stuff like
*213 FastCGI sent in stderr: “PHP Notice: Undefined index: notification in /items.queries.php on line 942”
in the nginx error log. The solution is to do a :
ALTER TABLE teampass_items ADD notification VARCHAR(250) DEFAULT NULL;
in the teampass mysql db.
Got that from /github.com/nilsteampassnet/TeamPass/issues/130 .