-
-
Notifications
You must be signed in to change notification settings - Fork 0
Nginx setup #9180
base: dev
Are you sure you want to change the base?
Nginx setup #9180
Conversation
Went over with Kyle. Docker Desktop is apparently a requirement for passing host.docker.internal to the container. There's a multitude of ways to have a container talk to the hosts network. We can also just use DNS and subdomains. Furthermore, kyle showed me how to test the webrtc connections. So I should be able to configure nginx for them. Lastly, I have to configure minio. |
Was seeing issues where when a website was adblocked it would server the nginx server. Want to investigate that. |
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Daniel Belmes.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Daniel Belmes.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Daniel Belmes.
|
Summary
🤖 Generated by Copilot at c3327d5
This pull request enhances the local development environment by adding variables and logic for the media server instance, enabling nginx proxying, and allowing different methods of generating SSL certificates. It modifies the
.env.local.default
file, thepackages/client-core
,packages/client
,packages/server-core
, andpackages/server
files, thescripts
files, and thedocker-compose-services.yml
file. It also removes thedocker-compose.yml
file.References
closes #insert number here
Explanation
🤖 Generated by Copilot at c3327d5
.env.local.default
(link, link, link, link)mkcert
oropenssl
inscripts
(link, link, link)scripts/nginx
(link, link, link)packages/client
,packages/server-core
, andpackages/server
(link, link, link, link)connectToNetwork
function to includeserver
query parameter for routing requests to instance or media server inpackages/client-core
(link, link)get-local-server-ip
function to use media server domain and port ifisMediaInstance
is true inpackages/server-core
(link)instanceserver
object inpackages/server-core
(link)killports
function to use media server port from configuration inscripts/run_e2e_tests.ts
(link)docker-compose.yml
file and added command to source.env.local
file instart-containers.sh
inscripts
(link, link)🤖 Generated by Copilot at 9b51a35
QA Steps
List any additional steps required to QA the changes of this PR, as well as any supplemental images or videos.
Checklist