This repository contains files to run ShinyProxy inside a Docker container. It also contains a customized HTML template for the landing page (see templates/index.html
) and web application containers (see templates/app.html
). These templates provide the same functionality as the standard ShinyProxy pages, except that web applications can now have an optional Google Analytics support (see application.yml
for example).
This repository contains an example web application that can be launched using ShinyProxy inside a Docker container. Specifically, the example web application hosts a series of example Shiny web applications. To run this example, please use the following system command:
docker-compose pull
docker-compose up -d
After running this command, you can view the application at https://localhost:8080. You can also find log files for the ShinyProxy server inside the shinyproxy-logs/server
directory, and log files for the Shiny web applications inside the shinyproxy-logs/container
directory.
Finally, when you have finished running the example application, please use the following system command to terminate it:
docker-compose down