August 26, 20214 yr Is there an ETA for the developer supported Unraid docker? I tried the one currently in the apps section and it went down in flames. Won’t start anymore. When it did run, initial import lit up my server, but eventually slowed to a crawl. After 30 something hours of processing, I had to pause the sync process to manage something else and when I tried restarting the docker, it just crashes.
August 26, 20214 yr 24 minutes ago, TheSpatulaOfLove said: ETA for the developer supported Unraid docker? Is there any reason to expect a developer supported Unraid docker?
August 26, 20214 yr Author 8 minutes ago, trurl said: Is there any reason to expect a developer supported Unraid docker? I am working with Matthew on updating the templates..... stay tuned.
August 27, 20214 yr 1 hour ago, spants said: I am working with Matthew on updating the templates..... stay tuned. Thank you. I had noticed the conversation and rapid progress. Looking forward to the release!
August 28, 20214 yr Author ****** Please use the Official Template for Photostructure instead of this one ******* You have an offical template now folks - my beta template will be retired.
September 16, 20214 yr How is this for photo storage? Looking at possibly using this vs nextcloud maybe?? Wife is a photographer and have a good number of images...
September 16, 20214 yr 37 minutes ago, shrekfx said: How is this for photo storage? It's designed for photo and video storage, and handles most image and video types (including JPEG, most RAW formats, and tons of different video formats). Truth be told, I made it to clean up my own mess. If she's using other software already, know that I've tried to make it interoperable (especially with XMP sidecars and Google Takeouts). 37 minutes ago, shrekfx said: Looking at possibly using this vs nextcloud maybe?? Nextcloud provides as a folder view of your files. PhotoStructure is designed specifically to intelligently deduplicate and organize photos and videos, with instant browsing of photos and videos (by date, filesystem, type, keywords, and albums). 37 minutes ago, shrekfx said: Wife is a photographer and have a good number of images... My own library is tracking 500k+ files (I have a lot of duplicate files, and ~300k unique "assets"). Many other users have similarly sized libraries. Edited September 16, 20214 yr by mrm
September 16, 20214 yr My own library is tracking 500k+ files (I have a lot of duplicate files, and ~300k unique "assets"). Many other users have similarly sized libraries.Nice. So the viewing of this, is it by folder/file name or by images only?Sent from my iPhone using Tapatalk
September 16, 20214 yr 9 minutes ago, shrekfx said: is it by folder/file name or by images only? You can browse by folder, date, camera, lens, keywords, ...
September 16, 20214 yr Nice. So the viewing of this, is it by folder/file name or by images only?Sent from my iPhone using TapatalkNice. I’ll have to give it a try. After I’m don’t moving files around. Sent from my iPhone using Tapatalk
September 18, 20214 yr Question regarding the setup. Reading the instructions, the /ps/tmp location. If I have the /ps/ location for the general files on my array, how do i map the /ps/tmp to a ssd cache drive?
September 18, 20214 yr 2 hours ago, shrekfx said: Question regarding the setup. Reading the instructions, the /ps/tmp location. If I have the /ps/ location for the general files on my array, how do i map the /ps/tmp to a ssd cache drive? Click "show more settings...", and click "edit" by "Temp/Scratch disk". Click "Host Path" and pick a directory your SSD (mine is set to /mnt/cache/appdata/photostructure/tmp/ ) Feel free to hop into the PhotoStructure#unraid discord room if you want more real-time help! Edited September 18, 20214 yr by mrm
September 18, 20214 yr 1 hour ago, mrm said: Click "show more settings...", and click "edit" by "Temp/Scratch disk". Click "Host Path" and pick a directory your SSD (mine is set to /mnt/cache/appdata/photostructure/tmp/ ) Feel free to hop into the PhotoStructure#unraid discord room if you want more real-time help! O.k. found it.. Should have known it was there. Looks like it's on my ssd already that i use for cache so that will work.
March 18, 20224 yr After a successful install, I get this error log Error: code EACCES: EACCES: permission denied, open '/ps/config/settings.toml' Error: EACCES: permission denied, open '/ps/config/settings.toml' {"fatal":true,"exit":true,"status":14,"pid":26,"ppid":19,"error":"main setup failed: Error: code EACCES: EACCES: permission denied, open '/ps/config/settings.toml'¹"} This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: Error: EACCES: permission denied, open '/ps/config/settings.toml' Solution?
March 18, 20224 yr 1 hour ago, Profezor said: Error: code EACCES: EACCES: permission denied, open '/ps/config/settings.toml' Howdy, thanks for trying out PhotoStructure! I suspect you may be missing a bind mound for `/ps/config`. PhotoStructure v1.1 requires several bind mounts (which the template should guide you through), but more details about what's going on is here: https://photostructure.com/server/photostructure-for-docker/#docker-volume-setup Note that the next release will only require one bind mount, which should simplify this setup. More details here: https://forum.photostructure.com/t/new-easy-mode-for-docker-coming-in-v2-1/1278
May 18, 20224 yr Since upgrading to Unraid 6.10 I can't get the PhotoStructure docker to load. It looks like it's not recognizing the user even though it was before and has a permission issue. Here is the error I'm seeing in the log: usermod: invalid user ID 'XXXXXX' {"fatal":true,"exit":true,"status":12,"pid":25,"ppid":18,"error":"Library setup failed: ¹: Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 1000/group 1000."} Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 1000/group 1000.: Library setup failed: ¹ Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 1000/group 1000. at L.assertReadWriteExecutable (/ps/app/bin/main.js:9:191324) at async Object.t.setupLibraryDataDir_ (/ps/app/bin/main.js:9:387513) at async /ps/app/bin/main.js:9:626510 {"fatal":true,"exit":true,"status":14,"pid":25,"ppid":18,"error":"main setup failed: Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 1000/group 1000.: Library setup failed: ¹"} This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: Error: Please check directory permissions for /ps/library/.photostructure: it must be read/write/execute by user 1000/group 1000. at L.assertReadWriteExecutable (/ps/app/bin/main.js:9:191324) at async Object.t.setupLibraryDataDir_ (/ps/app/bin/main.js:9:387513) at async /ps/app/bin/main.js:9:626510 usermod: invalid user ID 'XXXXXX' Username has been X'd out. Any ideas? Edited May 18, 20224 yr by thunderclap
May 19, 20224 yr 5 hours ago, thunderclap said: invalid user ID Howdy--apologies for the glitch. Let's get this sorted. The UID and GID need to be valid users on the host OS, and need read/write access to the volume that you're bind-mounting to /ps/library. More details are here: https://photostructure.com/server/photostructure-for-docker/#library-ownership
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.