In Docker where can i find config.js to disable the Register Link

Hello all

Gramps 5.2.2
Gramps Web API 2.4.2
Gramps Web Frontend 24.8.0
Gramps QL 0.3.0
locale: en
multi-tree: false
task queue: true

after reading the KB Fronten-config, i am little bit confused

However, some behaviour can be changed by setting appropriate options in the config.js file at the root of the distriubtion.

as iā€™m using Docker what mean the root of the distribution?

once set does this parameter is persistent?

Thanks in advance for your help
:slight_smile:

When using the default docker image, you can mount a file in the same folder as the docker compose YAML like this:

    volumes:
      - ./config.js:/app/static/config.js