mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02: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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user