update mastodon
This commit is contained in:
parent
63b5fb4810
commit
40321bea75
9 changed files with 130 additions and 132 deletions
|
@ -28,6 +28,7 @@ in
|
|||
cat >> /var/lib/mastodon/.secrets_env <<EOF
|
||||
AWS_ACCESS_KEY_ID="$(cat ${vs.mastodon}/awsAccessKeyId)"
|
||||
AWS_SECRET_ACCESS_KEY="$(cat ${vs.mastodon}/awsSecretAccessKey)"
|
||||
DEEPL_API_KEY="$(cat ${vs.mastodon}/deeplAPIKey)"
|
||||
EOF
|
||||
'';
|
||||
|
||||
|
@ -91,6 +92,8 @@ in
|
|||
S3_PROTOCOL = "https";
|
||||
S3_HOSTNAME = "o.xirion.net";
|
||||
S3_ENDPOINT = "https://o.xirion.net/";
|
||||
|
||||
DEEPL_PLAN = "free";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue