Giter Site home page Giter Site logo

Comments (4)

tarampampam avatar tarampampam commented on May 21, 2024

Hi! Please, attach all the configs that use for this?

from error-pages.

Akruidenberg avatar Akruidenberg commented on May 21, 2024
##nextcloud-push
      traefik.enable: "true"
      traefik.docker.network: reverseproxy
      traefik.http.routers.nextcloud-push-rtr.entrypoints: https
      traefik.http.routers.nextcloud-push-rtr.rule: Host(`thuis.$DOMAINNAME`) && PathPrefix(`/push`)
      traefik.http.routers.nextcloud-push-rtr.priority: 2       
      ## Middlewares
      traefik.http.routers.nextcloud-push-rtr.middlewares: chain-nextcloud@file, nextcloud-push@docker, traefik-error-pages@docker
      traefik.http.middlewares.nextcloud-push.stripprefix.prefixes: /push    
      ## HTTP Services
      traefik.http.routers.nextcloud-push-rtr.service: nextcloud-push-svc
      traefik.http.services.nextcloud-push-svc.loadbalancer.server.port: 7867
##nextcloud
      traefik.enable: "true"
      traefik.docker.network: reverseproxy
      traefik.http.routers.nextcloud-rtr.entrypoints: https
      traefik.http.routers.nextcloud-rtr.rule: Host(`thuis.$DOMAINNAME`)
      traefik.http.routers.nextcloud-rtr.priority: 1      
      ## Middlewares
      traefik.http.routers.nextcloud-rtr.middlewares: chain-nextcloud@file ,traefik-error-pages@docker
      ## HTTP Services
      traefik.http.routers.nextcloud-rtr.service: nextcloud-svc
      traefik.http.services.nextcloud-svc.loadbalancer.server.port: 80     
##error-pages
      traefik.enable: "true"
      # HTTP Routers
      traefik.http.routers.traefik-error-pages-rtr.entrypoints: https
      traefik.http.routers.traefik-error-pages-rtr.rule: HostRegexp(`{host:.+}`)
      traefik.http.routers.traefik-error-pages-rtr.priority: 10   
      # Middlewares
      traefik.http.routers.traefik-error-pages-rtr.middlewares: traefik-error-pages
      traefik.http.middlewares.traefik-error-pages.errors.service: traefik-error-pages-svc
      traefik.http.middlewares.traefik-error-pages.errors.status: 400-599
      traefik.http.middlewares.traefik-error-pages.errors.query: /{status}.html
      # HTTP Services
      traefik.http.services.traefik-error-pages-svc.loadbalancer.server.port: 8080  

When removing the priority 1 and 2, nextcloud is working (without the push server).
So it looks like the problem sits in the priority.

from error-pages.

tarampampam avatar tarampampam commented on May 21, 2024

I watched your configs, and have bad news - since I'm not a Traefik expert, I have no idea why this occurs. Maybe you will ask your question on the Traefik repo issues?

from error-pages.

Akruidenberg avatar Akruidenberg commented on May 21, 2024

Strange. Running nextcloud wth 11 and nextcloud push with 12 will work. Close it for now.

from error-pages.

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.