early_riser

joined 2 years ago
[–] early_riser@lemmy.radio 1 points 11 hours ago (1 children)

Cool. Follow up question: Do I generate the cert once and distribute the same private key to all the servers I'm running? I'm guessing not, but does that mean I run the certbot command on every server?

 

Maybe this is more of a home lab question, but I'm utterly clueless regarding PKI and HTTPS certs, despite taking more than one class that goes into some detail about how the system works. I've tried finding guides on how to set up your own CA, but my eyes glaze over after the third or fourth certificate you have to generate.

Anyway, I know you need a public DNS record for HTTPS to work, and it struck me recently that I do in fact own a domain name that I currently use as my DNS suffix on my LAN. Is there a way I can get Let's Encrypt to dole out a wildcard certificate I can use on the hosts in my LAN so I don't have to fiddle with every machine that uses every service I'm hosting? If so, is there a guide for the brain dead one could point me to? Maybe doing this will help me grock the whole PKI thing.

UPDATE:

Here's what I ended up doing:

  1. set up cloudflare as the DNS provider for my domain
  2. use certbot plus the cloudflare DNS plugin to create a wildcard cert. Because I want to use wildcard certs and because the web servers are on a NATed private LAN, HTTP-01 challenge cannot be used. Wildcard certs use a DNS challenge. From what I understand of the certbot docs, the HTTP challenge makes a certain HTTP resource available on the web server, then requests that resource, presumably via an external client, to verify that you own the domain. the DNS challenge works by temporarily placing a TXT record in your DNS server. This method requires your DNS provider to have an accessible API that allows the modification of resource records.
  3. Once the cert and key are generated, I place them on the servers I want to to make use of them and set up the web server accordingly.
  4. Visit the websites and confirm that HTTPS works.

There are some other hiccups that I'm guessing aren't related to HTTPS. Per My earlier question about self hosting, I'm experimenting with NodeBB. I cannot get the two test instances to federate, which I initially assumed was an issue with HTTPS. That's a question best asked elsewhere, though I thought it relevant to note because it was my initial purpose for setting up HTTPS.

[–] early_riser@lemmy.radio 2 points 2 days ago (1 children)

I looked up Cloudflare tunnels and tried setting one up. Some things future readers may want to know:

  1. You have to set Cloudflare as your domain's authoritative nameservers.
  2. You need to set up an account (not a problem) but also have to register a payment method, even for the free tier (no me gusta).
  3. Regarding NodeBB specifically, if you set up a tunnel, you can access the forum, even over HTTPS, but it fails when you try to log in. A few minutes of searching leads me to believe it has something to do with web sockets, and the solution requires you to partially expose your IP address, defeating the principle purpose for me to use cloudflare in the first place.
 

I've wanted to do this for a long time. My current ADHD hyperfixation is NodeBB, but I think my questions fit most anything that you want to be available to the general public and not just yourself and your friends.

Basically, I want to host a NodeBB instance intended for the general public out of my house. What are the risks of doing this? In particular, what are the risks of doling out a web address that points to my personal IP address? Is this even a good idea? Or should I just rent a VPS? This is 80% me wanting to improve my sysadmin skills, and 20% me wanting to create a community.

I have a DMZ in place. Hosts in the DMZ cannot reach the LAN, but LAN hosts can reach the DMZ. If necessary, I can make sure DMZ hosts can't communicate with each other.

I have synchronous 1 Gb fiber internet. Based on the user traffic of similar forums, I don't anticipate a crush of people.

I know the basics of how to set up a NodeBB instance, and I've successfully backed up and restored an instance on another machine.

I'm not 100% on things like HTTPS certs. I can paste a certbot command from a tutorial, that's it.

Anything else I should know? Thanks!

EDIT:

I also have a domain, a couple of them, actually. They're like potato chips; you can't stop at just one.

I don't plan on self-hosting email used for forum registration and announcements. I'm not a masochist.

EDIT for future readers:

