From 459630c0c15d7b95a7fc1995c14c2616c6330dbd Mon Sep 17 00:00:00 2001 From: jfcheng Date: Sun, 22 Feb 2026 14:39:26 -0500 Subject: [PATCH] docs: Update Synology user ID retrieval command to synouser --get --- SERVICE_SETUP_TEMPLATE.md | 4 ++-- paperless/SETUP.md | 4 ++-- portracker/SETUP.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SERVICE_SETUP_TEMPLATE.md b/SERVICE_SETUP_TEMPLATE.md index 00e0113..ebccbb3 100644 --- a/SERVICE_SETUP_TEMPLATE.md +++ b/SERVICE_SETUP_TEMPLATE.md @@ -14,8 +14,8 @@ These steps must be performed in the Synology DSM web interface before running a ### Get User IDs (PUID/PGID) - [ ] Open a terminal (SSH) to your Synology NAS. -- [ ] Run: `id svc-[service-name]`. -- [ ] Record the `uid` (PUID) and `gid` (PGID). +- [ ] Run: `sudo synouser --get svc-[service-name]`. +- [ ] Record the `User ID` (PUID) and `Group ID` (PGID). - *Note: Typically UID is >1024 and GID is 100 or 65536.* ## 2. Infrastructure Setup (Automated/Scripted) diff --git a/paperless/SETUP.md b/paperless/SETUP.md index 5ec5a2d..fea99a1 100644 --- a/paperless/SETUP.md +++ b/paperless/SETUP.md @@ -6,8 +6,8 @@ - [ ] **Manual**: Give this user read/write access to the `docker` and `media` shared folders. ### Get User IDs -- [ ] **Manual**: SSH into NAS and run `id svc-paperless`. -- [ ] **Expected Output**: `uid=1036(svc-paperless) gid=65538(svc-group)`. +- [ ] **Manual**: SSH into NAS and run `sudo synouser --get svc-paperless`. +- [ ] **Expected Output**: Look for `User ID` and `Group ID`. - [ ] **Action**: Note these IDs for the `stack.env` file. ## 2. Infrastructure Setup diff --git a/portracker/SETUP.md b/portracker/SETUP.md index fac8cd5..cc4a437 100644 --- a/portracker/SETUP.md +++ b/portracker/SETUP.md @@ -8,8 +8,8 @@ Portracker is a real-time port monitoring and service discovery tool. - [ ] **Manual**: Give this user read/write access to the `docker` shared folder. ### Get User IDs -- [ ] **Manual**: SSH into your NAS and run `id svc-portracker`. -- [ ] **Action**: Record the `uid` (PUID) and `gid` (PGID) for use in Portainer. +- [ ] **Manual**: SSH into your NAS and run `sudo synouser --get svc-portracker`. +- [ ] **Action**: Record the `User ID` (PUID) and `Group ID` (PGID) for use in Portainer. ## 2. Infrastructure Setup ### Run Setup Script