Compare commits
3 Commits
3.7.0+v1.8
...
3.8.0+v1.8
| Author | SHA1 | Date | |
|---|---|---|---|
| 48efb7de51 | |||
| b2e8bf9c8b | |||
| d02981a2bf |
@ -119,6 +119,7 @@ RETENTION_MAX_LIFETIME=4w
|
||||
#ENABLE_ENCRYPTION=true
|
||||
#TELEGRAM_APP_ID=
|
||||
#TELEGRAM_BRIDGE_PERMISSIONS="{ \"*\": \"relaybot\" }"
|
||||
#TELEGRAM_SYNC_CHANNEL_MEMBERS=true
|
||||
#SECRET_TELEGRAM_DB_PASSWORD_VERSION=v1
|
||||
#SECRET_TELEGRAM_API_HASH_VERSION=v1
|
||||
#SECRET_TELEGRAM_BOT_TOKEN_VERSION=v1
|
||||
|
||||
2
abra.sh
2
abra.sh
@ -4,4 +4,4 @@ export HOMESERVER_YAML_VERSION=v22
|
||||
export LOG_CONFIG_VERSION=v2
|
||||
export SHARED_SECRET_AUTH_VERSION=v1
|
||||
export SIGNAL_BRIDGE_YAML_VERSION=v4
|
||||
export TELEGRAM_BRIDGE_YAML_VERSION=v5
|
||||
export TELEGRAM_BRIDGE_YAML_VERSION=v6
|
||||
|
||||
@ -17,7 +17,7 @@ services:
|
||||
- signald-data:/signald
|
||||
|
||||
signalbridge:
|
||||
image: dock.mau.dev/mautrix/signal:v0.4.2
|
||||
image: dock.mau.dev/mautrix/signal:v0.4.3
|
||||
depends_on:
|
||||
- signaldb
|
||||
configs:
|
||||
|
||||
@ -10,7 +10,7 @@ services:
|
||||
- telegram-data:/telegram-data
|
||||
|
||||
telegrambridge:
|
||||
image: dock.mau.dev/mautrix/telegram:v0.13.0
|
||||
image: dock.mau.dev/mautrix/telegram:v0.14.0
|
||||
depends_on:
|
||||
- telegramdb
|
||||
configs:
|
||||
@ -25,6 +25,7 @@ services:
|
||||
- HOMESERVER_URL
|
||||
- TELEGRAM_APP_ID
|
||||
- TELEGRAM_BRIDGE_PERMISSIONS
|
||||
- TELEGRAM_SYNC_CHANNEL_MEMBERS
|
||||
- VERIFY_SSL
|
||||
secrets:
|
||||
- telegram_api_hash
|
||||
|
||||
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "matrixdotorg/synapse:v1.82.0"
|
||||
image: "matrixdotorg/synapse:v1.84.1"
|
||||
volumes:
|
||||
- "data:/data"
|
||||
depends_on:
|
||||
@ -61,7 +61,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.7.0+v1.82.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.8.0+v1.84.1"
|
||||
|
||||
db:
|
||||
image: postgres:13-alpine
|
||||
|
||||
@ -151,7 +151,7 @@ bridge:
|
||||
# Whether or not to sync the member list in channels.
|
||||
# If no channel admins have logged into the bridge, the bridge won't be able to sync the member
|
||||
# list regardless of this setting.
|
||||
sync_channel_members: true
|
||||
sync_channel_members: {{ env "TELEGRAM_SYNC_CHANNEL_MEMBERS" }}
|
||||
# Whether or not to skip deleted members when syncing members.
|
||||
skip_deleted_members: true
|
||||
# Whether or not to automatically synchronize contacts and chats of Matrix users logged into
|
||||
|
||||
Reference in New Issue
Block a user