Skip to content

White page when using baseurl-it-tools and Traefik #55

@j0hnby

Description

@j0hnby

Describe the bug

Hi - thanks for the fork, very handy!

I have a stack set up for this - but it's not working - I still get a white screen

This is the compose I use

services:
  it-tools:
    container_name: it-tools
    image: ghcr.io/sharevb/it-tools:baseurl-it-tools
    restart: unless-stopped
    environment:
      - TZ=Europe/London
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.ittools.rule=Host(`site.mydomain.co.uk`) && PathPrefix(`/it-tools`)"
      - "traefik.http.routers.ittools.entrypoints=https"
      - "traefik.http.routers.ittools.tls=true"
      - "traefik.http.services.ittools.loadbalancer.server.port=8080"

    networks:
      - home-stack

networks:
  home-stack:
    external: true

This is what I get when I visit the site

Image

Is there anything obvious I am doing wrong?

What happened?

When using baseurl-it-tools - I just get a white screen

System information

Docker / Traefik

Win 11 Edge

Where did you encounter the bug?

A self hosted

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions