kentonv changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev | Public logs at https://botbot.me/freenode/sandstorm/
<crab> so what exactly does one have to do to sync davdroid with radicale under sandstorm?
<crab> it wants a url, username, and password. i have a web key.
<crab> «I'd definitely like to see a brief bit of instruction on how to connect this with Thunderbird. It could be as simple as an iframe displaying a URL, username and password (though I can certainly figure this out as well.)»
<crab> ok. so the webkey is https://blah#password and i need "owner" as username.
<crab> so davdroid was able to login, it seems. but it doesn't actually display any calendars.
venom has joined #sandstorm
<crab> oh well.
venom has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<crab> i was able to get rocket.chat working on my phone too. that's something.
neynah has joined #sandstorm
Lionel_Debroux has joined #sandstorm
neynah has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
cevi has quit [Ping timeout: 246 seconds]
cevi has joined #sandstorm
harish has joined #sandstorm
tobald has joined #sandstorm
rolig has quit [Ping timeout: 248 seconds]
rolig has joined #sandstorm
coyotebush has quit [Quit: No Ping reply in 180 seconds.]
coyotebush has joined #sandstorm
Lionel_Debroux has quit [Ping timeout: 240 seconds]
tobald has quit [Remote host closed the connection]
tobald has joined #sandstorm
pie_ has quit [Ping timeout: 240 seconds]
michaelw has quit [Quit: Bye]
wakest has quit [Ping timeout: 246 seconds]
thekyriarchy has quit [Ping timeout: 246 seconds]
TimMc has quit [Ping timeout: 248 seconds]
sknebel_ has joined #sandstorm
sknebel has quit [Ping timeout: 248 seconds]
TimMc has joined #sandstorm
PrivateReese has quit [Ping timeout: 240 seconds]
pie_ has joined #sandstorm
wakest has joined #sandstorm
thekyriarchy has joined #sandstorm
michaelw has joined #sandstorm
sknebel_ is now known as sknebel
bodisiw has joined #sandstorm
tobald has quit [Quit: Ex-Chat]
rolig has quit [Ping timeout: 240 seconds]
rolig has joined #sandstorm
ecloud has quit [Ping timeout: 264 seconds]
ecloud has joined #sandstorm
Lionel_Debroux has joined #sandstorm
Telesight has joined #sandstorm
frigginglorious has quit [Ping timeout: 240 seconds]
bodisiw has quit [Quit: This computer has gone to sleep]
bodisiw has joined #sandstorm
bodisiw has quit [Client Quit]
ocdtr_web has joined #sandstorm
<ocdtr_web> crab: FWIW, the username field can generally be anything. It's generally on the app to instruct people how to use their connection features. (I've added instructions and such for this to the TTRSS package before.)
<ocdtr_web> Was your Radicale grain the Calendar version? (Radicale lets you make either a calendar or a contacts grain, not one for both, it looks like.)
<ocdtr_web> It looks like synchrone had linked to Radicale's client connection instructions, but the link is bad. I submitted a PR to update it, but since the app hasn't been updated in a year, no guarantee it gets published: https://github.com/synchrone/sandstorm-radicale/pull/32
<ocdtr_web> crab: Also, I think you might not have even seen the Radicale sync page. It is the cloud icon on the left side of Radicale. It explicitly recommend the username 'sandstorm', and does give you a separate URL, username, and password.
ocdtr_web has quit [Quit: Page closed]
Telesight has quit [Quit: Leaving.]
n8a has quit [Ping timeout: 246 seconds]
alex2526 has joined #sandstorm
<alex2526> hey all! I was wondering if someone could help me fix up this broken sandstorm install so I can migrate data? I can't seem to get into it, authentication is 100% broken, even the admin-token function generates tokens that seem expired
<JonTheNiceGuy> Check the date on the box?
<JonTheNiceGuy> And the timezone
<alex2526> "Wed Aug 23 01:36:39 CEST 2017" it says
<alex2526> which seems about right
<alex2526> when authenticating normally it just says 'internal server error' after providing an email address
<JonTheNiceGuy> Are you proxying your connections, or going direct?
<alex2526> I think it ran out of space when the issues began, some container grew really fast for some reason, I managed to delete it before the server expired my auth token but I couldn't log in after
<alex2526> think I'm proxying through sni-proxy which is at socket level, and nginx on the machine itself to add a letsencrypt certificate
<alex2526> or no wait I'm using the sandcats one
<alex2526> it's pretty standard I guess
<alex2526> sni-proxy shouldn't interfere, it's very low level (it checks the Service Name Indicator of the TLS connection and redirects the socket to the appropiate machine)
<alex2526> also another sandstorm server on the same setup is working properly so it's definitely the machine itself
<alex2526> hm, if this is too hard I guess I can just move the data to a new instance.. is there a way to move all the data, and user accounts, but setup the rest from scratch?
<JonTheNiceGuy> Just re-run the setup script, from memory?
<JonTheNiceGuy> I'm not a Dev, just an admin
<alex2526> that's okay, thanks for the help anyway ^^ I guess I'll just make a copy and try some things
<alex2526> luckily it's a pretty small server so there's not a lot of data to copy