2023-09-27 10:57:15 +00:00
|
|
|
# Instance domain for service account (code sender)
|
|
|
|
# example.com
|
|
|
|
# Must be mastodon API compatible
|
|
|
|
fediauth.instance (Instance domain) string
|
|
|
|
|
|
|
|
fediauth.api_token (Token for account) string
|
|
|
|
|
|
|
|
# If no fediverse account - no access to server
|
|
|
|
fediauth.fedi_required (Require Fediverse account for each user) bool false
|
2023-09-29 03:50:39 +03:00
|
|
|
|
|
|
|
# Useful if remote instance blocked on service account server or any other reasons
|
|
|
|
# Separated by comma
|
|
|
|
fediauth.restricted_instances (Restrict instance domains) string example.com,another.example.com,
|
2023-10-02 19:02:53 +03:00
|
|
|
|
|
|
|
# After hour post will be deleted
|
|
|
|
# Supported on: Pleroma/Akkoma and their forks
|
|
|
|
fediauth.automatic_delete (Mark messages for delete*) bool false
|
2023-10-03 12:15:05 +03:00
|
|
|
|
2023-10-03 19:56:31 +03:00
|
|
|
fediauth.position_lock (Lock position player) bool true
|
|
|
|
|
|
|
|
# Makes player immortal during fediauth proccess
|
|
|
|
fediauth.make_immortal_player (Make immortal player) bool true
|
2023-10-05 02:36:01 +03:00
|
|
|
|
2023-10-05 04:26:15 +03:00
|
|
|
# Protect chat commands
|
|
|
|
# It works as workaround
|
|
|
|
# btw it can protect admin
|
2023-10-05 02:36:01 +03:00
|
|
|
fediauth.protect_chatcommands (Protect chat commands) bool true
|
2023-10-05 20:07:46 +03:00
|
|
|
|
|
|
|
# Use yl_matterbridge mod for report some unwanted behavior
|
|
|
|
# e.g. attempt try change password during 2FA
|
|
|
|
fediauth.use_matterbridge (Use matterbridge) bool false
|
|
|
|
|