-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add add-on translation support (#118)
* Add add-on translation support * Bitwarden has no ingress
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
configuration: | ||
log_level: | ||
name: Log level | ||
description: >- | ||
Controls the level of log details the add-on provides. | ||
ssl: | ||
name: SSL | ||
description: >- | ||
Enables/Disables SSL (HTTPS) on the web interface. | ||
certfile: | ||
name: Certificate file | ||
description: >- | ||
The certificate file to use for SSL. Note that this file must | ||
exist in the /ssl/ folder. | ||
keyfile: | ||
name: Private key file | ||
description: >- | ||
The private key file to use for SSL. Note that this file must | ||
exist in the /ssl/ folder. | ||
request_size_limit: | ||
name: Size limit of HTTP requests | ||
description: >- | ||
Optionally set the size limit of HTTP requests on the API of | ||
Bitwarden RS. This might be needed to support larger imports. | ||
The default is 10485760, which is 10MB. | ||
network: | ||
7277/tcp: Web interface |