Move photo paths from /volume2/photos to /volume1/data/photos
Immich data share is on /volume1/data, so photos belong there too. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
10
TODO.md
10
TODO.md
@@ -16,13 +16,13 @@
|
||||
- [ ] Geen toegang tot andere shares
|
||||
|
||||
## 3. NAS Directories aanmaken
|
||||
- [ ] DSM → Control Panel → Shared Folder → Create `photos` op Volume 2
|
||||
- [ ] Maak `/volume1/data/photos/` directory aan (data share bestaat al)
|
||||
- [ ] File Station → maak subdirectories:
|
||||
- [ ] `incoming`
|
||||
- [ ] `originals`
|
||||
- [ ] `processed`
|
||||
- [ ] Geef `fujiftp` user lees/schrijf-rechten op `incoming`
|
||||
- [ ] Controleer: `ls -la /volume2/photos/` via SSH
|
||||
- [ ] Controleer: `ls -la /volume1/data/photos/` via SSH
|
||||
|
||||
## 4. Photo Processor deployen
|
||||
- [ ] `cd /Users/nick/Development/fuji-photo-processor`
|
||||
@@ -33,7 +33,7 @@
|
||||
- [ ] DSM → Container Manager → Project → immich → Edit (YAML)
|
||||
- [ ] Voeg toe aan `immich-server` service volumes:
|
||||
```yaml
|
||||
- /volume2/photos/processed:/mnt/photos/processed:ro
|
||||
- /volume1/data/photos/processed:/mnt/photos/processed:ro
|
||||
```
|
||||
- [ ] Apply → container herstart automatisch
|
||||
- [ ] Immich webinterface (http://192.168.175.141:8212):
|
||||
@@ -61,8 +61,8 @@
|
||||
- [ ] FTPS verbinding testen: `curl --ftp-ssl ftp://fujiftp@192.168.175.141/incoming/ -k`
|
||||
- [ ] Upload een test JPEG via FTP
|
||||
- [ ] Check processor logs → moet verwerking tonen
|
||||
- [ ] Check `/volume2/photos/originals/` → origineel verplaatst
|
||||
- [ ] Check `/volume2/photos/processed/` → geresized kopie aanwezig
|
||||
- [ ] Check `/volume1/data/photos/originals/` → origineel verplaatst
|
||||
- [ ] Check `/volume1/data/photos/processed/` → geresized kopie aanwezig
|
||||
- [ ] Immich → trigger library scan → foto zichtbaar in timeline
|
||||
- [ ] Test vanaf camera: foto nemen → FTP Transfer → check hele flow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user