Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local icons not found #128

Open
lukasitaly opened this issue Jul 29, 2024 · 7 comments
Open

Local icons not found #128

lukasitaly opened this issue Jul 29, 2024 · 7 comments
Labels
0.x Changes in 0.x version bug Something isn't working

Comments

@lukasitaly
Copy link

Question

So my folder structure is as follows:

  • [FOLDER] icons
  • [FOLDER] favicons
  • [FILE] config.yml
  • [FILE] compose.yml

This is my compose:

services:
  mafl:
    container_name: mafl
    image: hywax/mafl
    restart: unless-stopped
    ports:
      - '3212:3000'
    volumes:
      - ./config.yml:/app/data/config.yml
      - ./icons:/app/public/icons
      - ./favicons:/app/public/favicons

For the config I use the guide on your website. One example that didn't work:

    - title: Audiobookshelf
      description: Audiobooks
      link: https://audiobooks.hoferlukas.org/
      icon:
        url: ./icons/audiobookshelf.png
        wrap: true
        color: '#3dbcf3'
      status:
        enabled: true

No matter how I try it doesn't seem to find the file. And the file exists with this exact name. I tried to play around with the path in the browser-inspector but no matter what the file is not found. What am I doing wrong?

Category

Using Icons

@hywax-assistant
Copy link
Collaborator

👋 @lukasitaly
Thanks for opening your first issue here!
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

If you like this project, please ⭐ star our repo.

@AnndaGH
Copy link

AnndaGH commented Sep 5, 2024

same issue

@UnToobed
Copy link

UnToobed commented Sep 5, 2024

I'll chime in and say I have the same issue with the exact same setup as lukasitaly. Love the dashboard but would like to be able to use local icons as well as external ones.

@passportmidi
Copy link

I'm also having this issue, I have the same setup as lukasitaly

@arut-plus
Copy link

same issue

@hywax hywax added bug Something isn't working 0.x Changes in 0.x version and removed question labels Nov 28, 2024
@hywax hywax changed the title [QUESTION] Local icons not found Local icons not found Nov 28, 2024
@hywax
Copy link
Owner

hywax commented Nov 28, 2024

Hey, everybody, sorry it took so long. I think this is a bug that I will solve in v1. I've already started developing it

@cmar7945
Copy link

cmar7945 commented Dec 3, 2024

when using the tteck script, theres no suggestion on where to find the local files for icons. i.e mine are in /opt/mafl/icons but i get nothing showing up. would this be related to this bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.x Changes in 0.x version bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants