Releases: openanalytics/shinyproxy
Releases · openanalytics/shinyproxy
0.7.8
- limit memory of a shiny app with a new argument
docker-memory
in the application.yml
file
- allow for iframe embedding of ShinyProxy
0.7.5
- new authentication mechanism
authentication: simple
which allows to define users inside the application.yml
file
- the setting
admin-groups
has moved one level up, from shiny.proxy.ldap
to shiny.proxy
(since groups can now also be specified inside the application.yml
)
- the setting
ldap-groups
under shiny.proxy.apps
has been renamed to groups
(to be more generic now a user can also specify groups inside the application.yml
file instead of the relevant LDAP directory)
- fix proper passing of custom information via the URL (to retrieve it in the
session$clientData$url_search variable
variable inside the Shiny application)
0.7.0
- allow one user to open multiple applications as requested by
#2
- optional display of logos for apps on the landing page using a new configuration field
logo-url
- fix spurious error message on Jetty ALPN support
0.6.0
- functionality to track and save usage statistics has been added; a general model has been implemented as well as a plug-in for influxDB
- additional logging to help pinpoint networking issues (e.g. erroneous specification of docker host IP)
0.5.0
- user information accessible to the container as the
SHINYPROXY_USERNAME
environment variable
- introduced Spring Profiles for managing configuration
- fix issue with clean-up of heartbeat timestamps
display-name
of an app now defaults to its name
0.4.0
- members of the admin user group now can access real-time usage overview at /admin
- optional configuration of a display name and description for an app (displayed on landing page)
- additional logging for user authentication events
- support
docker-dns
option for an app
0.3.0
- a new heartbeat mechanism will shut down unused containers
0.2.0
- fast switching between apps
- migrate to thread-safe Docker client
0.1.0
- make the proxy port (default 8080) configurable
- allow for disabling authentication
0.0.2
- more generic authorization support
- simple logging added to default configuration