Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Curious to know how self hosters can use local ai to find and repair/mitigate vulnerabilities on their personal networks. Anyone working in this space?
So far the only real vulnerabilities that Ai have spun up seem to be really obscure edge case privilege escalation bugs that have been around for ages but nobody discovered. They then get patched in days if not less. I would expect them to run out of low hanging fruit pretty soon.
Most of them can even be mitigated by preventing local access to a system.
There's tools to audit your network and systems. You can setup a SIEM like Wazuh. It'll tell you the same kind of stuff that have been good practice for a while and mitigate most of the ai assisted vulnerabilities.
Wow! That is a very intriguing question, and one that I have never considered before. Just spitballing here but you could possibly use trad apps like Lynis, Greenbone, Nikto, etc. These apps often produce rather verbose and sometimes cryptic output, i know Lynis sure does. So, you could use a prompt like:
'You are a security analyst. Review the following Nmap scan results. Identify services running outdated or potentially vulnerable versions, suggest likely CVEs, and prioritize findings by risk.'
Then use something like llama3.1:70b, mistral-nemo or deepseek-coder-v2, and pipe your security scans into your local AI. You could feed it your NGINX, docker configs, pFsense firewall rules in and ask the model to audit them.
IDK, that's a very good question I think. It'll be interesting to see what others have to comment.
I've done this (asked a frontier model red team my server), and it just gave me false alarms that I went investigating and weren't really issues (would've been an issue if I had a very specific configuration, but not generally). They produce a lot of noise, so you still have to somewhat understand what you're looking at/for. It didn't find any legitimate issues, which is good I guess.
I'd buy that. I mean, Lynis produces volumes of info, not all are really related to your server.