Compare commits

..

2 Commits
0.11.0 ... main

Author SHA1 Message Date
efefea6077 allow relaying
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m33s
2025-03-05 10:07:46 +01:00
9741d46f33
push to 0.11.2
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m31s
2025-01-10 14:38:46 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
FROM docker.io/golang:1.22-alpine3.20 as builder
FROM docker.io/golang:1.23-alpine3.21 as builder
ENV VERSION=v0.11.0
ENV VERSION=v0.11.3
RUN apk --no-cache add \
git \
@ -18,7 +18,7 @@ RUN git checkout $VERSION
RUN go build -o /build/bin/mautrix-whatsapp /build/mautrix-whatsapp/cmd/mautrix-whatsapp/
FROM docker.io/thallian/confd-env:3.20-3.1.6.2
FROM docker.io/thallian/confd-env:3.21-3.2.0.2
RUN addgroup -g 2222 matrix-bridge
RUN adduser -h /var/lib/matrix-bridge -u 2222 -D -G matrix-bridge matrix-bridge

View File

@ -168,10 +168,10 @@ bridge:
relay:
# Whether relay mode should be allowed. If allowed, the set-relay command can be used to turn any
# authenticated user into a relaybot for that chat.
enabled: false
enabled: true
# Should only admins be allowed to set themselves as relay users?
# If true, non-admins can only set users listed in default_relays as relays in a room.
admin_only: true
admin_only: false
# List of user login IDs which anyone can set as a relay, as long as the relay user is in the room.
default_relays: []
# The formats to use when sending messages via the relaybot.