L'estensione per Browser di Bitwarden funziona con Chrome, Firefox, Edge, Opera, Safari, Vivaldi, brave, Tor Browser. L'istanza bitwarden dei devol comprende tutte le funzioni premium di bitwarden https://vaultwarden.devol.it
Go to file
Kyle Spearrin 87f7b782dc blur csv import 2018-06-29 09:28:02 -04:00
jslib@ac221d8867 blur csv import 2018-06-29 09:28:02 -04:00
src blur csv import 2018-06-29 09:28:02 -04:00
.dockerignore
.editorconfig
.gitignore
.gitmodules
Dockerfile
ISSUE_TEMPLATE.md
LICENSE.txt
README.md
SECURITY.md
build.ps1
build.sh
dev-server.shared.pem
entrypoint.sh
package-lock.json IE fixes and polyfills 2018-06-07 23:38:17 -04:00
package.json IE fixes and polyfills 2018-06-07 23:38:17 -04:00
tsconfig.json prod build fixes 2018-06-11 08:54:48 -04:00
tslint.json implement two-factor setup page 2018-06-26 22:51:58 -04:00
webpack.config.js u2d lib is externals 2018-06-27 22:05:33 -04:00

README.md

appveyor build DockerHub Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Web Vault

The Bitwarden web project is an AngularJS application that powers the web vault (https://vault.bitwarden.com/).

Build/Run

Requirements

  • Node.js
  • Gulp

By default the application points to the production API. If you want to change that to point to a local instance of the Core API, you can modify the package.json env property to Development and then set your local endpoints in settings.json.

Then run the following commands:

  • npm install
  • gulp build
  • gulp serve

You can now access the web vault at http://localhost:4001.

Contribute

Code contributions are welcome! Please commit any pull requests against the master branch.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.