this post was submitted on 23 Jul 2023
9 points (100.0% liked)

Lemmy

11947 readers
83 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

So, I am working on building a couple of Lemmy sites with the intent of them being sort of community specific. Now, when I was reading setup it felt like establishing multiple lemmy sites in the same code base was possible.

Is this a configuration that is supported?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (4 children)

What do you mean by site? Having one process serve multiple instances with different domains? Or do you just want to define custom styling per community?

[–] [email protected] 1 points 1 year ago (3 children)

Different domains. I got three domains to get running.

And honestly the documentation isn't helping.

[–] [email protected] 2 points 1 year ago (2 children)

You need to run one Lemmy per domain then. I would like to see the parts of the doc that suggest that this is supported.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

It's not so much that it suggests it's supported, it's how the ansible install talks about setup.

Specifically this from Lemmy Ansible

mkdir -p inventory/host_vars/your-domain

This makes me think you can setup multiple domains in the host_vars directory

[–] [email protected] 2 points 1 year ago

This could mean that multiple lemmy processes can share that folder but it would be a stretch to assume that a single process can serve multiple domains.