EDIT- The issue is having is with “Authentication”. I haven’t made it past that step. Incorrectly said “addresses” on the original post.


Yo yo! Fairly new to making a change towards privacy. My brother gave me a raspberry pi 4 and I want to experiment with that before making a bigger change towards my other electronics. Rn I’m working on using radicale on the pi4 and I’m stuck because I can’t understand the technological language.

I’m trying to follow the tutorial on the radicale website but am getting stuck in the “addresses” authentication part. I can’t enter in anything Into the initial command prompt I used to create the radicale website. And when I make a new command prompt and enter that in nothing happens. I asked AI and it spits out an answer that isn’t dumbed down enough for me. Lemmy is my last hope before I try Reddit …

Tutorial link for clarity https://radicale.org/v3.html#tutorials

  • 3dcadmin@lemmy.relayeasy.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    So you need to understand a bit more about addresses here. If you access the website from the pi it will be http://localhost:5232/ as the address using the defaults. Form another machine it will be http://ipofpi:5232/

    As said below you need to make a file to specify that address, but the defaults given will end up with the above ip addresses. It is a http, not a https as well. So config the address used via the documentation and then access it how you’d like to. This is used because you can, if you wish, specify a different port (5232 is the default)

    I hope that helps