From 59a820757a1087c068faf0863fe40c8e89cde30a Mon Sep 17 00:00:00 2001 From: Local Dev Date: Sun, 20 Sep 2026 02:05:44 +0200 Subject: [PATCH] =?UTF-8?q?docs(hephaestus.x):=20rename=20=C2=A712=20to=20?= =?UTF-8?q?CLI=20+=20GUI=20framing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Section covers both paths — Forgejo GUI and curl/git/docker CLI — so the heading now reflects that. Anchor #sessions preserved so external links still work. Follow-up to 980fbd4. --- hephaestus.x/docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hephaestus.x/docs/index.html b/hephaestus.x/docs/index.html index 2195e98..64fc6a0 100644 --- a/hephaestus.x/docs/index.html +++ b/hephaestus.x/docs/index.html @@ -163,7 +163,7 @@
  • Where files live
  • Self-hosting
  • Known gotchas
  • -
  • Working with other sessions
  • +
  • CLI + GUI access
  • Help + source
  • @@ -359,8 +359,8 @@ open https://your-domain.example/user/oauth2/hephaestus-wallet
  • Docker Hub rate limits can bite docker compose build if you're unauthenticated. Log in once with docker login against Docker Hub before running the stack build.
  • -

    12. Working with other sessions

    -

    Any tool, colleague, or parallel Claude session that needs to push to Hephaestus goes through the same short workflow. Once you internalize the wallet-vs-PAT split, everything else is one API call at a time.

    +

    12. CLI — Command Line Interface and GUI — Graphical User Interface

    +

    Every task in this section works two ways: through the GUI (the Forgejo web pages at code.silentmode.st) or through the CLI (curl + git + docker against the same API). Humans usually reach for the GUI first; parallel sessions, CI, and scripts live in the CLI. Once you internalize the wallet-vs-PAT split, both paths are one call at a time.

    Wallet vs Personal Access Token — when to use each

    The wallet is for bootstrapping the account once, and for recovering if a PAT ever leaks. Nothing else. Every git operation, every API call, every docker push, from every session, from every day after the first — runs on a PAT.