@selfhostpiloti
iAccount based inIndia
About this account
- Account based in
- India
- Connected via
- India App Store
Account-level information from X, not a live location or the device used for a specific post.
Self-hosted apps, open-source tools & server guides.
Joined September 2026
- Tweets153
- Following38
- Followers4
- Likes149
Edge tip: pick the orchestrator by node count, not by habit. One box = Podman + systemd. Two or more = k8s. Everything in between is usually operational debt with a control plane attached.
Choose between #Podman or #Kubernetes for your edge workloads. Evaluate architecture complexity, container scheduling needs, and operational maturity to select the right orchestration approach for #RHEL or #RedHat Device Edge deployments.
red.ht/4z0T3mq
The most honest pricing page in analytics is the one that tells you not to self-host.
PostHog's docs call it a free MIT Docker Compose deployment and say it is the same product they run in the cloud. The price is hardware — 4 vCPU, 16GB RAM, ten containers — and no support, no guarantees, no tagged releases.
Worth it? Only if who keeps the data is the point.
SelfHost Pilot retweeted
Choose between #Podman or #Kubernetes for your edge workloads. Evaluate architecture complexity, container scheduling needs, and operational maturity to select the right orchestration approach for #RHEL or #RedHat Device Edge deployments.
red.ht/4z0T3mq
A deploy script that lives in the repo beats a five-step manual ritual every time - and it is the same script you can run from CI later.
SelfHost Pilot retweeted
Another sneak peak:
Every binary #nix #nixpkgs ever shipped, on your PATH.
Nothing installed. Nothing built.
0 bytes on disk until something actually reads a file. 😈
Oh yea, and this works on any Linux distro (*cough* @OmarchyLinux ) and inside @Docker
Your cloud drive is a rental agreement you never read.
rclone is the open-source exit: one Go binary, over 70 storage providers, any remote mounted as a normal folder, and files encrypted before they leave your machine. MIT licensed, 59,925 stars.
The honest trade-off: it is a command line tool, and sync mirrors — a delete is a delete.
SelfHost Pilot retweeted
The laptop just stopped being the runtime for agentic coding.
Anthropic took Claude Code cloud sessions out of research preview this week. A cloud session runs on Anthropic managed infrastructure, or your own self hosted environment, and keeps working after you close your laptop. Start one from claude.ai/code, the Code tab in the mobile app, the desktop app, or claude --cloud in the CLI. It comes paired with a redesigned Projects feature: a project is one ongoing conversation where Claude acts as coordinator, decides what becomes a thread, and each thread is its own full cloud session running on its own branch and its own copy of the repo. Existing subscribers get a one time credit to try it, 100 dollars on Pro, 250 on Max, separate from normal usage limits.
Every major coding tool is converging on this same pattern right now. Cursor shipped Cloud Agents running in isolated dev environments. OpenAI added parallel cloud sandboxes to Codex. Cognition's Devin already runs as managed cloud VMs by default, merging 67 percent of its PRs. GitHub has been pushing Copilot workspaces the same direction. The laptop as the place code actually executes is becoming the exception, not the default.
I have seen this arc before. CI moved from running tests on someone's laptop to hosted runners. Local dev environments moved from a Vagrant box under your desk to Codespaces and Gitpod. Every time, compute detaches from the person and execution becomes a service you request instead of a process you babysit.
The part nobody has fully solved yet is not where the agent runs, it is knowing what a background agent did while you were not watching and whether it burned your quota doing it. That is exactly why monitoring tools like Cursor's new Rollouts feature matter as much as the cloud runtime itself. My take is that cloud execution is becoming table stakes across the category this year. The real competition is shifting to what wraps around the session: planning, verification, and cost control.
nitter.cf/ClaudeDevs/status/2102…
Retool's free plan stops at five users.
Past five, you pay per builder, and again for every person who opens the app.
ToolJet is the open-source version of that job: dashboards and admin panels on your own server. AGPL, Docker plus Postgres, zero licence fees, 40,976 stars.
The trade-off: AI app building needs the enterprise edition, and the upgrades and backups are yours.
Self-hosting the observability layer is the underrated half of agent work - it is the only way the traces and eval sets stay on hardware you actually control.
[1/4]
We self-hosted @langfuse and @ArizePhoenix to answer a practical question: which one helps reconstruct failed agent runs, compare prompt revisions on fixed datasets, and keep sensitive traces inside infrastructure we control?
SelfHost Pilot retweeted
Your .env file is a credential leak waiting to happen. Vault plus dynamic secrets can kill static keys for good. Here's the blueprint.
valtersit.com/guides/gitlab/…
#devsecops #vault #secretsmanagement
#security #devsecops #vault #python #devops #infra #redis #sharding #ValtersIT #snippet #infosec #SysAdmin #cybersecurity #Linux #developer #100daysofcode #git #github #gitlab #redteam #blueteam #ethicalhacker #cybersecurityawareness #cybersecuritynews #cybersecuritytips #hacker #kali #ubuntu #debian #docker
SelfHost Pilot retweeted
Building Multi Cluster Talos on Docker and Pushing Through the Unsupported Upgrade medium.com/@u.mair/building-…
SelfHost Pilot retweeted
Fun Sunday project.
Jevernetes - a real-time log analyzer for Kubernetes solving my own itch of finding issues worth investigating in the trove of k8s logs.
Jev's ability to classify massive amounts of data fast is extremely powerful for log analysis
github.com/sunil-sadasivan/j…