This already exists at lemmy.ml look for Lemmy Support there.
Free and Open Source Software
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Well, you already have [email protected]
Also the matrix developer and instance admins linked in the official documentation.
Thanks, but isn't this an email? I mean we all are going to ask the same or very similar questions.
I've read that email is a federated service, so when you have [email protected]
you have your "username" and the host.
In here you have [[email protected]](/c/[email protected])
which stands for https://lemmy.ml/c/lemmy_support
, so you have the community name and where it's hosted.
For a user is similar but starting with @
You can check the different formats in here https://join-lemmy.org/docs/administration/federation_getting_started.html
I tried installing Lemmy on my server, but it runs Apache HTTPD on the web port, and I couldn't work out how to integrate Lemmy with that web server. From what I can tell from the NGINX sample config, you need to be able to specify rewrite rules based on the HTTP request method rather than on just the URL, and I just couldn't see how to do that with Apache...
I think I'll try installing kbin instead, this seems to have a more standard setup, similar to Mastodon.
Well this is typically something that merits to be kept in some "installing Lemmy stuff" place IMO!
In the Lemmy documentation they clearly say they don't want to support any reverse proxy except nginx, so not really much point posting it to any "official" community.