Fix ports conflicts #37

Open
baptiste wants to merge 2 commits from fix_ports_conflicts into main
Owner

Fix two TCP port conflicts.

Remaining conflict: port 8080 is used in sogo and jitsi. This is harder to fix, because port 8080 is hardcoded in sogo's container. The conflict arises only if both services run on the same node, because diplonat is not used for sogo (port 8080 is only used internally and is behind Tricot)

Fix two TCP port conflicts. Remaining conflict: port 8080 is used in sogo and jitsi. This is harder to fix, because port 8080 is hardcoded in sogo's container. The conflict arises only if both services run on the same node, because diplonat is not used for sogo (port 8080 is only used internally and is behind Tricot)
baptiste added 2 commits 2024-10-16 23:13:37 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix_ports_conflicts:fix_ports_conflicts
git checkout fix_ports_conflicts

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff fix_ports_conflicts
git checkout main
git merge --ff-only fix_ports_conflicts
git checkout fix_ports_conflicts
git rebase main
git checkout main
git merge --no-ff fix_ports_conflicts
git checkout main
git merge --squash fix_ports_conflicts
git checkout main
git merge --ff-only fix_ports_conflicts
git checkout main
git merge fix_ports_conflicts
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/nixcfg#37
No description provided.