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

Local File Server - Changing root folder? #59

Open
NeloBlivion opened this issue Jun 8, 2019 · 3 comments
Open

Local File Server - Changing root folder? #59

NeloBlivion opened this issue Jun 8, 2019 · 3 comments

Comments

@NeloBlivion
Copy link

Is it possible to change the root folder of localfileserver? It's currently set to pictures (C:\Users\Username\Pictures) but, ironically, all the images i'd like to use are in folders elsewhere.

@Inve1951
Copy link
Owner

Inve1951 commented Jun 8, 2019

Yes, that's merely the default location. You can change the path in the plugin's settings.
image

@Inve1951
Copy link
Owner

Inve1951 commented Jun 8, 2019

Nvm, it suffers from the same electron bug as DirectDownload did. I'll fix (i.e. work around) it soon™. In the meanwhile you can change it by editing the localFileServer.config.json file. Should look like this:

{
    "settings": {
        "folder": "C:\\Where\\Ever\\You\\Want",
        "port": 443
    }
}

@Inve1951 Inve1951 reopened this Jun 8, 2019
@Inve1951 Inve1951 added the bug label Jun 8, 2019
@NeloBlivion
Copy link
Author

Thanks for the help! Editing the config and restarting discord worked great.

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

No branches or pull requests

2 participants