nextcloud-gravatar icon indicating copy to clipboard operation
nextcloud-gravatar copied to clipboard

Using app

Open Razorr1996 opened this issue 5 years ago • 5 comments

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?

Razorr1996 avatar Mar 26 '19 14:03 Razorr1996

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

pvalsecc avatar May 30 '19 05:05 pvalsecc

Works great ! Do you plan to publish it ?

freechelmi avatar Jul 01 '19 11:07 freechelmi

@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 avatar Sep 21 '19 05:09 frakman1

@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".

pvalsecc avatar Sep 23 '19 05:09 pvalsecc

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".

frakman1 avatar Sep 24 '19 16:09 frakman1