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:
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: