k8s 中文文档 k8s 中文文档
指南
kubernetes.io (opens new window)
指南
kubernetes.io (opens new window)
  • k8s 是什么
  • 互动教程

  • Minikube 介绍

  • 概念

  • Kubectl CLI

  • Kubectl 命令表

  • 安装设置

  • API 使用

  • 集群管理

  • TASKS

Mitro Password Manager


Mitro saves all your passwords, synchronizes them across all your devices, and lets you share them with others. It has extensions for Chrome, Firefox, and Safari, mobile apps for iOS and Android, and a server to perform the synchronization.

If you are a user, install it from the Mitro web site. If you have any questions, you can ask on the mitro-dev@googlegroups.com mailing list, or send @MitroCo a tweet.

Quick Start


Install dependencies (see browser-ext/README, mitro-core/README ) [node, npm, homebrew, java, ant]

Clone repository: git clone https://github.com/mitro-co/mitro

Install browser extension dependencies:

  1. ``` sh

  2. ```

cd mitro cd browser-ext/api ./build.sh cd -

  1. ``` sh
  2. 4. Run the regression tests to ensure your source tree works:

  3.     ```
  4. cd browser-ext/api/js/cli
  5. ./runtests.sh FAST && echo "SUCCESS"

  6. ```

Look for "SUCCESS" on the last line.

Build the browser extension:

  1. ``` sh

  2. ```

cd - cd browser-ext/login make release

  1. ``` sh
  2. 7. To build Firefox, use `make firefox` and to build Safari use `make safari`.

  3. The extensions will be in the `browser-ext/login/build` directory.

  4. ### setup and run emailer

  5. To send device verification emails, we use `emailer/emailer2.py`. Requirements: Postgres with the development libraries (Mac OS X: `brew install postgresql`). This script polls a table in the Postgres database to send email.

  6. #### Configuration:

  7. 1. `cd emailer`
  8. 2. `./build.sh` to set up Python virtualenv with dependencies
  9. 3. To run: `build/venv/bin/python emailer2.py --enable_email --mandrill_api_key=api_key`

  10. ```
Last Updated: 2023-09-03 19:17:54