If it fails try pet-g
If it fails try pet-g
Ah ok thanks for that.
I wonder if that includes steamdecks running steamos
Proxmox is starting to look really promising
For me, sex is an intense workout. I usually do leg day, chest day, hump day, back day, then cardio, rest on Saturday and then hiit on Sunday
We’re not handling the LLM generative bullshit bots now, anywhere. There’s a thing called the dead Internet theory. Essentially most of the traffic on the Internet now is bots.
Thank you. I’m using dockermail and cloudflare DNS records.
In my humble opinion the point of self hosting an LLM is so that the data doesn’t leave your LAN.
How’re you handling DMARC and SPF?
Yes, but what does the BLOB do?
It’s as complex as you make it, is linux native, is scriptable, doesn’t use YAML, is native to the OS, and is free as in beer. Just like SNMP. however they’ll also get logs at a central server they can drill into if needed.
Which I believe fulfills the requirements of OPs post.
Sidenote, self-hosting is absolutely overkill just as a theory and process. I often read responses to suggestions as this or that is overkill, or complicated, or non-trivial effort.
The self hosting community is a broad spectrum of users , from those with home labs on an old dying laptop to those with a full rack setup. People have different needs and interests. Some are learning infra and devops for work or to get into a new job. Some are privacy minded. Some are trying to get the most bang for their buck. Some just want to pay for a cloud hosted solution. Some just want an automated home. Some run a home business.
Edit: to the point of your valid and helpful SNMP post, most syslog servers also will ingest and report on SNMP traffic as well. The container I linked does exactly that. If they find they want to automate processes in the future they can also trigger on the syslog stream as well. But that complexity is only there if they want it. Otherwise it’s just a stream they can parse and trigger an alert, just like SNMP. So OP could have an extensible solution if they want to expand. Also Grafana/Prometheus will take in syslog natively with a couple standard YAML configs if they choose that they want to look at that solution again in the future.
/Rant
Edit: found better resources
https://linuxhandbook.com/syslog-guide/
https://github.com/linuxserver/docker-syslog-ng
That should be a good place to start. Syslog will do what you want.
Absolutely, be the change you want to see in this world. Your clothes will last longer as well. Better quality fabric by the bolt and also you’ll know how to tailor them if your body shape changes.
That’s not really the case, everything is lower quality now on average.
Por que no los dos?
The zip won’t load in zsnex nevermind, I read the FAQ in the Zip. You load it as a mod
Proxmox also can run on ZFS, has support to run containers, and can also manage backups.
With the right amount of customization yeah it can look really fancy. I could be mistaken but I recall Elementary OS’ Pantheon came from xfce/xubuntu originally.
However I’m still partial to KDE/Plasma personally as it does 99% of what I need out of the box.
That’s the great thing about Linux though. It’s exactly as bespoke and custom as you want to make it.
Delay the start of your containers with the tailscale dependency. Are you using required or depends_on in your docker-compose.yml
https://hatchjs.com/docker-compose-conditionally-start-service/
If you’re using kubernetes you can make the requirements at the pod level
https://stackoverflow.com/questions/69423932/container-initialization-order-in-pod-on-k8s