binarynos

config.ini

Jun 1st, 2019
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Register App Settings
  2. [App]
  3. api_client_name = Halcyon
  4. api_client_website = https://halcyon.example.com
  5. ;who_to_follow_provider = https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}
  6. default_language = en_US
  7.  
  8. ; Media embed settings
  9. ; YouPlay resolves YouTube MP4s on your server and sends this link to the user for privacy-friendly watching
  10. ; Vimeo embeds work in the same way as YouPlay embeds here because the official players contain too much spyware
  11. [Media]
  12. youplay = true
  13. vimeo = true
  14.  
  15. ; 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
  16. ; Proxy type can be set to none, socks5, socks4, http or https - Example settings for locally installed Tor client
  17. [Proxy]
  18. type = socks5
  19. domain = 127.0.0.1
  20. port = 9050
  21. username =
  22. password =
Add Comment
Please, Sign In to add comment