Add sudo convention to AGENTS.md

This commit is contained in:
2026-05-24 16:51:07 +02:00
parent abcf231b91
commit 915cab05b9
+4
View File
@@ -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.