3 Commits

Author SHA1 Message Date
val
deb4878bbe chore: publish 1.1.0+v0.6.0 release 2025-12-16 17:25:12 +01:00
f5b93759a6 chore: publish 1.0.1+v0.5.1 release 2025-02-26 16:11:00 +01:00
d9028b6178 corrected image version 2025-02-26 16:08:26 +01:00
3 changed files with 12 additions and 2 deletions

View File

@ -54,5 +54,14 @@ This will show an url to sign in via ssh. After sso-login the user will be a bot
Now you are ready to go to create an instance (i.e. a plugin connected to a bot user) via web interface.
### 3. plugin development
Plugin / Bot development is quite straight forward.
needed: `mbc`
abra commands:
`mbc login`
`mbc build -u -s`
## More
For more, see official documentation of maubot [`docs.mau.fi/maubot`](https://docs.mau.fi/maubot/).

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: dock.mau.dev/maubot/maubot:0.5.1
image: dock.mau.dev/maubot/maubot:v0.6.0
environment:
- HOMESERVER_HOST
- HOMESERVER_URL
@ -33,7 +33,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.0.0+0.5.1"
- "coop-cloud.${STACK_NAME}.version=1.1.0+v0.6.0"
#healthcheck:
#test: ["CMD", "curl", "-f", "http://localhost"]
#interval: 30s

1
release/1.0.1+v0.5.1 Normal file
View File

@ -0,0 +1 @@
image name correctioni