In the case of shiny apps published on a private networks using Shiny Server: are the files in the project folder and subfolders (such as www
and/or data
) vulnerable to be accesible to an external user that has access to said private network, after the app has been deployed? Are said files accesible through a web browser, for instance?
I'm trying to convince the IT guys at the company that I work in to configure a shiny server, but the security of the files in the app has been an issue.
I have reviewed the answers given here, and also looked information online, but when you look for information about security on shiny apps, you get information about authentication solutions.
I'm not thinking about giving authentication, just trying to find out how safe are the files in the project's folder. Any documentation regarding this issue would be very much appreciated.