update mastodon

This commit is contained in:
Vivian 2022-11-05 22:28:04 +01:00
parent 4c13bbc4e6
commit 042b2e9664
9 changed files with 130 additions and 132 deletions

View file

@ -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";
};
};