Configure LDAP login for Mastodon (merge .social and .org accounts) #551

Merged
raucao merged 2 commits from feature/mastodon_ldap_integration into master 2024-03-29 09:51:42 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 8aebb386a4 - Show all commits

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