Releases: openanalytics/shinyproxy
Releases · openanalytics/shinyproxy
0.9.4
- support for reporting issues with Shiny apps run on ShinyProxy; issues are mailed to a support address (configurable via
spring.mail
) and have Shiny application logs in attachment (using a new container log storage service) - support for multiple LDAP authentication providers e.g. for different domains or forests
- support of custom context paths via the
server.contextPath
setting in theapplication.yml
file - add content-type to heartbeat response
- layout fixes when hiding the navbar (
hide-navbar: true
) and better IE support - ShinyProxy deb package available for Ubuntu 16.04 LTS (and 14.04 LTS)
0.9.3
- added Docker Swarm support for scalable deployments
host
argument in the docker configuration removed; this is now requested directly from the Docker API- multiple clicking on a link to a Shiny app no longer launches multiple containers
- improved retry wait time when
container-wait-time
is set to a very high value to prevent unnecessarily slow startup - ShinyProxy rpm package available for CentOS 7 (and RHEL 7)
0.9.2
0.9.1
0.9.0
0.8.7
- new option
hide-navbar
to hide the navigation bar; this allows for easy embedding of ShinyProxy in other web applications - make height shinyframe responsive such that Shiny apps resize whenever the parent window is resized
- support social authentication using Facebook, Twitter, Google, Github or LinkedIn accounts with a new authentication option
authentication: social
0.8.6
- configurable timeout value for 'container did not respond in time' in a new field
container-wait-time
with default value of20000
(20 seconds) - support the equivalent of
docker run --network
in a new (optional) fielddocker-network
that can be specified per Shiny app
0.8.4
- fixed mounting of Docker volumes (using
docker-volumes
field) - tracking of usage statistics now also supports MonetDB (next to InfluxDB);
usage-stats-db
has been removed in favour ofusage-stats-url
:
for InfluxDB use http://localhost:8086/write?db=shinyproxy_usagestats; for
MonetDB use a jdbc URL e.g. jdbc:monetdb://localhost:50000/usage_stats- support of DB credentials for usage statistics logging with new fields
usage-stats-username
andusage-stats-password