Plugin folders need ownership change after installation
-
wrote on Nov 2, 2022, 4:04 PM last edited by
I'm very bemused by this.
The first time I installed a plugin (the Akismet plugin) I didn't have to change permissions on the
/app/code/plugins/discourse-akismet/
folder fromroot
tocloudron
But every other plugin I've installed after that has required me to open the File Manager and change the ownership from
root
tocloudron
.Why?
-
wrote on Nov 2, 2022, 4:11 PM last edited by
perhaps you did it as the cloudron user first?
-
wrote on Nov 2, 2022, 4:28 PM last edited by
@robi well, I always just click the Web Terminal button and then start pasting the code. I definitely didn't manually change user anytime.
-
@robi well, I always just click the Web Terminal button and then start pasting the code. I definitely didn't manually change user anytime.
wrote on Nov 2, 2022, 4:39 PM last edited by@jdaviescoates that means you can do the user change before, or fix after.
You can also have this added to the docs s steps for plugin installs.
-
I'm very bemused by this.
The first time I installed a plugin (the Akismet plugin) I didn't have to change permissions on the
/app/code/plugins/discourse-akismet/
folder fromroot
tocloudron
But every other plugin I've installed after that has required me to open the File Manager and change the ownership from
root
tocloudron
.Why?
wrote on Nov 2, 2022, 5:41 PM last edited by@jdaviescoates said in Plugin folders need ownership change after installation:
I'm very bemused by this.
The first time I installed a plugin (the Akismet plugin) I didn't have to change permissions on the
/app/code/plugins/discourse-akismet/
folder fromroot
tocloudron
But every other plugin I've installed after that has required me to open the File Manager and change the ownership from
root
tocloudron
.Why?
Because the first time, when I installed the Akismet plugin, I restarted the app before looking at the File Manager, and seemingly restarting the app fixes the permissions.