[SOLVED] Where is my config.yml

Hi everyone,
Context:

  • Synology Nas
  • Docker
  • Bitwarden-rs

I have a fully working bitwarden-rs. I can connect over my phone, my laptop, I even configure my yubikey with it.

The only problem I have is to find my config.yml file. Indeed, I’d like to put my certificat in the proper folder which is /volumeX/docker/bwdata right ? (maybe a bit different for everyone).
I tried by the docker terminal, ssh connexion and file station to find it. I used all the commands to look everywhere (mainly **find ***) but impossible to locate the data folder and config.yml

What I am missing? :thinking:

Many thanks in advance,
Meliodas

Hello @meliodas,

Welcome to the forum.
First, that file is named config.json, so i can understand that you can not find it.

Second, that file only exists if you make changes via the admin interface.

Normally the configuration is done by either a .env file, or using the docker -e ENV_VAR=Value argument during the docker run.

@BlackDex, Thanks for the welcome and your answer.

This is why I could not find it haha ! then it’s perfect i found it already!

Many thanks for your quick reply.

Melidoas