Coder Social home page Coder Social logo

Comments (4)

iasdeoupxe avatar iasdeoupxe commented on June 15, 2024 1

Trusted domains are supposed to be set / configured only via OWNCLOUD_TRUSTED_DOMAINS according to:

https://doc.owncloud.com/server/10.13/admin_manual/installation/docker/

from core.

jnweiger avatar jnweiger commented on June 15, 2024 1

Docker is always special and defies our normal documentation.
The rule of thumb might be:

If you run into the situation "I did as documented, it does not change anything"
then examine the config/overwrite.config.php file inside you running docker container. There you learn the details about the environment variable that needs to be used instead.

Example:

docker exec -ti my_little_owncloud grep -i trusted_domains config/overwrite.config.php
  if (getenv('OWNCLOUD_TRUSTED_DOMAINS') != '') {
    $domain = array_map('trim', explode(',', getenv('OWNCLOUD_TRUSTED_DOMAINS')));
    'trusted_domains' => $domain,

from core.

DeepDiver1975 avatar DeepDiver1975 commented on June 15, 2024

@mmattel something for the docs?

from core.

icedwater avatar icedwater commented on June 15, 2024

Edit: Yes, but those didn't work for me at first, or I wouldn't have dug into the container. Let me add to the original question that the recommended docker .env approach failed when I followed the wrong instructions.

Thanks @iasdeoupxe for making me check again.

It would still be nice to furnish more examples for a provided command, though, especially since the default docker image doesn't have man pages.

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.