Updating the mumble recipe #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "newmumble"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
autonomic mumble from the old times was having issues, so decided to update the recipe to the latest to host our own
appears to be working. was able to use same port publishing pattern I was using in another recipe recently for lasuite-meet
addition of a web client was a nice bonus
the old 3 year update cycle ... I assume this is probably fine to merge but cc @3wordchant
@ -11,0 +15,4 @@# Mumble uses its own protocol on port 64738 (TCP+UDP), not HTTP.# Published directly on the host — cannot be proxied through Traefik# without custom entrypoints.ports:Benefits of this over https://git.coopcloud.tech/coop-cloud/traefik/src/branch/master/compose.mumble.yml?
Update looks good. Personally it seems confusing not to centralise port config in Traefik but 🤷
@3wordchant ty for taking a look. I see pros/cons of each approach to the ports thing
pro of centralizing in traefik is:
pro of the port config in the recipe is:
Maybe let's discuss in
#coopcloud-tech? I see the "easier" argument (although uncommenting 1 line inabra app config traefik...and redeploying it doesn't seem nightmarish in the scheme of things) but it feels like apps opening their own ports might be unexpected security-wise.@3wordchant want to link this PR into the #coopcloud-tech chat?
I guess for me, as I was trying to understand a recipe, I found it unexpected when there was "action at a distance" and there were also necessary related code changes in another recipe (traefik), even if small. having to touch two repositories instead of one. but I'm not sure how to weigh the approach either way for security
more host port half-related stuff here: coop-cloud/traefik#88
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.