forked from Deuxfleurs/nixcfg
Cleanup
This commit is contained in:
parent
004881e5ff
commit
2ae3375592
4 changed files with 21 additions and 21 deletions
|
@ -952,11 +952,11 @@ media_store_path: "/data/media_store"
|
||||||
# your reverse proxy's config. Notably Nginx has a small max body size by default.
|
# your reverse proxy's config. Notably Nginx has a small max body size by default.
|
||||||
# See https://matrix-org.github.io/synapse/latest/reverse_proxy.html.
|
# See https://matrix-org.github.io/synapse/latest/reverse_proxy.html.
|
||||||
#
|
#
|
||||||
#max_upload_size: 50M
|
max_upload_size: 50M
|
||||||
|
|
||||||
# Maximum number of pixels that will be thumbnailed
|
# Maximum number of pixels that will be thumbnailed
|
||||||
#
|
#
|
||||||
#max_image_pixels: 32M
|
max_image_pixels: 32M
|
||||||
|
|
||||||
# Whether to generate new thumbnails on the fly to precisely match
|
# Whether to generate new thumbnails on the fly to precisely match
|
||||||
# the resolution requested by the client. If true then whenever
|
# the resolution requested by the client. If true then whenever
|
||||||
|
@ -964,26 +964,26 @@ media_store_path: "/data/media_store"
|
||||||
# generate a new thumbnail. If false the server will pick a thumbnail
|
# generate a new thumbnail. If false the server will pick a thumbnail
|
||||||
# from a precalculated list.
|
# from a precalculated list.
|
||||||
#
|
#
|
||||||
#dynamic_thumbnails: false
|
dynamic_thumbnails: false
|
||||||
|
|
||||||
# List of thumbnails to precalculate when an image is uploaded.
|
# List of thumbnails to precalculate when an image is uploaded.
|
||||||
#
|
#
|
||||||
#thumbnail_sizes:
|
thumbnail_sizes:
|
||||||
# - width: 32
|
- width: 32
|
||||||
# height: 32
|
height: 32
|
||||||
# method: crop
|
method: crop
|
||||||
# - width: 96
|
- width: 96
|
||||||
# height: 96
|
height: 96
|
||||||
# method: crop
|
method: crop
|
||||||
# - width: 320
|
- width: 320
|
||||||
# height: 240
|
height: 240
|
||||||
# method: scale
|
method: scale
|
||||||
# - width: 640
|
- width: 640
|
||||||
# height: 480
|
height: 480
|
||||||
# method: scale
|
method: scale
|
||||||
# - width: 800
|
- width: 800
|
||||||
# height: 600
|
height: 600
|
||||||
# method: scale
|
method: scale
|
||||||
|
|
||||||
# Is the preview URL API enabled?
|
# Is the preview URL API enabled?
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,7 +4,7 @@ dbs:
|
||||||
- url: s3://synapse-db/homeserver.db
|
- url: s3://synapse-db/homeserver.db
|
||||||
region: garage-staging
|
region: garage-staging
|
||||||
endpoint: https://garage-staging.home.adnab.me
|
endpoint: https://garage-staging.home.adnab.me
|
||||||
access-key-id: {{ key "secrets/synapse/s3_db_access_key" | trimSpace }}
|
access-key-id: {{ key "secrets/synapse/s3_access_key" | trimSpace }}
|
||||||
secret-access-key: {{ key "secrets/synapse/s3_db_secret_key" | trimSpace }}
|
secret-access-key: {{ key "secrets/synapse/s3_secret_key" | trimSpace }}
|
||||||
force-path-style: true
|
force-path-style: true
|
||||||
sync-interval: 60s
|
sync-interval: 60s
|
||||||
|
|
Loading…
Reference in a new issue