update matrix-media-repo to 1.2.10
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
230dd5e3ab
commit
caf2ff6a30
4 changed files with 14 additions and 4 deletions
|
@ -166,5 +166,14 @@ featureSupport:
|
|||
enabled: false
|
||||
IPFS:
|
||||
enabled: false
|
||||
redis:
|
||||
enabled: false
|
||||
|
||||
redis:
|
||||
% if node.has_bundle('redis'):
|
||||
enabled: true
|
||||
databaseNumber: ${repo.libs.defaults.redis_databases['matrix-media-repo']}
|
||||
shards:
|
||||
- name: localhost
|
||||
addr: ":6379"
|
||||
% else:
|
||||
enabled: false
|
||||
% endif
|
||||
|
|
|
@ -7,6 +7,7 @@ influxdb_url = 'https://influxdb.kunsmann.eu/'
|
|||
|
||||
# FIXME database conflicts
|
||||
redis_databases = {
|
||||
'matrix-media-repo': 7,
|
||||
'netbox': (4, 5),
|
||||
'rspamd': 6,
|
||||
'paperless-ng': None, # probably 0, but undocumented
|
||||
|
|
|
@ -131,7 +131,7 @@ nodes['htz-cloud.miniserver'] = {
|
|||
},
|
||||
},
|
||||
'matrix-media-repo': {
|
||||
'version': 'v1.2.8',
|
||||
'version': 'v1.2.10',
|
||||
'homeservers': {
|
||||
'sophies-kitchen.eu': {
|
||||
'domain': 'http://[::1]:20080/',
|
||||
|
|
|
@ -173,7 +173,7 @@ nodes['rx300'] = {
|
|||
},
|
||||
},
|
||||
'matrix-media-repo': {
|
||||
'version': 'v1.2.8',
|
||||
'version': 'v1.2.10',
|
||||
'homeservers': {
|
||||
'franzi.business': {
|
||||
'domain': 'http://[::1]:20080/',
|
||||
|
|
Loading…
Reference in a new issue