MyGit
🚩收到GitHub仓库的更新通知

bitwarden/server

Fork: 1181 Star: 14167 (更新于 2024-03-22 20:19:11)

license: NOASSERTION

Language: C# .

The core infrastructure backend (API, database, Docker, etc).

最后发布版本: v2024.3.0 ( 2024-03-21 23:05:53)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Bitwarden

Github Workflow build on main DockerHub gitter chat


The Bitwarden Server project contains the APIs, database, and other core infrastructure items needed for the "backend" of all bitwarden client applications.

The server project is written in C# using .NET Core with ASP.NET Core. The database is written in T-SQL/SQL Server. The codebase can be developed, built, run, and deployed cross-platform on Windows, macOS, and Linux distributions.

Developer Documentation

Please refer to the Server Setup Guide in the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.

Deploy

docker

You can deploy Bitwarden using Docker containers on Windows, macOS, and Linux distributions. Use the provided PowerShell and Bash scripts to get started quickly. Find all of the Bitwarden images on Docker Hub.

Full documentation for deploying Bitwarden with Docker can be found in our help center at: https://help.bitwarden.com/article/install-on-premise/

Requirements

These dependencies are free to use.

Linux & macOS

curl -s -L -o bitwarden.sh \
    "https://func.bitwarden.com/api/dl/?app=self-host&platform=linux" \
    && chmod +x bitwarden.sh
./bitwarden.sh install
./bitwarden.sh start

Windows

Invoke-RestMethod -OutFile bitwarden.ps1 `
    -Uri "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows"
.\bitwarden.ps1 -install
.\bitwarden.ps1 -start

We're Hiring!

Interested in contributing in a big way? Consider joining our team! We're hiring for many positions. Please take a look at our Careers page to see what opportunities are currently open as well as what it's like to work at Bitwarden.

Contribute

Code contributions are welcome! Please commit any pull requests against the main branch. Learn more about how to contribute by reading the Contributing Guidelines. Check out the Contributing Documentation for how to get started with your first contribution.

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. We also run a program on HackerOne.

No grant of any rights in the trademarks, service marks, or logos of Bitwarden is made (except as may be necessary to comply with the notice requirements as applicable), and use of any Bitwarden trademarks must comply with Bitwarden Trademark Guidelines.

Dotnet-format

Consider installing our git pre-commit hook for automatic formatting.

git config --local core.hooksPath .git-hooks

最近版本更新:(数据更新于 2024-03-22 20:18:55)

2024-03-21 23:05:53 v2024.3.0

2024-03-05 23:15:11 v2024.2.3

2024-02-21 04:22:52 v2024.2.2

2024-02-09 07:03:47 v2024.2.1

2024-02-07 03:39:44 v2024.2.0

2024-01-24 03:52:33 v2024.1.2

2024-01-16 23:03:51 v2024.1.1

2024-01-10 03:52:29 v2024.1.0

2023-12-19 22:38:40 v2023.12.1

2023-12-06 06:42:22 v2023.12.0

主题(topics):

api, aspnet, aspnetcore, bitwarden, csharp, docker, dotnet, dotnet-core, signalr, sql, sql-server

bitwarden/server同语言 C#最近更新仓库

2024-03-27 15:31:05 QuestPDF/QuestPDF

2024-03-26 19:46:42 dotnetcore/FreeSql

2024-03-26 14:16:05 2dust/clashN

2024-03-26 11:29:40 AlchlcDvl/TownOfUsReworked

2024-03-23 00:29:41 JustArchiNET/ArchiSteamFarm

2024-03-21 08:50:49 FirstGearGames/FishNet