You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When new folders need to be created, the ownership is of the user running the server, not what is entered as uid and gid in the config file.
Here's the config from /etc/eyefiserver.conf:
upload_dir:/path/to/pictures/%%Y/%%m/%%d
I wanted my images to be organized in subfolders, as you can see. But only the last part (%%d) has the right ownership (65534 in my case). %%Y and %%m both have 0, the user under which the server is running.
I'm using a QNAP SS-439 if that's of any relevance.
The text was updated successfully, but these errors were encountered:
When new folders need to be created, the ownership is of the user running the server, not what is entered as uid and gid in the config file.
Here's the config from
/etc/eyefiserver.conf
:I wanted my images to be organized in subfolders, as you can see. But only the last part (
%%d
) has the right ownership (65534 in my case).%%Y
and%%m
both have0
, the user under which the server is running.I'm using a QNAP SS-439 if that's of any relevance.
The text was updated successfully, but these errors were encountered: