Skip to content

Conversation

@amirhmoradi
Copy link
Contributor

What is this PR about?

Custom Wildcard Domains: Configure wildcard domains at the organization or project level for generated application and preview URLs.

Checklist

Before submitting this PR, please make sure that:

Issues related (if applicable)

N/A

Screenshots (if applicable)

TBD

claude and others added 4 commits December 9, 2025 15:07
Add the ability for organization admins and project admins to configure
custom wildcard domains that replace the default traefik.me subdomains
for auto-generated application domains.

Features:
- Organization-level wildcard domain setting (e.g., *-apps.example.com)
- Project-level wildcard domain override with inheritance option
- Updated domain generation to use custom wildcards when configured
- New UI components for configuring wildcard domains in settings
- Domain dialog tooltip shows active wildcard domain pattern

The domain generation follows this hierarchy:
1. Project-specific wildcard domain (if set)
2. Organization wildcard domain (if project inherits and org has one)
3. Default traefik.me domain (fallback)

Example: Setting wildcard domain to "*-apps.example.com" will generate
domains like "myapp-a1b2c3-apps.example.com" for new applications.
…-domain-implementation-and-test

Handle preview wildcard domains in generated hosts
@JoshuaRileyDev
Copy link

How does this work? This is a feature I want to add to my own private self hosted version of Dokploy, I need it to migrate one of my last applications over to Dokploy

…ustom-wildcard-domains-01Pa52auo5dyyAmSUGfCTvSr
@amirhmoradi
Copy link
Contributor Author

CLOSING in favor of #3324

@amirhmoradi amirhmoradi deleted the claude/custom-wildcard-domains-01Pa52auo5dyyAmSUGfCTvSr branch December 20, 2025 23:12
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.

3 participants