openpgp4fpr:358e81f6a54dc11eaeb0af3faa742fdc5afe2a72

  • 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle







  • This worked for me…

    For lemmy:

    labels:
          - traefik.enable=true
          - traefik.http.routers.lemmy.rule=Host(`lemmy.example.com`) && (PathPrefix(`/api/`, `/pictrs/`, `/feeds/`, `/nodeinfo/`, `/.well-known/`) || Method(`POST`) || HeadersRegexp(`accept`, `^application/.*`))
          - traefik.http.routers.lemmy.entrypoints=websecure
          - traefik.http.services.lemmy.loadbalancer.server.port=8536
    

    For lemmy-ui:

    labels:
          - traefik.enable=true
          - traefik.http.routers.lemmy-ui.rule=Host(`lemmy.example.com`)
          - traefik.http.routers.lemmy-ui.entrypoints=websecure