GDPR banner at first access

Hi, we plan to use shinyproxy to publish online some apps developed by researchers. To comply with GDPR etc. we would like to show a message to inform all user about the information that may be captured (mostly logs that we capture for server security) the first time a user access the app.

Is there an easy way to do it?

Thanks

Late reply but in case it can be useful to someone. I would do this just by customizing the login page. Create your custom site under /opt/shinyproxy/templates, e.g. /opt/shinyproxy/templates/mysite and in the proxy section of application.yml add template-path: templates/mysite. Then customize a suitable template starting from, for example, one of these: https://github.com/openanalytics/shinyproxy-config-examples/tree/master/04-custom-html-template

1 Like