matrix: fix appservices
This commit is contained in:
parent
1a5d6aa3c3
commit
1038908903
2 changed files with 7 additions and 3 deletions
|
@ -41,9 +41,9 @@ ip_range_whitelist: [10.5.1.245,10.5.1.1]
|
||||||
password_config:
|
password_config:
|
||||||
enabled: false
|
enabled: false
|
||||||
app_service_config_files:
|
app_service_config_files:
|
||||||
- /appservices/facebook.yaml
|
- /data/facebook.yaml
|
||||||
- /appservices/telegram.yaml
|
- /data/telegram.yaml
|
||||||
- /appservices/signal.yaml
|
- /data/signal.yaml
|
||||||
media_storage_providers:
|
media_storage_providers:
|
||||||
- module: s3_storage_provider.S3StorageProviderBackend
|
- module: s3_storage_provider.S3StorageProviderBackend
|
||||||
store_local: True
|
store_local: True
|
||||||
|
|
|
@ -49,6 +49,10 @@ spec:
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: synapse-janky-solutions
|
name: synapse-janky-solutions
|
||||||
|
- secretRef:
|
||||||
|
name: bridge-facebook
|
||||||
|
- secretRef:
|
||||||
|
name: bridge-signal
|
||||||
containers:
|
containers:
|
||||||
- image: git.janky.solutions/jankysolutions/infra/synapse:latest
|
- image: git.janky.solutions/jankysolutions/infra/synapse:latest
|
||||||
name: synapse
|
name: synapse
|
||||||
|
|
Loading…
Reference in a new issue