mnyon-grandkru / knowledgebase

An issue tracker of error messages discovered while developing as well as their solution.
https://github.com/mnyon-grandkru/knowledgebase/issues
MIT License
2 stars 0 forks source link

Configuring Radio Station Local Development Environment #92

Closed mnyon-grandkru closed 1 year ago

mnyon-grandkru commented 1 year ago

Tracking issues while installing local development version of https://github.com/netmix/radio-station/issues/448. In addition to this, AzuraCast hostnames have clashed with the Local WP domain, opening links to AzuraCast when WP is expected. I'm looking into restricting docker requests to specific images in order to clarify local development environments

mnyon-grandkru commented 1 year ago

So, in some additional work on this, it seems that the solution to this is a reverse proxy nginx scenario, which I'm glad to research but can't provide a solution for today.

Reading through a couple of strategies on doing localhost work with SSL. One piece of this work involves creating certs to use on browsers. Attaching documentation to peruse later: https://stackoverflow.com/questions/49553138/how-to-make-browser-trust-localhost-ssl-certificate#49553299 https://web.dev/how-to-use-local-https/ https://community.localwp.com/t/locals-router-doesnt-proxy-websockets/23005

The first item to read; nginx reverse proxy instructions & port forwarding