Skip to content

1.0.2

Compare
Choose a tag to compare
@tverbeke tverbeke released this 12 Nov 17:05
· 643 commits to master since this release
  • new property shiny.docker.proxy.port-range-max allows to limit the number of ports to be used
    by a single ShinyProxy instance e.g. to allow multiple instances to launch docker containers on a shared Docker Swarm cluster or to limit the number of concurrent apps on a single
    instance
  • app-specific environment variables can be specified in the docker-env property inside the app configuration, similarly to docker-env-file
  • the logo-url property of an individual app (to display application logos on the landing page) now also support the file scheme (to be able to use local files as logos)
  • ShinyProxy no longer fails if shiny.proxy.cert-path is missing
  • improved handling of failed app starts