Skip to content
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

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Update Fly.io instructions #169

merged 3 commits into from
Oct 8, 2024

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Oct 7, 2024

No description provided.

@mickel8 mickel8 requested a review from sgfn October 7, 2024 20:02
@mickel8 mickel8 marked this pull request as ready for review October 7, 2024 20:02
Copy link
Member

@sgfn sgfn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI failed :trollface:

Comment on lines +51 to +54
- 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/*_*
Copy link
Member

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)


* 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* slightly modify auto-generated Dockerfile
* slightly modify the auto-generated Dockerfile

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.87%. Comparing base (363fae9) to head (5106ead).
Report is 1 commits behind head on master.

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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 363fae9...5106ead. Read the comment docs.

@mickel8 mickel8 merged commit 4782ace into master Oct 8, 2024
3 checks passed
@mickel8 mickel8 deleted the fly branch October 8, 2024 10:00
@mickel8 mickel8 mentioned this pull request Oct 8, 2024
54 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants