Automate Nextcloud account settings

I’m setting up a couple of demo machines and I’d like Nextcloud to automatically login. Quick note to self how to do that: occ user:add –display-name=”Foo Bar” –generate-password someuser4occ user:auth-tokens:add -n someuser4This shows something like:lDY7D3nsaZzzQVg8nvs45xwdSPhIIZDzI8QFL2vs7XI6PrpbvZJ15cJyqBCbEQL4sZDGTS9c Add this app password to the kdewallet under the Nextcloud folder:passwords: someuser4:https://nextcloud.example.com/:0 As a cli command, this means: echo lDY7D3nsaZzzQVg8nvs45xwdSPhIIZDzI8QFL2vs7XI6PrpbvZJ15cJyqBCbEQL4sZDGTS9c…

Publish a Thunderbird Calendar in Nextcloud

I have a calendar in Nextcloud that I want to publish. Let’s call it Party. I want this to be a public link and have a readable name. I want it to be read-only. Sharing it directly from within the Calendar app in Nextcloud will unfortunately give users opportunity to use the caldav entity of…