Brutus5000

Results 89 comments of Brutus5000

@stevefan1999-personal I made it working on kubernetes, but it is ugly so far. (It could be improved a little bit by replacing sed with envsubst.) My PR #10036 would solve...

I fail to see which benefit fuse-overlayfs brings. Is this only about permissions? Also moving the whole ci to postgres should not be the scope of this PR.

Sorry, but that's no useful explanation what it does. You can just copy the node_modules from builder without fuse-overlayfs. Why would that not work?

Yes obviously, but a regular docker mount can prevent that. That's how I use it in production. Without fuse-overlayfs. That's why I'm asking what it does.

Yes I am using these mounts in docker-compose: ```yaml volumes: - ./config/extra/nodebb/config.json:/usr/src/app/config.json - ./data/nodebb/node_modules:/usr/src/app/node_modules - ./data/nodebb/build:/usr/src/app/build - ./data/nodebb/uploads/:/usr/src/app/public/uploads ```

> If I am reading this correctly, you are specifying that specific plugins be activated when the Dockerfile is run. Yes. They are installed via npm and then activated. >...

Is this still a gif? We had that problem before, that's why we replaced the "native" spinner with a gif.

Really strange as the client webview is based on Webkit just as Safari and Chrome

I was thinking about adding more social states in the db then just friend and foe. "mute" and "comment" seem genuine additions (coming along with a new comment field for...

I have mixed feelings about this. (Especially if things are described as unavoidable - which I highly question in general.) You mention multiple changes at once, so I'll go through...