You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, i just realized, that it should be possible to have the matching favicon aswell:
Thats used for the icon: curl -o /kclient/public/icon.png https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png
And thats for the favicon: curl -o /kclient/public/favicon.ico https://bambulab.com/favicon.ico
Reason for change
Because it possible and visually pretty nice to have 👍
Proposed code change
just add a line (curl -O) in the Dockerfile
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is this a new feature request?
Wanted change
Hey, i just realized, that it should be possible to have the matching favicon aswell:
Thats used for the icon:
curl -o /kclient/public/icon.png https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png
And thats for the favicon:
curl -o /kclient/public/favicon.ico https://bambulab.com/favicon.ico
Reason for change
Because it possible and visually pretty nice to have 👍
Proposed code change
just add a line (curl -O) in the Dockerfile
The text was updated successfully, but these errors were encountered: