guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
117 stars 60 forks source link

Feature request: add other variables to configmap #70

Closed akelge closed 4 months ago

akelge commented 5 months ago

First of all thank you for this chart and keeping it up to date.

There are some other variables that can be added to the configmap to support extra features:

To get a full list, you can check how Gissi does it on his chart (that is abandoned apparently) at https://github.com/gissilabs/charts/tree/master/vaultwarden

akelge commented 5 months ago

Here is a list of the ones that are missing:

J-roen commented 4 months ago

I'm also missing ORG_GROUPS_ENABLED. Thanks in advance for adding support for extra environment variables!

guerzon commented 4 months ago

Hi @akelge @J-roen -- requested variables have been added to the chart.

J-roen commented 4 months ago

That's amazing! Is it also already possible to set USER_ATTACHMENT_LIMIT and ORG_ATTACHMENT_LIMIT in values.yaml? Thanks!

guerzon commented 4 months ago

That's amazing! Is it also already possible to set USER_ATTACHMENT_LIMIT and ORG_ATTACHMENT_LIMIT in values.yaml? Thanks!

Done