docker icon indicating copy to clipboard operation
docker copied to clipboard

making NEXTCLOUD_TRUSTED_DOMAINS after installation

Open melvin-suter opened this issue 2 years ago • 2 comments

ALL configurations should be made with environment variables instead of manually editing configurations. The ENV variable is already there but ignored after installation. This change will allow trusted domains to be configured over ENV variables, while still considering the configured values inside config.php.

melvin-suter avatar Oct 13 '23 14:10 melvin-suter

Hi,

  • The new config file should go to https://github.com/nextcloud/docker/tree/master/.config
  • Run generate-stackbrew-library.sh to populate the change

kesselb avatar Oct 14 '23 14:10 kesselb

Hi,

  • The new config file should go to https://github.com/nextcloud/docker/tree/master/.config
  • Run generate-stackbrew-library.sh to populate the change

Changed it. Thanks.

melvin-suter avatar Oct 16 '23 09:10 melvin-suter