I think for now I'm not going to self host anything I intend to be accessed by the public. While I pay the internet bill, my name is on the account, and I own all the equipment, I'm not the only member of this household, so it would be somewhat inconsiderate of me to share our bandwidth with public traffic. In general I think those warning against self-hosting resources one intends to be accessed by the general public are pretty sound.

I tried the Cloudflare tunnel suggestion, but it doesn't seem to play nice with NodeBB. I can access the forum, even over HTTPS, but I can't log in. Some quick googling leads me to believe it has something to do with web sockets. The first fix I found involves exposing my IP, which defeats the purpose of using a cloudflare tunnel. There may be a way around it, but I frankly can't be bothered.

[–] early_riser@lemmy.radio 1 points 1 week ago

I thought they were sold in the US now with some slight modifications to comply with the law? I know I've seen Kinder eggs in my local grocery store.

But yes, the ban is due to a perfectly sensible law having a bizarre edge case.

It's also why king cakes don't have the little baby figurines in them I believe.

[–] early_riser@lemmy.radio 1 points 1 week ago (1 children)

On Lemmy you can see (and search) a list of all the activity from every instance federated to your home instance. Looking at Ibis, which a few posters have mentioned on this thread, it has a discover page with a list of federated instances and articles on those instances. The current format is hardly scalable, but it's a start.

But, as I said before, the issue is less about discoverability and more about editing. Just like I can post in this thread even though I'm on a different instance, you can edit an article on one instance even though you're on another. The alternative as used by Wikipedia, is to allow anyone, account or not, to edit. Requiring someone to have an account on a federated instance would mitigate a fair amount of spam and ease moderation.

[–] early_riser@lemmy.radio 1 points 1 week ago (3 children)

In addition to discoverability, I'd say it provides a happy medium between letting every rando with an IP address edit a page and requiring account creation. Part of the point of the fediverse is to have (almost) everything in one place under a single account while still keeping things decentralized.

[–] early_riser@lemmy.radio 2 points 1 week ago (1 children)

I wouldn't doubt it, though MW seems hard to manage.

[–] early_riser@lemmy.radio 8 points 1 week ago (1 children)

This looks interesting.

Seems like it's still early days yet, but are there plans to add things like namespaces and categories?

[–] early_riser@lemmy.radio 4 points 1 week ago (3 children)

I'm not thinking of a single distributed wiki, but something more like Fandom where you can edit pages on other wikis that are federated to yours.

[–] early_riser@lemmy.radio 7 points 1 week ago (3 children)

Easy hosting isn't quite the issue. Dokuwiki is trivial to self host. What I'd like something that's a happy medium between requiring account creation to edit pages and letting literally every rando with an IP address go to town.

 

I absolutely love wiki walking through random obscure fan wikis, but I hate how most are on Fandom.

I think a federated wiki solution makes sense. I could see it as an evolution of the interwiki concept.

[–] early_riser@lemmy.radio 2 points 1 week ago

I'd like to see a federated, self hostable forum platform. I believe NodeBB is implementing or has implemented activitypub, but while it's open source it seems even less of a turnkey solution than Lemmy or Mastodon.

[–] early_riser@lemmy.radio 27 points 1 week ago* (last edited 1 week ago) (4 children)

I'm getting two points from the article. One is addressed handily by the Fediverse, the other is not.

First the centralized (I prefer to say "urbanized") nature of social media means a handful of companies control all the conversations. The Fediverse is a decent (though not perfect) solution to that problem, and I think everyone on here knows that.

However, the article also talks about the problems with the format of social media, not just who's hosting the platform. On traditional forums, conversations can last for years, but on Reddit, Discord, etc. new topics quickly bury old ones, no matter how lively those old topics are. Sure, you can choose to sort by "last comment" which replicates the traditional forum presentation with topic bumping, but it's not the default, even on Lemmy, so 90% of people won't bother.

I get to know people on traditional forums, even miss them if they leave, but on Reddit, comments are just disembodied thoughts manifesting in the ether. That may be due to the size of the community rather than the format, though.

view more: next ›