view the rest of the comments
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
You can, but other servers will not recognize it as the same server.
There are however ways to run your server on a subdomain and make it appear as if it's still the original domain. Is that what you're looking for?
That might fit my needs. Could you explain in more details please?
/well-known/webfinger. If you use a reverse proxy on your main domain (example.com), you have it forward traffic from
example.com/well-known/webfinger
tosubdomain.example.com/well-known/webfinger
Is renaming the instance domain without reinstalling Lemmy related to changing the WebFinger query? It's the trick some instances use to have a different instance domain from their username domain, like @user@domain.com while the instance is mastodon.domain.com.
Yes, that was what I was referring to. However, this is assuming that Lemmy has properly implemented webfinger and doesn't store direct links (which I haven't checked).
Alternatively, you could proxy all requests with
application/activity+json
in theAccept
orContent-type
headers.Do you mean make it look like the top level domain? Cause if so, do you have a link I can read a little about? I'm thinking of deploying my own lemmy instance.
It's possible by having the webfinger endpoints at the "root" while keeping the rest of Lemmy on a subdomain. The main thing that determines the domain in your username is webfinger.
No clue if Lemmy or kbin support this config though, but quite a bit of the microblog-only parts of fedi do, and it's a widely used thing.
@remindme@mstdn.social