Raiden

Results 10 comments of Raiden

Apologies for bumping a 2 years old issue but this is now an issue again with latest MongoDB image from Docker, currently 6.0.4. The log format has changed again hence...

This also require a change in Modmail since it does not save sticker payload into the db. Linked issue: https://github.com/modmail-dev/Modmail/issues/3240

> I tried building the image locally on my ubuntu 20.04 vps. Facing this issue: > > ``` > root@vserver:/home/masteradmin/modmail-dev/Modmail# docker build -t modmailbotimage:latest . --no-cache > [+] Building 0.9s...

@martinbndr I refactored the Dockerfile as per your suggestion to use pip, but with some additional improvements like using the alpine-based image and multi-stage build for minimum image size. It...

> I ran into this issue trying to run a plugin which installed a dependency using pip: [Jerrie-Aries/modmail-plugins#42](https://github.com/Jerrie-Aries/modmail-plugins/issues/42) That is the issue this PR is trying to fix...

> > > I ran into this issue trying to run a plugin which installed a dependency using pip: [Jerrie-Aries/modmail-plugins#42](https://github.com/Jerrie-Aries/modmail-plugins/issues/42) > > > > > > That is the issue...

[Discord thread link for context](https://discord.com/channels/1079074933008781362/1119182628784984064)

> What is the format of the URI if we want to use the custom db name? `mongodb://myDBReader:D1fficultP%[email protected]:27017/your_db_name?someOptions` as per [docs](https://www.mongodb.com/docs/manual/reference/connection-string/)

> I don't think allowing tempban to be run on a schedule would be best here. I'm only implementing this based on Jack's last statement in the issue discussion, it...

I modified the code slightly to make it work for new WayscriptX platform, you can clone my repo from [here](https://app.wayscript.com/lairs/4fcea244-0623-4d33-a937-4e36253d8fcb/public/). No readme or tutorial from me (maybe I'll make one...