# 日常使用（通用）

## 更改客户端应用程序环境 <a href="#change-the-client-app-environment" id="change-the-client-app-environment"></a>

默认情况下，客户端（浏览器扩展、桌面端及移动端）与 Bitwarden 云服务器通信。如果您有自己托管的 Bitwarden 或 Vaultwarden 安装，则需要更改客户端的托管环境，以与您的实例而不是与 Bitwarden 云服务器进行通信。

1. 在登录或注册界面的**登录到:** 选择**自托管**
2. 在**自托管环境**的**服务器 URL**下输入您自己托管的 Bitwarden 或 Vaultwarden 安装的基础 URL（包含端口）
3. 点击**保存**

## 配置 Duo 中使用 Yubico OTP <a href="#config-yubico-otp-in-duo" id="config-yubico-otp-in-duo"></a>

参阅[配置 Duo 中使用 Yubico OTP](https://ppgg.in/blog/13289.html)。

## 重复项目的移除 <a href="#remove-duplicate-items" id="remove-duplicate-items"></a>

如果您导入 Bitwarden 的数据中有大量的重复项目，想找一种方法可以显示这些重复的项目并选择一个来保留，而不想手动去一个一个查找，[这里](https://community.bitwarden.com/t/duplicate-removal-tool-report/648)有一些提示和参考。

## iOS App URI

Bitwarden 客户端使用 URI 自动识别网站和 App，以方便自动填充（参阅[用于自动填充的 URI](https://help.ppgg.in/password-manager/autofill/troubleshoot-autofill/forming-uris-for-autofill)）。

* 对于 Bitwarden 浏览器扩展，使用网站的 URL 地址，格式如 `https://www.ppgg.in`
* 对于 Bitwarden for Android，使用 Android App 的包 ID / 包名称，格式如 `androidapp://com.instagram.android`

而对于 Bitwarden for iOS，开发者通常没有在他们的 iOS App 中正确设置 URI，所以大部分 iOS App 无法被 Bitwarden 识别。参阅[这里](https://www.reddit.com/r/Bitwarden/comments/run3ie/is_it_possible_to_get_bitwarden_to_recognize_an/)和[这里](https://community.bitwarden.com/t/how-to-get-uri-for-ios-app)。

[获取移动 App URI 的方法](https://help.ppgg.in/password-manager/autofill/troubleshoot-autofill/forming-uris-for-autofill#obtaining-uris-for-mobile-apps)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://host.ppgg.in/universal-use.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
