Local image as logo?

Hi,

I’m wondering if there is a way to specify a local image as the logo appears on the navbar instead specifying an url?

Thanks

Hi @Keqiang_Li,

This was not possible, but @fmichielssen has implemented this in the mean time and it will be included in the next release.

Thanks for the suggestion!

Best,
Tobias

2 Likes

@Keqiang_Li

This is available now in version 1.0.0.

See

https://www.shinyproxy.io/downloads/

for full release notes.

Best,
Tobias

Great!

I’ve already put it in use.

It’s nice to have the launching status prompt. it works fine on all other platforms. But when I’m trying in Chrome on the latest macos, the status is showing at the bottom and is overlayed on the status bar of the browser.

Excellent - thanks for the feedback, @Keqiang_Li

We’ll investigate the launching status prompt on MacOS with Chrome.

Best,
Tobias

When I try to use the logo-url to have logo locally, shall the image be present in the code repository only or shall I put it on the docker image. If on the docker image then we should put the logo-url as:
logo-url: file:///root/rk/logo.png

or how does this work?