Publishing a password protected rmarkdown/html file

I would like to put a knitted rmarkdown/html document online, but protected with a password.

Any recommendations a) how to do get the password protection, and b) where to place the file? Is there something like rpubs but with a password protection? I am aware that this is might be only indirectly related to r, but I could imagine that some here have been confronted with similar situations before. My needs are minimal. Just one rmarkdown report and very little traffic.

Many thanks!

Some hosting service like Netlify will offer some authentication layer. See https://docs.netlify.com/visitor-access/identity/#enable-identity-in-the-ui
Publishing HTML file (and companion files) to netlify is pretty easy, and you'll find some tutorial on the web.

Otherwise, I think you would require to create your own hosting service on AWS, DIGITALOCEAN, GCP or other service. A small apache webserver would be fine (example on GCP. You'll need to add an authentication layer and I think you can get this to work.

Some services like https://auth0.com/ are also offering free plan for this and it seems they have information on securing a single web page app (https://auth0.com/docs/quickstart/spa)

Hope these hints helps.

1 Like

Many thanks for all the leads. Sounds like a new adventure lies ahead ;-).

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.