schenkd/nginx-ui

/static/themes missing on manual build

mattheys opened this issue · 4 comments

I'm running on Aarch64 so had to build from source as you only seem to have Arm64 containers.

  nginxui:
    container_name: nginxui
    build: https://github.com/schenkd/nginx-ui.git
    volumes:
      - /opt/nginx:/etc/nginx
    restart: unless-stopped
    networks:
      - internal

However there is no content in the /static/themes folder in the web app, these means the outline-icons aren't loaded.

Hello @mattheys, I just checked and that's because I forgot to push the content. Whoopsie-daisy, shame on me!
I will write you later when I have pushed the content! I'm just working on another project.

Hello @mattheys I have added the themes directory. Would you test again if your build now displays the missing icons and fonts?

Hello @schenkd
I had the same problem. Now it's fixed.
Thank you!

@schenkd Thanks, yes it's looking good now.