nextcloud-gravatar
nextcloud-gravatar copied to clipboard
Using app
I want to use (test) your app, but it doesn't exist in the nextcloud store and I don't understand how to compile and deploy it to server. Can you help me?
It's not in the store. You have to install it manually from github. Something like that:
cd {whereNextCloudIsInstalled}/apps
git clone https://github.com/weeman1337/nextcloud-gravatar.git gravatar
Works great ! Do you plan to publish it ?
@pvalsecc Hi, I went into the nextcloud's 'apps' folder and ran the git clone
command successfully. I then went into the Apps page in nextcloud and found the Gravatar app and enabled it. (It says it only works for versions below version 15 and I am using version 16.0.4).
I don't see any of the Gravatar-related settings. Is there something else I need to do to 'install' it? Does it really not work with version 15? If so, do you plan on upgrading it?
@frakman1, I'm just a passer by. I don't maintain this plugin, it's @weeman1337.
I have nextcloud 16.0.4 and this plugin runs fine. Doesn't have much configuration, though. Just a checkbox to enable it in "additional parameters".
Thank you @pvalsecc. Knowing that it works for others helped me figure it out.
Apparently, I had to set the checkbox "Enable users to control whether to use Gravatar or not". It was not clear that this was required. I thought that leaving it off would mean that it was enabled by default without intervention. Anyway, after enabling it under Settings->Administration->Security. I was finally able to see it under "Additional Parameters".