Compare commits
3 Commits
1.0.0+0.5.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| deb4878bbe | |||
| f5b93759a6 | |||
| d9028b6178 |
@ -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/).
|
||||
|
||||
@ -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
1
release/1.0.1+v0.5.1
Normal file
@ -0,0 +1 @@
|
||||
image name correctioni
|
||||
Reference in New Issue
Block a user