Skip to content

Commit

Permalink
Add add-on translation support (#118)
Browse files Browse the repository at this point in the history
* Add add-on translation support

* Bitwarden has no ingress
  • Loading branch information
frenck committed Apr 20, 2021
1 parent 34bfff7 commit 25a1e2b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bitwarden/translations/en.yaml
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

0 comments on commit 25a1e2b

Please sign in to comment.