this post was submitted on 13 Jul 2023
103 points (95.6% liked)

Selfhosted

60093 readers
1218 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

The question above for the most part, been reading up on it. Also want to it for learning purposes.

you are viewing a single comment's thread
view the rest of the comments
[–] BaldProphet@kbin.social 4 points 2 years ago (1 children)

There aren't many benefits from using IPv6 on LAN, as far as I can tell, unless you need more addresses than are available in the private address ranges.

[–] bdonvr@thelemmy.club 9 points 2 years ago (1 children)

And that point you're not in a home, you're in a data center lmao

[–] BaldProphet@kbin.social 3 points 2 years ago (1 children)

I mean, if you have around 17 million containers running services, maybe.

[–] dpflug@hachyderm.io 1 points 2 years ago* (last edited 2 years ago) (2 children)

@BaldProphet
What's the smallest container around? How much RAM would that take?

edit: FROM scratch let's you run bare binaries on Docker.

Would be very interesting to see how far that could get. What sort of payload/task would be interesting for all those containers?
@Sandbag @bdonvr

[–] BaldProphet@kbin.social 1 points 2 years ago

It's definitely an interesting hypothetical. Some homelabs that I've seen run crazy enterprise gear and are certainly capable of running thousands of very small containers, while others are running repurposed consumer equipment or SBCs like Raspberry Pis with less computing power and RAM.

Of course, in a self-hosted or homelab environment, there would be little utility to running that many network or web services. It would be a neat experiment, though. Seems like the kind of thing that Linus Tech Tips would attempt.

[–] gedhrel@lemmy.ml 1 points 2 years ago (1 children)

Doesn't need to be a "traditional" container. Modulo noisy-neighbour issues, wasm sandboxing could potentially offer an order of magnitude better density (depending on what you're running; this might be more suited to specific tasks than providing a substrate for a general-purpose conpute service).

[–] dpflug@hachyderm.io 0 points 2 years ago (1 children)

@gedhrel
wasm sandboxes can take IPs? Regardless, if we're just talking density, I can put multiple IPs on a single interface or create a ton of virtual interfaces. That's boring, though.

[–] gedhrel@lemmy.ml 1 points 2 years ago

Yes. The sandbox gets whatever capabilities you expose to it.