

You will still have to make sure that port numbers don’t conflict
I’m sure I read you’re comment wrong, but you are aware that each docker container has its own tcp stack, right?


You will still have to make sure that port numbers don’t conflict
I’m sure I read you’re comment wrong, but you are aware that each docker container has its own tcp stack, right?


Thank you!


Thanks.
For severe incidents like this, please post the most appropriate link, in this case https://github.com/umami-software/umami/issues/3852
Admins in self hosted usually don’t have that much experience with real, active compromise and may panic, let’s help them as much as possible.
I will add that Umami itself is not compromised, but vulnerable. That is a somewhat misleading title.
What was the vector? Did you have umami exposed publicly?


Link? Did you discover this yourself? There is no actual info here.


“Pleb” is generally used as a pejorative and is roughly equivalent to calling someone a peasant.


Are you not using LE certbot to handle renewals? I can’t even imagine doing this manually.


Anubis is an elegant solution to the ai bot scraper issue, I just wish the solution to everything wasn’t just spending compute everywhere. In a world where we need to rethink our energy consumption and generation, even on clients, this is a stupid use of computing power.


I’m getting errors
It would help if you shared what errors you’re getting.


cbz files are not encrypted, they’re just zip files full of images with the xtension changed to “cbz”. Similarly, CBR files are the same thing, but using rar compression.
If you are referring to zip “password protection”, then I guess that’s technically valid, although why anyone would rely on such trivially-cracked security is beyond me.


Ah, I see that now, thanks.


I hope you didn’t infer from my comment that we should stop individually supporting FOSS, that’s not what I’m saying.
However, I will counter that I don’t think you are current with the overwhelmingly massive imbalance of corporate vs personal use is currently in play on big Foss projects.
Ffmpeg is used by almost everyone with a video project, but not companies want to kick in any bucks:
https://m.slashdot.org/story/448966
We saw this back in 2015 as well with NTP, which almost everyone on the internet uses, yet the one guy who worked on it had to stop doing so temporarily in 2017 and get a job to support himself:
https://www.informationweek.com/it-infrastructure/ntp-needs-money-is-a-foundation-the-answer-
Not only do corps use FOSS at a higher rate by an order of magnitude than individual users, but they also profit from it.


NAS only, or storage and workload?


APIs. Or the ends are achieved by sharing data between apps in common data storage. But I prefer to be a tourist in my infrastructure, I no longer hand-bomb changes to systems.
My design pattern is essentially to integrate more and more of the container creation into config. Right now I’m using ansible and it’s nice. More automation means troubleshooting has fewer variables.
I had issues yesterday with a package upgrade across several containers, and it ended up being two config changes. I cycle the apps and done. That’s it.


I’m not scrutinizing it much.
Same. I just run a Minecraft server for my kid and his friends and a static HTML blog, so I’m ok with it.
I’m fairly sure it’s a background migration task, and I have a feeling it depends on your region.


I haven’t had my instances deleted, but they do some kind of maintenance blip everyday that my monitoring sees as 3 seconds of downtime, so maybe keep that in mind.


Not enough info, but it sounds almost like you’re creating the snapshots locally and sending those over instead of snapshotting to the destination directly.
Sanoid and syncoid are Jim Salter’s creation. Check out his blog at mercenarysysadmin.com for some examples of sanoid and syncoid. Klara systems also has a number of deep dives into those utilities.


Love the enthusiasm, but let’s stop casting this as an end-user-only problem. The real issue is, once again, large corporations using and taking advantage of oss while putting ZERO money or work back into oss. It’s victim blaming with extra steps, and us blaming each other is exactly what the real culprits want.
If it makes us feel better that we can pay on a regulsr basis for these things, great. But massive oss projects can’t thrive on a few of us donating.


You should check out the nas compares review of the pre-release, it’s insanely expensive and he questions who exactly is the target audience.
Beyond that, he reviews the specs quite nicely (as usual).
Frigate is popular.
I used to use ZoneMinder, it worked well, but you must be very familiar with onvif, primary/secondary channels, and key frames for it to work well.
I only switched to frigate because of the person/animal detection. It’s ok, but it does need some polish in a few areas like event retention, and it could stand some more approachable documentation.
mkvmake pulls the Forced flag from its source, so it’s likely that your DVDs have a set flag for certain subs. You can use mediainfo to check this on your mkv files.
Mkv is simply a container format, which means you can probably unset the forced flag with mkvmake directly without having to unpack all the streams and remux them.
Handbrake is amazing, but it does have a LOT of controls, so there’s only so much hand-holding it can do when you start looking behind the curtain of how av files work.