koniu / recoll-webui

web interface for recoll desktop search
266 stars 55 forks source link

Permanent locations settings for all users #78

Closed Floppik closed 3 years ago

Floppik commented 3 years ago

How permanent setup this settings for all users? image If i try open webui from other pc, i see defults settings: image I need to setup it permanent, because i can't explain each user in my network how can it must change to open files locally in they browsers

koniu commented 3 years ago

Hi, please pull the config branch, with this commit https://github.com/koniu/recoll-webui/commit/61d4e57ed682c98c94d97bfcffd8f6e6093d2533, and let me know if it works. You will need to edit DEFAULT.mounts in webui.py to your liking.

Mind that if any of the users had c hanged anything in the 'Settings' on their clients, they might already have the paths stored in their local cookies (which take precedence). In that case those cookies will need to be cleared for the server override to take effect.

Floppik commented 3 years ago

Thanks, it is worked like a charm! You may close this issue