From 915cab05b9b190afd9e0c70a065ba9e6f5305f8e Mon Sep 17 00:00:00 2001 From: scoot Date: Sun, 24 May 2026 16:51:07 +0200 Subject: [PATCH] Add sudo convention to AGENTS.md --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 42cbb4f..0ca05db 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -39,6 +39,10 @@ All traffic goes through **raspen** (single entry point): ssh://git@git.home:2222/scoot/selfhosted2.git ``` +## Conventions + +- The machines `agge` and `raspen` require `sudo` for most commands. Do **not** attempt to execute commands requiring sudo via SSH — present the command to the user and let them run it manually. + ## Password management See `.env.example` for required variables. Real `.env` lives on hector and a copy on agge (`chmod 600`). To rotate: generate with `openssl rand -base64 18`, update `.env`, run `ALTER USER` in the container.