-
Notifications
You must be signed in to change notification settings - Fork 37
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
Allow loading configuration from local network file #51
Comments
Hi @rodrigoroma In a future release, I may try request this permission at install time. |
Perfect! It couldn't had been easier! This information could be in README file as it would give people the ideia that it's possible to host the config file in a network drive, and not necessarily in a web server =) |
Good idea @rodrigoroma |
I don't know if it's really necessary to request this permission during installation as people could be afraid of security/privacy issues. Maybe just explaining how to enable this permission in README or configuration interface would be enough. What do you think? |
Hi! First of all, thanks for this excellent project, it's exactly what I needed!
I'd like to host the config files in a shared drive. I tried to set the URL to
file:///P:/xxxx/config.json
(where P: is a network drive) but it's always "fetching..." and never finish. I tried with some variations of this URL, but all of them stays "fetching..." even if I can manually open them in a normal tab.The text was updated successfully, but these errors were encountered: