33
[SOLVED] Can I host my own Lemmy instance on localhost?
(self.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.
No spam.
Posts are to be related to self-hosting.
Don't duplicate the full text of your blog or readme if you're providing a link.
Submission headline should match the article title.
No trolling.
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Why not HTTP :c
Data send via HTTP is not encrypted. That's bad.
I want it encrypted but I don't want to ask a 3rd party to get a certificate.
Letsencrypt provides free certificates. It's very easy to get one from them.
If they're easy to get, why have them ๐
I'm not sure I understand the question. They are used to encrypt traffic and prove that the entity hosting the site hasn't changed by using a digital signature. These two together make it so third parties can't read the traffic coming through. This is a requirement for modern internet. Otherwise your passwords wouldn't be a secret because literally anyone would see them.
Because then you can encrypt your traffic with HTTPS ๐
This is madness ๐คฏ
If they're easy to get, why not have them ๐
Plain HTTP should be considered obsolete. Also it makes impersonating websites harder (but not impossible)
Additionally, HTTPS if very easy to set up nowadays and the certificates are free^1^.
^1^: Assuming you have a public domain name, but for ActivityPub that's already a requirement due to the push nature of the protocol.
You can get Let's Encrypt certificates for DuckDNS, so you don't even need to own anything.