Replies: 5 comments 12 replies
|
Can't you disable putting INCEpTION into an IFrame in the first place? |
0 replies
|
That's also what I thought of but that defies the whole purpose of using ShinyProxy. |
7 replies
|
Best open a feature request issue for an option to disable the startup notice. |
0 replies
|
@jwijffels I am looking at the ShinyProxy documentation trying to understand how you would use it with INCEpTION. If I understand this correctly, then ShinyProxy creates a new container for each user - that means you basically forfeit all multi-user capabilities of INCEpTION and essentially run it like a single-user application, right? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm testing out if inception can be put behind ShinyProxy.
Shinyproxy uses docker containers to manage applications. So I use the inception docker container.
When the container starts up, Shinyproxy wraps the UI of inception in an iframe. In a normal shiny app this looks as follows:
when I put Inception behind Shinyproxy with the config shown below the iframe shows the startup.html from inception but because this is put into an iframe, the page is never refreshed. What's more is that the inception page seems to have been wrapped in a pre tag.
I'm wondering if it would make sense to have an option in inception to remove the startup.html page. ShinyProxy checks every 'heartbeat' number of seconds if the app has come alive and shows a loading screen while it hasn't.
If the inception app would directly go to login screen, I think I can put the app behind ShinyProxy. I've been trying to change the code myself but I'm not a java expert and the maven builds seem to fail after I followed the installation procedure here: https://inception-project.github.io/releases/29.5/docs/developer-guide.html#_setting_up_for_the_development_in_eclipse
where the /export folder contains
All reactions