'Loading' Screen Customization

Hi,

Is a way to overwrite the “Loading (container display-name)” page with the revolving dots gif beneath it?

I’m aware of how to modify index.html and other pages, is it a similar process?

Thanks!

1 Like

Yes, it is. Just put the index.html under the template folder. https://github.com/openanalytics/shinyproxy-config-examples/tree/master/04-custom-html-template can be a starting point.

Take a look at src/main/resources/templates/app.html
Editing it will allow you to change the docker app starting screen. Then just copy it into your templates directory, among the index.html, login.html …Latest on systemctl restart shinyproxy the effects should be visible.

1 Like