-
Hello, I am new to rustical and CalDAV, and I do not understand how to create a user. I've played with these commands
Then I've tried to enter user/user on the frontend but that didn't work out. I also do not which url I should use to connect user to the dav. I'm not sure it's related to #7 since I didn't see the auth option in Cargo docs. I guess a lot of things has changed since then. Maybe some parts of the docs are already a bit outdated ? User management Any tips would be really appreciated and helpful! Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hello,
You can now also do
Then you'll be prompted to enter a password. :) |
Beta Was this translation helpful? Give feedback.
-
@lennart-k Thanks for helping me get started. Now that everything is set up, and considering the warning displayed in the README, in which scenarios should I expect data loss? Is backing up the container volume sufficient, or should I expect incompatibility issues between versions? I'm happy to test the software, but ofc I'm still better safe than sorry! :) |
Beta Was this translation helpful? Give feedback.
Thanks for your patience,
so in v0.4.10 I've now fixed the HEAD method (although I believe that's not really the cause)
I've run into similar issues when using the password instead of an app token so I hope that's the issue.
If that's the case the password is only meant to log in to the frontend and from there you can generate tokens for specific apps.
With an app token Thunderbird works for me on
where it auto-discovers the calendars.
That should hopefully also resolve GNOME Calendar and DAVx5 (which should also be able to just take the root path and auto-discover) :)
Note that the logs might be misleading because without
RUST_LOG=debug
they hide unauthorized reque…