-
|
This question has been asked many times on Discord without being answered. I install locally (1 server), create a new team, and I cannot give the team access to the server. Please tell me if it can somehow be done without breaking anything. If not, it needs to be a feature request (Multiple teams using the same server(s)) |
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 15 replies
-
|
I also find it really confusing, especially as this option exists in the Sources. There it is a "System Wide?" checkbox. |
Beta Was this translation helpful? Give feedback.
-
|
A 'system wide' option for servers (or even just a way to clone) would be incredibly useful, at the moment for me it's just totally unrealistic to copy over keys and configurations for all my different servers. I can't use teams at all right now for this exact reason. Please make this easier! |
Beta Was this translation helpful? Give feedback.
-
|
Does anyone know how to solve the problem of using localhost for more than one team? |
Beta Was this translation helpful? Give feedback.
-
|
I agree this makes the permission model much less useful. However, this issue added to 4.1 milestone would solve the issue it seems? |
Beta Was this translation helpful? Give feedback.
-
|
My current work around is just adding the same server (i.e. localhost) to the other team under the server section as well. Update 2026-03-14: If you get an error
|
Beta Was this translation helpful? Give feedback.
-
|
Me too. No problems so far.
Em sáb., 12 de abr. de 2025, 09:30, Luckydonald ***@***.***>
escreveu:
… So far no problems. Took a couple attempts to get it started initially,
but running since.
—
Reply to this email directly, view it on GitHub
<#1820 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHCJLN26SQBSLGZNSGJHAM32ZEBOPAVCNFSM6AAAAABEMCV7UCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBRGIYDAMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
to be fair I don't want to run the same traefik + crowdsec + appsec + rate limiter on the new teams proxy again since its somewhat taxing on the system. |
Beta Was this translation helpful? Give feedback.
-
|
We need this, and it should be added asap! |
Beta Was this translation helpful? Give feedback.
-
|
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
|
🙏🙏🙏 It would be good to divide group of projects by team on one big instance/server. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe by using different docker networks you can make this more secure? Because sharing the server means everyone has access to root via terminal section... Not very safe :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for the great work on Coolify. |
Beta Was this translation helpful? Give feedback.
-
|
I swear that in an earlier version, I was able to have multiple teams all using localhost. I think this changed at some point. Also need the ability to move things between teams that are using the same server. |
Beta Was this translation helpful? Give feedback.
-
|
When I try to add the same server to another team I get an error about "the server with domain is already in use by a different team", so unable to use this workaround. |
Beta Was this translation helpful? Give feedback.
-
|
Just to clarify some things here, as this topic comes up more often now: Even if you disable the Terminal for the Team, nothing stops a user to mount the directory / volume of an App from the other team and make changes to this App. Workarounds are at the moment being patched, as Coolify v4's stable release is being prepared. It is unclear, when / if this will be made possible again for v4, but it is on the roadmap for Coolify v5. Until then, we do not recommend trying to make two teams share the same server- |
Beta Was this translation helpful? Give feedback.
Just to clarify some things here, as this topic comes up more often now:
Teams are not supposed to share the same server as of this moment. The main reason is, there need to be more safeguards put in place, to ensure Team A can't access and alter the deployments of Team B, when both use the same server. Coolify does not have those safeguards yet, even if it might appear so on first glance.
Even if you disable the Terminal for the Team, nothing stops a user to mount the directory / volume of an App from the other team and make changes to this App.
Workarounds are at the moment being patched, as Coolify v4's stable release is being prepared. It is unclear, when / if this will be made possib…