

We’re pretty active on any of the Linux subs on larger instances like lemmy.ml or Lemmy.world
We’re pretty active on any of the Linux subs on larger instances like lemmy.ml or Lemmy.world
When using semantic versioning of anything, it’s an intention to run that specific version. AKA version pinning or locking. Meaning you DON’T want it automatically updating unless you do it manually.
You especially don’t want this happening in a k8s cluster if you intend to run replicas with pulls enabled for obvious reasons.
As for being notified of updates, there are some tools out there for this, but I believe they only check for pulling specific tags, or latest tag. The way container registries work wouldn’t make it obvious what exactly you’d want to update, because there is no concept of tag inheritance. This means if a new tag showed up in a repo, you wouldn’t know if it’s an update to your specific current version of aomething, or just another tag. They don’t work like packages in this sense.
Not trying to speak like a prepper or anythingz but this is real.
One of neighbor’s children just committed suicide because their chatbot boyfriend said something negative. Another in my community a few years ago did something similar.
Something needs to be done.
Ok…but crowdsec bans abusive IPs. Are you saying your actions got you banned for some reason?
Also, whitelist first. Ban second.
Crowdsec if you have many instances that need to report to each other.
If you just have a single instance and care to configure f2b for those services, then it’s fine. I would suggest incorporating the use of public blocklists though.
Care to elaborate? This seems kind of insanely specific.
Also, if you’re using fail2ban, the same thing would happen.
I’d say this over the V3 except all this tarrif nonsense has really messed with everything. Ordering now means you won’t even get one til next year, and that’s just on paper. Who knows when it will really be able to be shipped.
Can confirm
For what, exactly?
Cool. Samsung did this a decade ago though.
Everyone is abandoning Android with a passion thanks to Google’s bullshit.
Why wouldn’t it have logs?
Your desktop user doesn’t have access to root…
That might be why.
As I said in my comment…LOGS.
Learn more about what the actual error is and why it’s not working.
I don’t mean to be a downer here, but the phrasing and tone of your post makes me think you’re angry that it’s not just as simple as pressing a button and having it all work. That is not their point of intent.
You’re complaining about something not seeing your media folder, but seem to not understand why. That’s your first problem. Dig into the logs and docs and figure out why maybe.
For those wanting everything to be like an app store…not gonna happen. The variables involved in just being connected to the Internet alone, LET ALONE being able to route traffic to your installs and serve traffic properly seems way above the level of effort you choose to dedicate to understanding it.
If you want simple “one-click” stuff, then just go for that. That’s why PaaS exists. They make a platform easier to use, so you don’t have to fuck with stuff.
If you’re just here to complain that everything isn’t super easy for you, there is a simple solution to that…
Because you had multiple physical independent servers before, and now you have all of those same network interfaces cramming through one virtualized interface.
That’s from a disconnected Cloudflare tunnel connection. Are you trying to run Cloudflare Tunnel inside your cluster for some reason?
Same for mobile.
So…CCC seems to be a very basic inventory management solution. What this generally describes is a system compromised of a database with a front-ends that makes sense of whatever the particular project is (car repair), and provides an easy to interact with the database.
What you’re using now is simply for workflow management of projects in a simplified way, which is probably not what you want.
So you need a database, and you also want an easy way to interface with it, so you can check out the plethora of inventory management solutions in the FOSS space, but if you want something pretty simple that you can more easily customize for your needs and workflow, have a look at the FOSS alternatives to Airtable like nocobase. You set up a simple data structure, then can slap together quick forms to work inside of with whatever fields and data you choose. Dead simple, but very extensible.
Edit: Also check out Baserow maybe
Seems like you e changed your DNS settings and didn’t update everything after doing that…
You need to update absolutely everything that was every deployed or configured in that cluster after changing something like DNS settings or core network services.
Are you talking about just a straight HTML/CSS static blog, or is it created in a framework of some sort?