From 6b343bcc4b952b59eb6e14cb17f9a55d716931b1 Mon Sep 17 00:00:00 2001 From: Johan LEROY Date: Wed, 17 Jun 2026 14:29:22 +0200 Subject: [PATCH] docs: retire la ligne _authToken des instructions d'install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le paquet est en lecture publique sur le registre Gitea (install anonyme vérifiée) : seule la redirection de scope est nécessaire, pas de token. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.fr.md | 5 ++--- README.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.fr.md b/README.fr.md index 96332d2..1826e34 100644 --- a/README.fr.md +++ b/README.fr.md @@ -44,14 +44,13 @@ Un unique daemon Node.js que vous lancez sur votre machine de dev (`npx @johanle ### Le lancer (recommandé) -Arboretum est publié sur un registre npm Gitea privé. Pointez le scope `@johanleroy` dessus une fois par machine — ajoutez à `~/.npmrc` : +Arboretum est publié sur un registre npm Gitea auto-hébergé. Pointez le scope `@johanleroy` dessus une fois par machine — ajoutez à `~/.npmrc` : ``` @johanleroy:registry=https://git.lidge.fr/api/packages/johanleroy/npm/ -//git.lidge.fr/api/packages/johanleroy/npm/:_authToken= ``` -(La ligne `_authToken` n'est nécessaire que si le paquet est privé.) Puis lancez-le depuis n'importe où : +Aucun token nécessaire — le paquet est en lecture publique. Puis lancez-le depuis n'importe où : ```bash npx @johanleroy/git-arboretum diff --git a/README.md b/README.md index 10ae5da..6ee029e 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,13 @@ A single Node.js daemon you run on your dev machine (`npx @johanleroy/git-arbore ### Run it (recommended) -Arboretum is published to a private Gitea npm registry. Point the `@johanleroy` scope at it once per machine — add to `~/.npmrc`: +Arboretum is published to a self-hosted Gitea npm registry. Point the `@johanleroy` scope at it once per machine — add to `~/.npmrc`: ``` @johanleroy:registry=https://git.lidge.fr/api/packages/johanleroy/npm/ -//git.lidge.fr/api/packages/johanleroy/npm/:_authToken= ``` -(The `_authToken` line is only needed if the package is private.) Then run it from anywhere: +No token needed — the package is publicly readable. Then run it from anywhere: ```bash npx @johanleroy/git-arboretum