"s3" media storage
This commit is contained in:
parent
d0bb8dba37
commit
f388624735
1 changed files with 6 additions and 1 deletions
|
|
@ -26,7 +26,12 @@ mastodon:
|
||||||
active_record_encryption_key_derivation_salt: externalSecret
|
active_record_encryption_key_derivation_salt: externalSecret
|
||||||
active_record_encryption_primary_key: externalSecret
|
active_record_encryption_primary_key: externalSecret
|
||||||
storage:
|
storage:
|
||||||
type: emptyDir
|
type: s3
|
||||||
|
s3:
|
||||||
|
existing_secret: weed-secret
|
||||||
|
bucket: masto-media
|
||||||
|
endpoint: http://hp40l:8333
|
||||||
|
hostname: https://masto-media.martyn.berlin
|
||||||
postgresql:
|
postgresql:
|
||||||
host: masto-postgres
|
host: masto-postgres
|
||||||
existingSecret: masto-db-secret
|
existingSecret: masto-db-secret
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue