jspricke / radicale-remind

Radicale storage backends for Remind and Abook
GNU General Public License v3.0
41 stars 4 forks source link

filesystem_folder dependency #5

Closed 532910 closed 6 years ago

532910 commented 6 years ago

If filesystem_folder is not defined the URL will be http://localhost:5232/var/lib/radicale/.reminders/ and will give The requested resource could not be found.

jspricke commented 6 years ago

filesystem_folder is set to /var/lib/radicale/collections by default in Radicale, https://github.com/Kozea/Radicale/blob/master/radicale/config.py#L165. This seems like a valid assumption, though not an optimal one, as commented in #4. Given that radicale-remind uses this variable since a long time, and it could be a valid path, I don't see a way to enforce a stricter dependency.

Also note that the URL will probably be something like http://localhost:5232/var/lib/radicale/collections/$USER/.reminders/.