Configure Mastodon user address domain for akkounts

This commit is contained in:
Râu Cao 2024-03-27 20:19:24 +04:00
parent a8c4f0bd0e
commit 8aebb386a4
Signed by: raucao
GPG Key ID: 37036C356E56CC51
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@
},
"kosmos-mastodon": {
"domain": "kosmos.social",
"user_address_domain": "kosmos.social",
"s3_endpoint": "http://localhost:3900",
"s3_region": "garage",
"s3_bucket": "kosmos-social",

View File

@ -149,6 +149,7 @@ end
#
env[:mastodon_public_url] = "https://#{node['kosmos-mastodon']['domain']}"
env[:mastodon_address_domain] = node['kosmos-mastodon']['user_address_domain']
#
# MediaWiki