config.ini.sample 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. ; Register App Settings
  2. ; The URL Unshortener automatically parses links to URL Shorteners like bit.ly and displays the long version so that the user knows where a link goes
  3. [App]
  4. api_client_name = Your application name
  5. api_client_website = https://example.com/
  6. who_to_follow_provider = https://vinayaka.tsia.de/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}
  7. default_language = en_US
  8. debug_mode = false
  9. url_unshortener = true
  10. ; Media embed settings
  11. ; YouPlay resolves YouTube MP4s on your server and sends this link to the user for privacy-friendly watching
  12. ; Vimeo embeds work in the same way as YouPlay embeds here because the official players contain too much spyware
  13. ; YouPlay Fallback uses a proprietary API of https://unblockvideos.com and can be used if your own server IP has been blocked by Google
  14. ; Invidous is a external service to watch YouTube videos in a privacy-friendly way - Halcyon can automatically rewrite links to a instance you can set here
  15. ; Nitter is a external service to view Twitter contents in a privacy-friendly way - Halcyon can automatically rewrite links to a instance you can set here
  16. ; Bibliogram is a external service to view Instagram contents in a privacy-friendly way - Halcyon can automatically rewrite links to a instance you can set here
  17. [Media]
  18. youplay = true
  19. vimeo = true
  20. youplay_fallback = true
  21. invidious = invidious.snopyta.org
  22. nitter = nitter.13ad.de
  23. bibliogram = bibliogram.ggc-project.de
  24. ; 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
  25. ; Proxy type can be set to none, socks5, socks4, http or https
  26. [Proxy]
  27. type = none
  28. domain =
  29. port =
  30. username =
  31. password =