Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d43623db6 | ||
|
|
894dd0c21e |
@@ -1,5 +1,12 @@
|
||||
# itpp-infrastructure — CHANGELOG
|
||||
|
||||
## 2026-08-12 — app3 Web Docroot Migration to Per-Site Users
|
||||
|
||||
- **Change:** every app3 nginx vhost moved off the shared `/home/ippadmin/htdocs/` root to a per-site dedicated Linux user with docroot `/home/<site-user>/htdocs/<domain>` (security hardening — no more single-owner web tree).
|
||||
- **Verified mappings (live nginx configs, 2026-08-14):** mockups → `/home/mockups`, proposals → `/home/proposals`, docs → `/home/docs`, support → `/home/support`, my.verdicttank.com → `/home/myverdicttank`, verdicttank.com → `/home/gmb`, my.transitpin.com → `/home/transitpin-dash`.
|
||||
- **Consequence:** 10+ skills and their reference/script files still referenced the old `/home/ippadmin/htdocs/` paths, causing a wrong-tree deploy on 2026-08-14. Remediated across SKILL.md, references/, and scripts/ (28 files, incl. singular `mockup`/`proposal` domain typos).
|
||||
- **Rule:** always read `/etc/nginx/sites-enabled/<domain>.conf` to confirm the real docroot before deploying. Never assume `ippadmin` owns a site's files.
|
||||
|
||||
## 2026-08-08 — Hexclave Renamed → Stack Auth
|
||||
|
||||
- **Hexclave** renamed to **Stack Auth**. Now running at `auth2.itpropartner.com` on app3.
|
||||
|
||||
@@ -9,3 +9,4 @@ Master index of all internal and client projects.
|
||||
- **[Apex Track Experience](./apex-track/README.md)**: Website and operations platform for track day experiences, vehicle registrations, and event logistics. (PLANNED)
|
||||
- **[BoxPilot Logistics](./boxpilot/README.md)**: Logistics and shipping management platform. (PLANNED)
|
||||
- **[Open-Source SaaS Alternatives](../projects/oss-saas-alternatives.md)**: 10 self-hostable replacements for paid SaaS (AppFlowy, Immich, Documenso, Excalidraw, Penpot, Cal.DIY, ListMonk, Dub, RustDesk, FluidVoice). Future productize/host candidates. (FUTURE PROJECTS)
|
||||
- **[Hosted AI Agent Platform](../projects/hosted-agent-platform.md)**: AgentThread-style hosted Hermes agents — each client/space gets a containerized agent with chat, live URL, and credit billing. Reference: agentthread.ai. (FUTURE PROJECTS)
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
# Hosted AI Agent Platform — Future Project Candidate
|
||||
|
||||
**Status:** Future Projects — Reference & Concept
|
||||
**Saved:** 2026-08-14
|
||||
**Category:** Productize / Hosted Agent Offering
|
||||
**Owner:** IT Pro Partner (Sho'Nuff)
|
||||
**Source:** https://agentthread.ai/ (spotted by Germaine 2026-08-14)
|
||||
|
||||
---
|
||||
|
||||
## What it is
|
||||
|
||||
AgentThread is Hermes (Nous Research's open-source agent — the same engine this box runs) repackaged as a hosted, multiplayer SaaS. Their own tagline: *"Hermes, now multiplayer and hosted."*
|
||||
|
||||
- Each "space" is a **real Linux container running a full Hermes instance** — full shell, own files, own URL.
|
||||
- Discord-style chat + a live site-preview panel + instant deploy to a public URL (`reddit.agentthread.ai` in their demo).
|
||||
- Bring your own **Claude Code / Codex / local Hermes**; own API keys; per-space credit tracking.
|
||||
- **$100 of model credits free** to start, nothing to install.
|
||||
- Model listed as "GPT-5.6 Luna" (unverified — not yet investigated).
|
||||
|
||||
## Why it matters to ITPP
|
||||
|
||||
1. **Validation** — the open-source agent we self-host is now a launched SaaS. Proves "hosted agent" has a paying market.
|
||||
2. **The moat is hosting + UX + billing, not the agent** — the agent is MIT/free. We already run the same engine on netcup with our own keys.
|
||||
3. **Obstacles-as-products** — this is the exact shape of an "each client gets their own AI ops agent" offering.
|
||||
|
||||
## Product angle (if we build it)
|
||||
|
||||
- Managed "AI ops agent per client": each client/space gets a hosted Hermes container, chat UI, live URL, and a credit cap.
|
||||
- White-label, billed per-space, with baked-in budget management — we already have the LiteLLM virtual-key infra for per-tenant cost attribution.
|
||||
- Reuse: Hermes (open source), LiteLLM/admin-ai, netcup/app3 hosting, Wasabi backup pipeline, central auth.
|
||||
|
||||
## Pricing pull (2026-08-14)
|
||||
|
||||
- **No public pricing page.** `/pricing` and `/` serve the same landing page.
|
||||
- Only public number: "$100 of model credits on the house" + "Start building, free."
|
||||
- Tiers appear gated behind signup. Not yet investigated.
|
||||
|
||||
## Open Questions
|
||||
|
||||
1. Actual pricing tiers (behind signup).
|
||||
2. What is "GPT-5.6 Luna" — a Nous model or a hosted provider layer?
|
||||
3. Self-hosted cost-per-client comparison: our netcup + own keys vs. their markup.
|
||||
|
||||
## Source
|
||||
|
||||
- https://agentthread.ai/
|
||||
- Retrieved: 2026-08-14
|
||||
Reference in New Issue
Block a user