# Showing different settings according to different domain

**URL:** https://meta.discourse.org/t/showing-different-settings-according-to-different-domain/288218
**Category:** Support
**Created:** [December 11, 2023, 10:29am UTC](https://meta.discourse.org/t/showing-different-settings-according-to-different-domain/288218 "2023-12-11T10:29:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kratos](https://avatars.discourse-cdn.com/v4/letter/k/4af34b/32.png) [@kratos](https://meta.discourse.org/u/kratos)
#### Post date: [December 11, 2023, 10:29am UTC](https://meta.discourse.org/t/showing-different-settings-according-to-different-domain/288218/1 "2023-12-11T10:29:14Z")

</div>

Hey there,

I have several online products, each of which I’d like to have its own online community. However, because these products are interoperable, many of my customers use multiple products simultaneously.

With that in mind, I want to use a single Discourse instance for all my products but display a different theme for the community based on the domain used to access it.

For example:

- app1 → shows App1’s logo and colors
- app2 → shows App2’s logo and colors

Additionally, since all threads are required to be tagged based on the product name, I’d like to hide threads with tags from other products. For instance, hide #app1 if you’re accessing [app2.com](http://app2.com).

This should occur unless the user opts to browse multiple communities at once.

I could use any help; however, I understand something like this might not be available out of the box. As a developer, I can create a plugin and write additional JavaScript code to make this happen.

I suppose the first obstacle is allowing the same Discourse instance to run on multiple domains. How do I get started with this?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [December 11, 2023, 10:34am UTC](https://meta.discourse.org/t/showing-different-settings-according-to-different-domain/288218/2 "2023-12-11T10:34:13Z")

</div>

Having the same information on multiple sites is an SEO and no-no. I don’t recommend it. I have a (I think broken, but I’ll fix it Real Soon Now) theme component that will change the home page depending on what group someone is in so you could set their group according to a custom field you get when they create their account to set their hole page to the category for their favorite product.

If your don’t care about having your site indexed, you can look at the web\_only template that redirects and add to your yml to un-do that. I think that [Setup Multisite Configuration with Let’s Encrypt and no Reverse Proxy](https://meta.discourse.org/t/setup-multisite-configuration-with-lets-encrypt-and-no-reverse-proxy/175285) offers an example.
