Excellent setup. It's the one I use as well.
Xanza
I wouldn't setup fail2ban in a container. Install it on the host system.
I would like the transcoding to be done on the server side
Unless your server has access to a GPU, and uses WebGL to be able to utilize that GPU via web tech, I don't recommend doing this at all. Gonna take a dozen hours to encode via CPU...
That's capitalism, baby! /s
I guess it depends on how you got caddy to begin with. If you used xcaddy, you have to update caddy the same way (recompile via xcaddy
) otherwise you'll get the default binary which has no misc modules by default, which kinda sounds like what's happened but who knows for sure.
If you're feeling daring, you can try to compile caddy
yourself with xcaddy
, it's super easy.
Save your Caddyfile
's (ultra important), and uninstall caddy
. Install xcaddy
(apt install xcaddy [or go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
]). Then use xcaddy
to compile caddy
with the modules you need;
$ cd /tmp
$ xcaddy build --with github.com/caddy-dns/porkbun --with github.com/caddy-dns/cloudflare --with github.com/some-user/whatever-module
Caddy will build and be spit out in /tmp/caddy
. Move it to /home/username/.local/bin
or something, and make sure that directory is in your path. Don't forget to chmod +x caddy
.
Run caddy like normal and see if this fixes your issue. If not, you'll likely have to try and older version of caddy (uninstall and specifically install the previous version or if you can't, use xcaddy
with CADDY_VERSION
to build a specific version with your modules), or wait until they push a fix for whatever they broke.
Those lovable little simpletons.
Lots of things are improved with a GUI. IMO this is one of them.
Having a no-nonsense and predictable folder structure to store documents makes sense for those who are organized. For those who aren't, you can still use projects like this to sort data so they're retrievable by everyone, not just those who know and understand your folder structure.
The intake emails are particularly interesting. Receive email with attachment and save it automatically. Excellent for repetitively collecting data without setting anything extra up. Just create an email alias for your intake, and distribute it. Wait for people to email shit to you.
Great idea, IMO.
It sucks, because all things considered, they're great little devices. I really like mine.
They absolutely do. But it's a symptom of capitalism. They must seek higher and higher profits each year. And this is one of their ideas to seek higher profits....
I will be very surprised if China can’t make their own competitive AI chips soon.
That's exactly the only thing this is going to do. They have the manufacturing to do it, it'll just take a bit of time. So we cut them off, they slump for a little bit, but then they become non-dependent on us because they've developed their own chip.
And now we can't compete at all.
These people seem...pretty stupid tbh. Maybe they don't understand what fail2ban is, or what it does, but you should absolutely use fail2ban. Security is objectively better by just having it enabled than not for any service, not just jellyfin.