Setup for Google Cloud VM instance with Shiny Server and a reverse proxy for your personal website.
Basically, I wanted to build my own shiny server, and it became a much larger process than I expected.
- Setting up a Shiny server on Google Cloud and not AWS, which was what I found for most walkthroughs
- Getting Shiny to work on the compute engine with SQL & APIs
- Getting Shiny to run through a reverse proxy since the native shiny server is only http and required a :3838
- Getting polygons and some map features to work
- Google Cloud Setup
- Shiny Server NGINX Setup
- Shiny Setup
- Additional Setup