config.ini.sample 1.4 KB

123456789101112131415161718192021222324252627282930
  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.distsn.org/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. ; 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
  14. ; 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
  15. [Media]
  16. youplay = true
  17. vimeo = true
  18. invidious = invidiou.sh
  19. nitter = nitter.nixnet.xyz
  20. ; 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
  21. ; Proxy type can be set to none, socks5, socks4, http or https - Example settings for locally installed Tor client
  22. [Proxy]
  23. type = socks5
  24. domain = 127.0.0.1
  25. port = 9050
  26. username =
  27. password =