1234567891011121314151617181920212223 |
- ; Register App Settings
- [App]
- api_client_name = Your application name
- api_client_website = https://example.com/
- who_to_follow_provider = https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}
- default_language = en_US
- ; Media embed settings
- ; YouPlay resolves YouTube MP4s on your server and sends this link to the user for privacy-friendly watching
- ; Vimeo embeds work in the same way as YouPlay embeds here because the official players contain too much spyware
- [Media]
- youplay = true
- vimeo = true
- ; The proxy can be used optionally to resolve data for privacy-friendly media embeds on the server side - It is not used for Mastodon API requests on login
- ; Proxy type can be set to none, socks5, socks4, http or https - Example settings for locally installed Tor client
- [Proxy]
- type = socks5
- domain = 127.0.0.1
- port = 9050
- username =
- password =
|