Not supported right now.
Lemmy
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
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?
Different domains. I got three domains to get running.
And honestly the documentation isn't helping.
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.
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
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.
spin up a separate docker for each one, make sure to give them different ports