this post was submitted on 16 Jun 2023
8 points (100.0% liked)

Self Hosted - Self-hosting your services.

11306 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I’m interested in setting up my own instances for Lemmy, Mastodon, and Matrix.

Can I use the same https://domain.tld for all of them without any subdomains?

For example:
[email protected]
[email protected]
[email protected]

Will this work across all of my self-hosted instances, or do I need to append a subdomain for each, e.g., [email protected]?

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

No you can't. One way or another your request from your browser that have to reach (let's say) mastodon will have to go through the web server then to the mastodon backend. Your request reaches domain.tld and your reverseproxy will send the traffic to the corresponding service... But you have 3 services answering to domain.tld. You won't be able to get anywhere, or maybe to the first service where your reverse proxy matches but nowhere else. I don't even know if a reverse proxy will allow to start with that kind of configuration. You'll have to use subdomains, you're not even (always) allowed to use subdirs (like domain.tld/lemmy) sometimes.