You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This fork is not affiliated with the original modmail project.
28
28
> It was done to add features that were not being added to the original modmail project due to its inactivity and to
29
-
> better align with what I wanted for modmail-viewer
29
+
> better align with what I wanted for modmail-viewer.
30
30
> You probably shouldn't use this, but if you for some reason do, it does have some extra features, fixes, and bugs.
31
31
32
-
I am the developer of [modmail-viewer](https://github.com/khakers/modmail-viewer), which is the recommended way to view
32
+
I am the developer of [modmail-viewer](https://github.com/khakers/modmail-viewer) and [modmail-viewer-ts](https://github.com/khakers/modmail-viewer-ts), which are the recommended way to view
33
33
logs for this fork.
34
34
35
35
## Features
@@ -53,7 +53,7 @@ logs for this fork.
53
53
***Robust implementation:**
54
54
* Schedule tasks in human time, e.g. `?close in 2 hours silently`.
55
55
* Editing and deleting messages are synced.
56
-
* Support for the diverse range of message contents (multiple images, files).
56
+
* Support for a diverse range of message contents (multiple images, files).
57
57
* Paginated commands interfaces via reactions.
58
58
59
59
@@ -100,11 +100,23 @@ This guide assume you already have Docker or Docker Compose installed.
100
100
```console
101
101
$ docker compose up -d
102
102
```
103
+
104
+
### Docker image tags
105
+
106
+
To pin to a specific version, use either the sha256 hash of the image or the commit sha. ex: `ghcr.io/khakers/openmodmail:sha-24286a`.
107
+
For most users, the latest tag is recommended and will be updated to point to stable releases when they become available.
108
+
> [!WARNING]
109
+
> The latest tag currently points to development releases, but will change in the future.
110
+
111
+
### Image tag variants
112
+
113
+
Images with '-supportutils' include a fixed version of the supportutils package, used by a number of plugins.
114
+
Images with '-pip' include pip installed into the virtual environment, which is required for some plugins. It is not currently included by default
103
115
104
116
## Plugins
105
117
106
118
Modmail supports the use of third-party plugins to extend or add functionalities to the bot.
107
-
Plugins allow niche features as well as anything else outside of the scope of the core functionality of Modmail.
119
+
Plugins allow niche features as well as anything else outside the scope of core Modmail functionality.
108
120
109
121
You can find a list of third-party plugins using the `?plugins registry` command on the bot or by reading through the official [REGISTRY.json](https://github.com/modmail-dev/modmail/blob/master/plugins/registry.json).
0 commit comments