Error message "Space path is not valid" · Sync-in/server · Discussion #212 · GitHub
Skip to content
Discussion options

You must be logged in to vote

applications.files.dataPath: data is not naming an SMB share. It is the path Sync-in uses from inside its own runtime/container context, so the SMB part needs to be mounted first and then exposed to Sync-in as a normal writable directory.

The shape should be more like:

services:
  sync-in:
    volumes:
      - /mnt/smb/sync-in:/data/sync-in

and then in the Sync-in config:

applications:
  files:
    dataPath: /data/sync-in

The relative value data works because it is local to the app/container context. It does not mean "find an SMB share named data".

The later Internal server error after switching to /home/sync-in is probably about the actual path and permissions. The maintainer's PUID / PGID

Replies: 7 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@johaven
Comment options

@Stephan-P
Comment options

@Stephan-P
Comment options

Comment options

You must be logged in to vote
1 reply
@Stephan-P
Comment options

Comment options

You must be logged in to vote
4 replies
@Stephan-P
Comment options

@Stephan-P
Comment options

@Stephan-P
Comment options

@yudin-s
Comment options

Answer selected by Stephan-P
Comment options

You must be logged in to vote
1 reply
@Stephan-P
Comment options

Comment options

You must be logged in to vote
1 reply
@johaven
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Stephan-P
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants