docker icon indicating copy to clipboard operation
docker copied to clipboard

New environment variables

Open Nico83500 opened this issue 3 years ago • 2 comments

Hi, I would like to know if there are some env var to configure :

  • Choose to install or not recommended apps ? Because I use admin and password env var and I don't know if recommended apps are installed
  • overwrite.cli.url ? I don't know if Nextcould uses it but the value is 'overwrite.cli.url' => 'http://localhost', in config.php
  • Installation or skip warning about imagemagick : I can see there is already an issue about it but no news ?
  • Add secrets support for SMTP env var ? I believe I already seen an issue about it too Thank you !

Nico83500 avatar Jul 22 '21 13:07 Nico83500

Please have a look at our README. There is no env var for imagemagick or recommended apps.

J0WI avatar Aug 23 '21 11:08 J0WI

Agree, it is clear in the doc shows that overwrite.cli.url isn't there for environment variable.

However, for the use case of SSL + mobile Apps, overwrite.cli.url is essential to be part of the environment variable so all the setup can be completed in the compose file, instead of modifying config/config.php after the deployment.

Is this feature request worthy? Otherwise, what's the reason?

MarcoLeongDev avatar Mar 31 '22 22:03 MarcoLeongDev

Fixed in https://github.com/nextcloud/docker/pull/1622 and duplicate of #820

J0WI avatar Apr 04 '23 19:04 J0WI