0
0
mirror of https://github.com/thegeeklab/wp-matrix.git synced 2024-11-21 04:20:38 +00:00

[skip ci] auto-update documentation

This commit is contained in:
thegeeklab-bot 2024-08-07 19:07:42 +00:00
parent eb6aa969c1
commit 8b7c727eb5
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ steps:
image: quay.io/thegeeklab/matrix
settings:
homeserver: https://matrix.org
roomid: randomstring:matrix.org
room_id: randomstring:matrix.org
username: octocat
password: random-secret
```
@ -57,7 +57,7 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-matrix .
```Shell
docker run --rm \
-e PLUGIN_ROOMID=randomstring:matrix.org \
-e PLUGIN_ROOM_ID=randomstring:matrix.org \
-e PLUGIN_USERNAME=octocat \
-e PLUGIN_PASSWORD=random-secret \
-v $(pwd):/build:z \

View File

@ -33,9 +33,9 @@ properties:
type: string
required: false
- name: roomid
- name: room_id
description: |
Roomid to send messages to.
Room ID to send messages to.
type: string
required: false