Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subfolder support for Synology Diskstation #175

Open
hhorn76 opened this issue Feb 6, 2020 · 2 comments
Open

Subfolder support for Synology Diskstation #175

hhorn76 opened this issue Feb 6, 2020 · 2 comments

Comments

@hhorn76
Copy link

hhorn76 commented Feb 6, 2020

We are using a synology diskstation as our web server, would it be possible to add subfolder support?
Our smb share currently would look like this smb:///web/CasperShareTest. We need to be able to upload with the following recipe:
JSS_REPOS


share_name
web/CasperShareTest

@marckerr
Copy link

We have a similar issue of an SMB share and a sub folder that is our web share. It would be a useful ability to move packages to a sub folder of a network share. Perhaps some separation of the SMB connection function and the package move function so that the move is to a directory path, independent of the share mount.

@grahampugh
Copy link
Member

SMB paths are dealt with in python-jss rather than JSSImporter. Specifically, in distribution_point.py. If you are willing to figure out a way of adding subfolder capability to SMB shares in python-jss, I welcome a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants