-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Fly.io instructions #169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI failed
- RUN apt-get update -y && apt-get install -y build-essential git \ | ||
- && apt-get clean && rm -f /var/lib/apt/lists/*_* | ||
+ RUN apt-get update -y && apt-get install -y build-essential git pkg-config libssl-dev \ | ||
+ && apt-get clean && rm -f /var/lib/apt/lists/*_* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could mention that it may be necessary to add libsrtp2-dev
as well -- notably when building on an arm64 machine (or targeting arm64 Linux in general, seeing as ex_libsrtp
doesn't provide a prebuilt package in that case)
guides/deploying/fly.md
Outdated
|
||
* configure a STUN server both on the client and server side | ||
* use a custom Fly.io IP filter on the server side | ||
|
||
In theory, configuring a STUN server just on one side should be enough but we recommend doing it on both sides. | ||
* slightly modify auto-generated Dockerfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* slightly modify auto-generated Dockerfile | |
* slightly modify the auto-generated Dockerfile |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #169 +/- ##
==========================================
+ Coverage 87.82% 87.87% +0.04%
==========================================
Files 45 45
Lines 2358 2358
==========================================
+ Hits 2071 2072 +1
+ Misses 287 286 -1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
No description provided.