Yes, and while borrowing contributes to their “we’re needed, please fund us” justification, it doesn’t directly support the artists.
- 0 Posts
- 22 Comments
Especially given that they’re owned by Epic Games
frongt@lemmy.zipto Selfhosted@lemmy.world•Forgejo fills up hard drive with repo-archivesEnglish6·2 days agoDoes it not require an account for that? I would open a feature request if it doesn’t, else it creates a denial-of-service attack.
frongt@lemmy.zipto Selfhosted@lemmy.world•Campfire (the self-hosted group chat) just became free and open source!English1·4 days agoWhere do you see that? The repo says you should be able to clone and run it.
frongt@lemmy.zipto Selfhosted@lemmy.world•[Help] My first serious self hosted serverEnglish2·6 days agoNo, it does not. An HBA (or a raid controller flashed to IT mode I think) presents the disks directly to the system. I’ve done this several times.
frongt@lemmy.zipto Selfhosted@lemmy.world•[Help] My first serious self hosted serverEnglish5·6 days agoJust swap the raid controller for an HBA.
Right, you just need to make sure that the user inside the container has permission to the device. They cover this in the front page of the repo: https://github.com/TheoLeCalvar/peertube-plugin-hardware-transcode-vaapi?tab=readme-ov-file#running-the-docker-image
What exactly are you doing? You may not need to do this. I know you can use the group number instead of the name if it doesn’t exist in some cases.
Yes, there is the internal subnet, but it’s not something you’re supposed to use directly.
frongt@lemmy.zipto Selfhosted@lemmy.world•How to prepare for future home server upgrade?English11·8 days agoYou don’t need multiple devices and quorum unless you’re using HA. I have two nodes just so I can migrate back and forth when doing updates instead of shutting all the VMs down. No quorum, no HA.
If your request is showing up in nginx’s log, it means you can reach nginx. The upstream is where nginx is going to get the content you want. In your case, that should be the other containers.
frongt@lemmy.zipto Selfhosted@lemmy.world•How to prepare for future home server upgrade?English01·8 days agoI edited, since it was ambiguous. I think you only need zfs if you want replication, cold migrations should be fine without it.
Removing nodes from clusters is fine. It’s not really encouraged, but if a node fails you have to be able to remove it, so it’s possible.
The upstream refused the connection. You have it there as 127.0.0.1, but for inter-container communication usually you’d use the name. 127.0.0.1 would refer to the same container.
Docker (and other container platform) networking is a bit tricky and I’ll admit I don’t fully understand how it works, because it doesn’t work like regular networking. But a simple scenario like yours shouldn’t be difficult.
frongt@lemmy.zipto Selfhosted@lemmy.world•How to prepare for future home server upgrade?English11·8 days agoYou could even just create a cluster and do a migration. I don’t think you need zfs for that, you only need zfs for replication.
What’s in the logs?
Fun fact, a malicious server can detect the difference between you loading the script for inspection in your browser, and you doing
curl | sh
, and could serve an entirely different script.
No, package installers support configuration. Plenty of packages (e.g. postfix) prompt for configuration at install time.
I’m not installing OP’s CA cert just to view his blog.
Huh, I missed that.