Skip to content

feat: allow adding file share mounts via cli params#360

Open
allison-truhlar wants to merge 1 commit intomainfrom
specify-fsps-via-cli-params
Open

feat: allow adding file share mounts via cli params#360
allison-truhlar wants to merge 1 commit intomainfrom
specify-fsps-via-cli-params

Conversation

@allison-truhlar
Copy link
Copy Markdown
Collaborator

@allison-truhlar allison-truhlar commented Apr 23, 2026

Clickup id: 86agx674k
When merged, closes issue #355

This PR adds a file share mount CLI param, to allow the user to specify what file share paths to mount when starting the Fileglancer CLI tool.

To test:

  • Checkout this branch locally
  • cd fileglancer && cp docs/config.yaml.template config.yaml
  • Start a pixi shell using the fileglancer env: pixi shell
  • Inside the pixi shell, run fileglancer start -f /tmp - this should start Fileglancer with your tmp directory mounted as a file share path under the "Local" zone
  • To specify multiple file share mounts, add more paths with a -f in front of each, e.g., fileglancer start -f ~/ -f /tmp

@krokicki

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

Successfully merging this pull request may close these issues.

1 participant