nextcloud / integration_mastodon

🐘 Mastodon integration into Nextcloud
https://apps.nextcloud.com/apps/integration_mastodon
GNU Affero General Public License v3.0
18 stars 5 forks source link

Configure Mastodon Widget via occ #75

Open fabzgy opened 6 days ago

fabzgy commented 6 days ago

How to use GitHub


Feature request

Which Nextcloud Version are you currently using: 2.0.1

Is your feature request related to a problem? Please describe. I want to configure the Mastodon Widget in the Dashboard of other users. My problem is, that I can t use the command "occ user:setting admin dashboard layout" since it is not available on my hosting (Hetzner). I can however use this command: "occ user:setting user dashboard layout "spreed,calendar,deck"

I tried to add the following for the configuration of the mastodon widget but I did not work: mastodon, timeline, social

Can you add the name of the widget somewhere in die documentation so I (and others) can configure the dashboard?

Thanks a lot Fabian

fabzgy commented 1 day ago

With the help of my hoster I ve figured it out:

The correct command would be: occ user:setting $user dashboard layout "spreed,calendar,deck,mastodon_home_timeline"

cheers Fabian