tofu
@tofu@lemmy.nocturnal.garden
- Comment on Self hosting Sunday! What's up, selfhosters? 1 day ago:
Hell yeah!
- Comment on Self hosting Sunday! What's up, selfhosters? 2 days ago:
Running multiple things in one host is perfectly fine. The more you have, the more complicated dependencies will become. Tool A needing PHP < 8 and tool B needing PHP 9 can be handled but is a headache.
That’s why many people are using containers, specifically Docker. Each tool brings their own dependencies that are running isolated. Not sharing dependencies is more resource intensive but easier to handle.
I’m not running the tools you mentioned but probably they list their resources requirements. I suggest you to check containers/Docker and consider using them instead of installing the tools natively.
- Comment on Self hosting Sunday! What's up, selfhosters? 3 days ago:
Oh hey I just thought about setting up a journal! Maybe I’ll check it out
- Comment on Self hosting Sunday! What's up, selfhosters? 4 days ago:
Sounds cool, which software are you using?
- Comment on Self hosting Sunday! What's up, selfhosters? 4 days ago:
Oh no!
- Comment on Self hosting Sunday! What's up, selfhosters? 4 days ago:
Idk Beszel, but generally you could check if you can increase the session expiration time in the config or put it behind some SSO like authentik
- Submitted 4 days ago to selfhosted@lemmy.world | 111 comments
- Comment on FUTOs VM Setup for newbies 1 week ago:
Excerpt from the Wikipedia introduction:
Yarvin has been described as a “neo-reactionary”, “neo-monarchist” and “neo-feudalist” who “sees liberalism as creating a Matrix-like totalitarian system, and who wants to replace American democracy with a sort of techno-monarchy”.[14][15][16][17] He has defended the institution of slavery, and has suggested that certain races may be more naturally inclined toward servitude than others.[3][18] He has argued that whites have inherently higher IQs than black people,[18] and opposes U.S. civil rights programs.[19]
- Comment on doco-cd: Docker Compose Continuous Deployment 1 week ago:
Not sure if this supports similar variables. I guess generally the migration should be easy as everything is already in the necessary structure but I haven’t tried it yet. I only have bindmounts that are in-repo, everything else is docker volumes.
One feature Komodo offers that I’m not yet using is multi-node support. I do have multiple nodes and it would be convenient to have them all configured in one place but IDK if doco-cd has something similar.
- Submitted 1 week ago to selfhosted@lemmy.world | 1 comment
- Submitted 1 week ago to selfhosting@slrpnk.net | 0 comments
- Submitted 1 week ago to selfhosted@lemmy.world | 3 comments
- Submitted 1 week ago to selfhosting@slrpnk.net | 0 comments
- Comment on I am curious about hosting my own lemmy/mastodon server 2 weeks ago:
Do you want to host just for yourself or for other people as well?
- Comment on Self hosting Sunday! What's up, selfhosters?s 2 weeks ago:
Blackbox Exporter is nice if you have Prometheus running already, not sure what else people are using
- Comment on I keep waffling on Proxmox. Sell me. For or against. 2 weeks ago:
Debian is by default suited for server. Just skip the desktop environment part in the installer.
- Comment on Self hosting Sunday! What's up, selfhosters?s 2 weeks ago:
This is the second time someone mentions issues with certbot after an update, interesting. I’m glad I have my certificates monitored and will get alerted when the remaining time is <7d
- Comment on My own copyparty instance 2 weeks ago:
Error 1033 Ray ID: 997d292e2f4c62e5 • 2025-11-01 17:37:34 UTC Cloudflare Tunnel error What happened?
You’ve requested a page on a website (copyparty.ghodawalaaman.xyz) that is on the Cloudflare network. The host (copyparty.ghodawalaaman.xyz) is configured as an Cloudflare Tunnel, and Cloudflare is currently unable to resolve it.
- Comment on opencloud - I migrated from nextcloud. Screenshots and docker-compose-compose.yml included 2 weeks ago:
Looks interesting, written nicely! Gonna subscribe via RSS :)
- Comment on Recommend that new users join geographically local instances 2 weeks ago:
Thanks! Didn’t know Lemmy doesn’t have something like an ingress queue
- Comment on Recommend that new users join geographically local instances 2 weeks ago:
Due to the rate of federation being limited by latency, instances have actually been re-locating to mostly Europe, so they can more easily keep up with each other.
Any examples for that? Latency causing instances not being able to keep up with federation is new to me.
- Comment on Self hosting Sunday! What's up, selfhosters?s 2 weeks ago:
Uh, yeah, that’s right, I’m in Kiribati and absolutely didn’t confuse the weekdays 🫣
Bit disappointing it doesn’t seem to run on your Raspis, I thought that’s basically what k3s is for? Is Longhorn the problem or what component exactly? Figuring if you are going to switch to Swarm, the payload isn’t the issue
- Submitted 2 weeks ago to selfhosting@slrpnk.net | 25 comments
- Comment on TrueNAS 25.10 Open-Source NAS Released with NVMe-oF, ZFS Enhancements 3 weeks ago:
Can’t say I agree. Appreciated the overview
- Comment on Microsoft's decision to axe Windows 10 is driving Apple PC sales growth — users buy Macs instead of AI PCs despite Microsoft’s push for Copilot+ PCs 3 weeks ago:
“despite”
- Comment on Where can I buy used computers, and are they on a discount now because of Windows 10 end of life? 3 weeks ago:
Where in the world are you?
I guess eBay works in large parts of the world, and websearching for refurbished tech could yield helpful results.
- Comment on Self-Host Weekly (24 October 2025) 3 weeks ago:
Drew’s post is linked though
- Comment on How to start off small with the intent to expand 4 weeks ago:
You’re in for a great time, have fun!
- Comment on Mini pc for home server? 4 weeks ago:
i3 6100 is on the lower end, but it depends on what you plan to do with it.
- Comment on How to start off small with the intent to expand 4 weeks ago:
Don’t buy anything yet! Except the HDD maybe. Use what you already have to tinker with things and try different setups.
A common OS people use is Proxmox, it’s free and you can easily create VMs. You’ll come across Docker/Containers sooner or later and you can easily test them in a VM.
Play around, figure out what you need and how you want to set it up, and only then get the necessary hardware.