diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-17 08:49:25 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-17 08:49:25 +0300 |
| commit | 2097d8c47a2f23da59a5f9c46aa432f860f19e33 (patch) | |
| tree | 71457e61f55a9a4b5888a0fc0037565cc84c0345 /prompts | |
| parent | 055d41265a10d89a988471cf0a6aa9a986d83d9a (diff) | |
update prompts
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/skills/f3s/references/goprecords-uptimed.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/prompts/skills/f3s/references/goprecords-uptimed.md b/prompts/skills/f3s/references/goprecords-uptimed.md index 2c3d2e2..444f421 100644 --- a/prompts/skills/f3s/references/goprecords-uptimed.md +++ b/prompts/skills/f3s/references/goprecords-uptimed.md @@ -50,9 +50,14 @@ rex commons See **`frontends/README.md`** (section **goprecords upload**). -## Manual clients (FreeBSD + Pis) +## Manual clients (FreeBSD + Pis + earth) -Copy **`contrib/goprecords-upload-client.sh`** to **`/usr/local/bin/`**, install token as **`/etc/goprecords-upload.token`** (**`0600`**, **root**), set **`GOPRECORDS_HOST`** per machine (**cron** **`env`** or **`systemd`** **`EnvironmentFile`**). Full snippets: **goprecords** **`README.md`**. +The canonical unified script is **`scripts/goprecords-upload-client.sh`** (also mirrored in **`contrib/`**). It is POSIX sh and works on all host types: + +- **root** (FreeBSD/Linux): token at **`/etc/goprecords-upload.token`** (**`0600`**) +- **non-root** (earth user session): token at **`$XDG_CONFIG_HOME/goprecords-upload-<HOST>/token`** + +Copy to **`/usr/local/bin/`** (system) or **`~/.local/bin/`** (user), set **`GOPRECORDS_HOST`** per machine (**cron** **`env`** or **`systemd`** **`Environment`**/**`EnvironmentFile`**). Full snippets: **goprecords** **`README.md`**. ## Related conf repo paths |
