Configure Mastodon user address domain for akkounts
This commit is contained in:
parent
a8c4f0bd0e
commit
8aebb386a4
@ -74,6 +74,7 @@
|
|||||||
},
|
},
|
||||||
"kosmos-mastodon": {
|
"kosmos-mastodon": {
|
||||||
"domain": "kosmos.social",
|
"domain": "kosmos.social",
|
||||||
|
"user_address_domain": "kosmos.social",
|
||||||
"s3_endpoint": "http://localhost:3900",
|
"s3_endpoint": "http://localhost:3900",
|
||||||
"s3_region": "garage",
|
"s3_region": "garage",
|
||||||
"s3_bucket": "kosmos-social",
|
"s3_bucket": "kosmos-social",
|
||||||
|
@ -149,6 +149,7 @@ end
|
|||||||
#
|
#
|
||||||
|
|
||||||
env[:mastodon_public_url] = "https://#{node['kosmos-mastodon']['domain']}"
|
env[:mastodon_public_url] = "https://#{node['kosmos-mastodon']['domain']}"
|
||||||
|
env[:mastodon_address_domain] = node['kosmos-mastodon']['user_address_domain']
|
||||||
|
|
||||||
#
|
#
|
||||||
# MediaWiki
|
# MediaWiki
|
||||||
|
Loading…
x
Reference in New Issue
Block a user