pict-rs 0.4.0-rc.14

A simple image hosting service
Documentation
[server]
address = '0.0.0.0:8080'
worker_id = 'pict-rs-1'
api_key = 'api-key'

[tracing.logging]
format = 'normal'
targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info'

[tracing.console]
buffer_capacity = 102400

[tracing.opentelemetry]
service_name = 'pict-rs'
targets = 'info'

[old_db]
path = 'data/'

[media]
max_width = 10000
max_height = 10000
max_area = 40000000
max_file_size = 40
enable_silent_video = true
enable_full_video = true
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
skip_validate_imports = false

[repo]
type = 'sled'
path = 'data/sled-repo-local'
cache_capacity = 67108864

[store]
type = 'filesystem'
path = 'data/files-local'

# [store]
# type = 'object_storage'
# endpoint = 'http://localhost:3900'
# use_path_style = true
# bucket_name = 'pict-rs'
# region = 'garage'
# access_key = 'GK75d220d95cac26da41a574c6'
# secret_key = '96fa2dc421aaa0026a7e651764958be111fdfdf5260c405b38d85a85f5cd9ea0'