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

Hardcoded Default Local Path & cannot point to Home Directory #14

Open
alfonsocasadodiez opened this issue Jan 29, 2024 · 0 comments
Open
Labels
community Issues and PRs coming from the community members

Comments

@alfonsocasadodiez
Copy link

alfonsocasadodiez commented Jan 29, 2024

Hello,

The default values on SiteSync point to a hardcoded windows path set on settings.py instead of to those set up in the frontend, forcing the artist to an unnecessary extra step.

    local_roots: list[RootSubmodel] = Field(
        default=default_roots,
        title="Local roots overrides",
        scope=["site"],
        description="Overrides for local root(s)."
    )

It's also impossible to point to the user's home directory via tilde (~) nor browsing using the $(whoami) variable. Is there any way to point to the current user's home folder on MacOS?

Thanks

@iLLiCiTiT iLLiCiTiT added community Issues and PRs coming from the community members and removed community contribution labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Issues and PRs coming from the community members
Projects
None yet
Development

No branches or pull requests

3 participants