“I’m fed up with being discriminated against for discriminating against others.”
- 0 Posts
- 27 Comments
False@lemmy.worldto
Selfhosted@lemmy.world•Tailscale addressing concerns over potential enshittification of the platformEnglish
254·1 year agoIt amazes me that so many people obsessed about self hosting everything use this service - really asking for it.
False@lemmy.worldto
politics @lemmy.world•Musk Vows to Back Trump’s Nemesis as Their Feud Explodes
2·1 year agoThanks Obama
False@lemmy.worldto
politics @lemmy.world•Musk Vows to Back Trump’s Nemesis as Their Feud Explodes
33·1 year agoI haven’t kept up with the plot this season. Trump’s nemesis is still Biden right? Or did Obama somehow return?
False@lemmy.worldto
politics @lemmy.world•Tenant Unions Are Coming. Landlords Aren't Ready.
12·1 year agoSeattle has a tenant’s union, though I’m not sure it’s what this article is referring to. https://tenantsunion.org/rights/seattle-tenant-resources
False@lemmy.worldto
politics @lemmy.world•ICE director envisions Amazon-like mass deportation system: ‘Prime, but with human beings’
14·1 year agoWhat does that even mean? Guy probably has no idea.
False@lemmy.worldto
Selfhosted@lemmy.world•How to use GPUs over multiple computers for local AI?English
71·1 year agoI didn’t say you were, I said you were asking about a topic that enters that area.
False@lemmy.worldto
Selfhosted@lemmy.world•How to use GPUs over multiple computers for local AI?English
72·1 year agoYou’re entering the realm of enterprise AI horizontal scaling which is $$$$
False@lemmy.worldto
Selfhosted@lemmy.world•How to use GPUs over multiple computers for local AI?English
1·1 year agodeleted by creator
False@lemmy.worldto
Selfhosted@lemmy.world•Some local LLMs tested on an average gaming PCEnglish
16·1 year agoI thought I had a lot of RAM with 64
False@lemmy.worldto
Selfhosted@lemmy.world•How do I use HTTPS on a private LAN without self-signed certs?English
3·1 year agoImport it into the trust store in the browser/OS. It should be the same (or very similar) operation for a self-signed cert and a CA that isn’t subordinate to the standard internet root CAs.
If you can’t import your own root CA cert then you’re probably screwed on both fronts and are going to have to use certs issued by a public CA that’s subordinate to a commonly trusted root CA.
My point here is that there’s little distinguishing a self-signed cert and a cert issued by your own private CA for most people that are self-hosting.
False@lemmy.worldto
Selfhosted@lemmy.world•How do I use HTTPS on a private LAN without self-signed certs?English
2·1 year agoTrust the self signed cert. Works similarly to trusting a CA.
False@lemmy.worldto
Selfhosted@lemmy.world•How do I use HTTPS on a private LAN without self-signed certs?English
3·1 year agoRunning your own CA is essentially still a form of self signed. Though it will work better for some use cases (at the cost of more complexity)
False@lemmy.worldto
Selfhosted@lemmy.world•How do I use HTTPS on a private LAN without self-signed certs?English
9·1 year agoYou don’t need a public DNS record for https to work. You can just use public external certs as long as it’s for a domain you own. You don’t need to setup the same domains externally.
If you want certs for a domain you own, then yeah you’re looking at self signed.
You may be thinking like a programmer but the guy you responded to is thinking like a software engineer.
False@lemmy.worldto
politics @lemmy.world•Trump admin justifies increasing prices: “Cheap goods” aren’t part of the “American dream”
41·2 years agoThe American Dream is home ownership and comfortably supporting a family - not like he’s doing anything to make that more accessible either.
False@lemmy.worldto
Selfhosted@lemmy.world•I need help with self signed certs in Docker ComposeEnglish
2·2 years agoEncryption in transit even internally is a good practice. That said, op is making life hard by refusing to use DNS.
False@lemmy.worldto
Selfhosted@lemmy.world•Reverse proxy without a single point of failureEnglish
15·2 years agoI feel like op is about to find out why businesses pay for cloud services.
False@lemmy.worldto
Selfhosted@lemmy.world•Reverse proxy without a single point of failureEnglish
2·2 years agoYou just described a load balancer. The router doesn’t know about DNS but clients using your service use DNS. You can do some simple load balancing behind DNS. If you want to do it by IP address you want a load balancer though.

The term to look for is out of band management. Typically this will provide serial/console access to a device, and can often perform actions like power cycling. A lot of server hardware has this built in (eg idrac for Dell, IPMI generically). Some users will have a separate oobm network for remotely accessing/managing everything else.