I see that I had to execute ./nodebb build in the container. I am guessing that it is because after removing the container, the build directory was gone and needed to be rebuilt, which tells me I have to put a build command on every container startup. This is not very optimal. I am hoping at some point in the future we can have a more hands-off docker-friendly deployment (like with env vars and all).
SOLVED Disable file upload entirely
-
Is there any way to disable the file upload? I only see the option to disable regular files upload. But I'd like to disable the file upload feature completely and not even allow images. Is there a way to do this?
-
Disable the privileges for every category.
-
ACP > Manage > Categories > Edit (on category you want to change it) > Privileges
Make sure these 3 boxes are not blue and save.
Repeat this for every category you want to disable file upload
-
Ah, didn't consider to look into privileges. This makes the feature much more powerful than I thought. I might thus not forbid it completely. Thank you!
-
It seems that there is still the possibility to upload a profile cover picture, even though I disable "upload images" in privileges for registered users.