1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
github-actions[bot] 23b30422d8 Bumped version to 2.25.1 (#1376)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 241004f13b)
2022-01-06 14:16:21 -08:00
2021-12-29 13:51:23 -08:00
2018-07-18 15:21:51 -04:00
2021-08-25 13:15:31 -05:00
2018-07-09 16:52:46 -04:00
2020-11-10 10:52:09 -05:00
2021-11-04 14:47:39 -07:00
2019-07-26 11:59:59 -04:00
2021-08-30 21:40:34 -04:00
2021-06-15 10:25:45 -04:00
2022-01-06 14:16:21 -08:00
2018-02-27 23:00:10 -05:00

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

Github Workflow build on master Crowdin DockerHub gitter chat

Build/Run

Requirements

Run the app

For local development, run the app with:

npm install
npm run build:oss:watch

You can now access the web vault in your browser at https://localhost:8080.

If you want to point the development web vault to the production APIs, you can run using:

npm install
ENV=cloud npm run build:oss:watch

You can also manually adjusting your API endpoint settings by adding config/local.json overriding any of the following values:

{
    "dev": {
        "proxyApi": "http://your-api-url",
        "proxyIdentity": "http://your-identity-url",
        "proxyEvents": "http://your-events-url",
        "proxyNotifications": "http://your-notifications-url",
        "allowedHosts": ["hostnames-to-allow-in-webpack"],
    },
    "urls": {
      
    }
}

Where the urls object is defined by the Urls type in jslib.

Contribute

Code contributions are welcome! Please commit any pull requests against the master branch. Learn more about how to contribute by reading the CONTRIBUTING.md file.

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.

Description
No description provided
Readme 209 MiB
Languages
TypeScript 54.5%
HTML 40.6%
SCSS 3.6%
JavaScript 1%
CSS 0.2%