fediauth/settingtypes.txt
localhost_frssoft 7f89f9f2e8 Refactor
* Position lock by default without entities
* Make immortal player
2023-10-03 19:56:31 +03:00

22 lines
835 B
Text

# 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
# 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,
# After hour post will be deleted
# Supported on: Pleroma/Akkoma and their forks
fediauth.automatic_delete (Mark messages for delete*) bool false
fediauth.position_lock (Lock position player) bool true
# Makes player immortal during fediauth proccess
fediauth.make_immortal_player (Make immortal player) bool true