Git Product home page Git Product logo

Comments (2)

spantaleev avatar spantaleev commented on June 20, 2024 1

Your vars.yml is outdated. matrix_static_files_container_network is set like this:

matrix_static_files_container_network: "{{ (matrix_static_files_identifier if matrix_playbook_reverse_proxy_type == 'none' else matrix_playbook_reverse_proxy_container_network) }}"

If matrix_playbook_reverse_proxy_type is anything other than none (that is, if it's playbook-managed-traefik or other-traefik-container), then matrix-static-files would be connected to the container network specified in matrix_playbook_reverse_proxy_container_network

As per our new Traefik managed by you documentaiton, you're supposed to tell the playbook on which network your Traefik instance lives by redefining matrix_playbook_reverse_proxy_container_network in your vars.yml file.

Our changelog section People managing their own Traefik instance need to do minor changes from the large Goodbye, matrix-nginx-proxy đŸĒĻ also tells you about it:

Because Traefik has an extra job now, you need to adapt your configuration to add the additional matrix-internal-matrix-client-api entrypoint and potentially configure the matrix_playbook_reverse_proxy_container_network variable.

It seems like you've skipped over this part. If you haven't added the additional matrix-internal-matrix-client-api entrypoint, you would also experience other problems.

from matrix-docker-ansible-deploy.

EorlBruder avatar EorlBruder commented on June 20, 2024

As a workaround I manually set the network-name in the systemd-unit on the host. This obviously will be reverted anytime the playbook is run.

from matrix-docker-ansible-deploy.

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.