mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 12:42:24 -05:00
[feature] Object store custom URL (S3) (#3046)
* tweaks * boobs * fix variable name + typo --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
26022c2733
commit
43519324b3
8 changed files with 158 additions and 9 deletions
|
|
@ -173,6 +173,7 @@ EXPECT=$(cat << "EOF"
|
|||
"storage-s3-bucket": "gts",
|
||||
"storage-s3-endpoint": "localhost:9000",
|
||||
"storage-s3-proxy": true,
|
||||
"storage-s3-redirect-url": "",
|
||||
"storage-s3-secret-key": "miniostorage",
|
||||
"storage-s3-use-ssl": false,
|
||||
"syslog-address": "127.0.0.1:6969",
|
||||
|
|
@ -253,6 +254,7 @@ GTS_STORAGE_S3_SECRET_KEY='miniostorage' \
|
|||
GTS_STORAGE_S3_ENDPOINT='localhost:9000' \
|
||||
GTS_STORAGE_S3_USE_SSL='false' \
|
||||
GTS_STORAGE_S3_PROXY='true' \
|
||||
GTS_STORAGE_S3_REDIRECT_URL='' \
|
||||
GTS_STORAGE_S3_BUCKET='gts' \
|
||||
GTS_STATUSES_MAX_CHARS=69 \
|
||||
GTS_STATUSES_CW_MAX_CHARS=420 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue