-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Same custom domain for multiple users #494
Comments
Each domain added belongs only to one user and can not be used by another user. We're planning on adding "teams" so multiple users can access same features but it's for distant future. |
I really need this feature |
Was the teams feature ever added to allow for domain sharing? |
Just checking in again to see if this feature is still on any roadmap. Thanks!! |
Hi,
I've got Kutt instance on Swarm cluster via Traefik. To protect it I use traefik-forward-auth (which works great) and real shorting domains are other than app intance.
Eg. Kutt is available at
shorter.example.com
and custom domains arelink.example.com
andexmpl.com
.All redirects works fine but management is impossible at the moment. Tested at
latest
anddevelop
Docker image labels.The problem
On my main account (admin set at
ADMIN_EMAILS
variable) after adding both domains, my co-workers don't see these domains and also they can't add them twice (You can't add this domain. validation info). After promoting them to admin problem still exists.Response from GET /api/v2/users:
my admin account (
[email protected]
)promoted admin account (
[email protected]
)Kutt swarm stack
The text was updated successfully, but these errors were encountered: