Catching SSRF When Your API Fetches URLs
Prevent server-side request forgery in APIs that fetch URLs by validating schemes, blocking metadata ranges, and restricting egress.
NetBay journal
Practical guides for Linux, containers, CI/CD, self-hosting, and running VPS infrastructure from Netbay Engineering.
499 articles · 24 topics
Prevent server-side request forgery in APIs that fetch URLs by validating schemes, blocking metadata ranges, and restricting egress.
Lock down Windows Server 2022 on a public IPv4: disable unused roles, enforce NLA, patch, and restrict admin ports before bots find the box.
Size the InnoDB buffer pool from real RAM, then change only the handful of knobs that actually move query latency on a single production VPS.
Choose RDB, AOF, or both on a small VPS by weighing restart durability against High-Speed SSD writes, fork cost, and how much data you can afford to lose.
Build a small Grafana dashboard whose panels answer CPU steal, disk await, and memory pressure with PromQL you can defend during an incident.
Run Uvicorn with multiple workers for FastAPI on Ubuntu, then bind it to localhost and proxy through nginx so ASGI stays fast and private on one VPS.
Run a twelve-factor app on a single VPS: env config, stateless processes, port bind, stdout logs, and disposability without pretending you have a fleet.
Design JSON tool schemas that block SSRF, glob shells, and extra keys so a model on your Linux VPS can call tools without inventing dangerous arguments.
Turn alerts and recent deploys into a status-page draft plus an internal timeline so on-call writes facts first and publishes only after a human review.
Ground agent answers in local files and SQLite on one Lucknow VPS, then call the model API only with retrieved chunks instead of the whole corpus.
Compare ufw, firewalld, and nftables for a Linux VPS and pick the right filtering layer for your distro, workflow, automation, and threat model.
How zypper, patterns, and YaST fit together on openSUSE Leap, plus the patching commands, repository layout, and ncurses tools server admins use daily.