From 2284a88bd29dcda84b06b20a1a6aa83cd3c27b87 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Jun 2026 22:16:38 +1000 Subject: [PATCH] docs: add awesome-selfhosted as the research starting point (AGENTS.md) Co-Authored-By: Claude Opus 4.8 --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index a741b67..39d258c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,6 +9,10 @@ Capture **verbose-first** — we consolidate/compress later. Losing information is the only failure mode; over-documenting is fine. Do this proactively as part of finishing a task, not only when asked. +## Research convention + +When researching tools/projects to recommend or self-host, **start from [awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted)** (browsable at awesome-selfhosted.net) — a trusted, comprehensive, category-organised list of open-source self-hostable software. Cite it (and the relevant category) alongside other sources. + ### How — wiki Owner token: `OWNER_TOKEN` in `/opt/void-server/.env` on CT 311 (`void-app`, `192.168.1.216`). API on the LAN at `http://192.168.1.216:3000`: - Edit a page: `PATCH /api/pages/:id` with `{ "body_md": "…", "title": "…" }`