Giter Site home page Giter Site logo

Comments (5)

valvin1 avatar valvin1 commented on June 11, 2024 1

oh yes why not, I'll test and let you know :)

from docker.

nupplaphil avatar nupplaphil commented on June 11, 2024

Oh, sounds good.

Yes, plz add a PR, I'll have a look at it.

The apache specific config is loaded through this line:

[apache]='\nRUN set -ex;\\\n a2enmod rewrite remoteip ;\\\n {\\\n echo RemoteIPHeader X-Real-IP ;\\\n echo RemoteIPTrustedProxy 10.0.0.0/8 ;\\\n echo RemoteIPTrustedProxy 172.16.0.0/12 ;\\\n echo RemoteIPTrustedProxy 192.168.0.0/16 ;\\\n } > /etc/apache2/conf-available/remoteip.conf;\\\n a2enconf remoteip'

Copy&Paste it into the editor, adapt it and replace this line.

Afterwards, execute this file per "./update.sh" to update all containers automatically.

from docker.

nupplaphil avatar nupplaphil commented on June 11, 2024

I do find this solution more docker-like and less "static" for all containers. Because which settings are fix in the docker image itself and which not?
nextcloud/docker#182 (comment)

What do you say @valvin1

from docker.

nupplaphil avatar nupplaphil commented on June 11, 2024

@valvin1 Is this solution acceptable? :-)

from docker.

nupplaphil avatar nupplaphil commented on June 11, 2024

@valvin1 I'm closing this issue now since you're already using the docker image for your instance and it seems working.

Feel free to reopen it in case you need support again :)

from docker.

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.