Custom app logo

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.16
What app is this about: custom app (SabNzbd)

Describe your issue

Hi,
I have create a custom app for SABNZBD, github link.
But it can’t see the logo on the user interface:

I don’t see any informations related to that in the doc.

Share relevant logs or error messages

no logs

Welcome!

Please check your browser Network debug tab (you can open it with F12), then refresh the page: the URL of the logo should be getting a 40x error. Can you check which one?

1 Like

The image is base64 encoded unfortunately

Capture d’écran 2025-05-21 à 12.51.08

If i take roundcube it is:
https://mydomain/yunohost/sso/applogos/89985884e237c89b81847541641f0610016e660c35fc82a.png

Oooh sorry, I overlooked that it is a custom app. The base64 blob is meant to be a placeholder since there is no logo for this app. Logos can be uploaded in the repository YunoHost-Apps/apps only if the app is in the catalog.

Starting YunoHost 12.1 (currently in testing), you will be able to upload your own logo.

1 Like

Ok thanks you for reply !
If the app is stable, I will think about asking for an official support.
Can’t wait for new version :slight_smile:

1 Like

Hey,

Speaking of logos, I saw that some had managed to put a favicon on their Yunohost portal.
If that’s possible, I didn’t figure out how to proceed?

Thank you in advance :folded_hands:

Hi,
There is a doc here about that i think.

I thought it was no longer possible to use this method to install themes on the Yunohost Portal?
That we should now go through the Admin Yunohost domain interface.

When I go in:

cd /usr/share/ssowat/portal/assets/themes
-bash: cd: /usr/share/ssowat/portal/assets/themes: No such file or folder
cd /usr/share/ssowat/portal/assets/
-bash: cd: /usr/share/ssowat/portal/assets/: No such file or folder
cd /usr/share/ssowat/portal/
-bash: cd: /usr/share/ssowat/portal/: No such file or folder

This method is apparently no longer relevant.
My request is not about a background on the Yunohost Portal, but about favicon that can be seen on the tabs, as here on the Yunohost Forum.

I would say that it is somewhere here:

/usr/share/yunohost/portal/index.html

You can see this is the nuxt sso index.html file, so if you add a line like this in <meta>

<link rel="icon" type="image/x-icon" href="link to favicon">

href should be like:

/yunohost/sso/assets/favicon.ico

and put the file in folder:

/usr/share/yunohost/portal/assets/

It should works (i didn’t tried)

1 Like

I thought about that method, but I wasn’t sure.
Thank you :slightly_smiling_face:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.