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.
badding
Posts
-
Disable file upload entirely -
config.json: url not asked when installingAlso, the
port
in the config.jsonurl
seemed to break emojis.I had this in the url:
http:/forums.domain.com:4567
and emojis didn't work. I took the port out and emojis worked.The port is defined elsewhere in the config, so it probably doesn't need to be in the url?
-
Using Redis + SentinelI'm using Redis with replication (slaveof directive) + Sentinel (for automatic failover).
It seems that NodeBB may not support this?
The problem is, that I need to be connected to the master, and it can be any one of the 3 nodes I'm running. It can change dynamically.
ioredis has support for sentinel: https://github.com/luin/ioredis#sentinel
Would it be possible to make this work somehow?
-
Installing: what files/folders does the installation/runtime change?I'm installing NodeBB inside Docker, and the files/folders that are changed during installation/runtime need to go into Docker volumes, in order to be persisted.
For this I would need to know what those files/folders are.
I found some, but there may be more:
- /config.json
- /build/cache-buster
- /build/public
Thanks.
-
config.json: url not asked when installingI'm using the web setup.
That's what comes up when installing in the Docker.
-
config.json: url not asked when installingThe url in config.json gets set to
http://localhost:4567
but it's not actually asked when installing.Shouldn't it be asked when installing?