Open yalh76 opened 5 years ago
What's needed to achieve that ?
As far I've seen, request to the tile is made to pixelfed instead of downloading them ...
Uh what ? 😅
when you look at pixefed log doing journactl -feu pixelfed
you will see the request to the files: custom_portal.js
, ynh_portal.js
, custom_portal.css
, ynh_portal.css
but pixelfed don't know where thoses files are....
So nginx configuration has to be changed, for those files not be requested to pixelfed but directly provided ...
I'm not sure, I'me more clear ^^
This issue is still relevant for YunoHost 12. There appears to be no tile for Pixelfed, even when it is set to be displayed in the user portal!
I believe the next Yunohost major version (for debian 12) will remove it :thinking:
I believe the next Yunohost major version (for debian 12) will remove it 🤔
I don’t think so. I just updated: the tiles appear very differently, but they are still there, and Pixelfed does not appear in the user portal…
the tile is showed for me:
or maybe you are talking about "the small 'YunoHost' portal shortcut square on apps"? (which will be removed in YunoHost Bookworm)
What's needed to achieve that ?