From ddca33fcf10200a59cfd60701b45f68eb8467bf3 Mon Sep 17 00:00:00 2001 From: Schimon Jehudah Date: Mon, 22 Jan 2024 12:55:36 +0000 Subject: [PATCH] Update configuration files --- slixfeed/assets/accounts.ini | 32 ++++++++++++++++++++++++-------- slixfeed/assets/settings.ini | 7 +++---- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/slixfeed/assets/accounts.ini b/slixfeed/assets/accounts.ini index 4557fb5..df9c6c7 100644 --- a/slixfeed/assets/accounts.ini +++ b/slixfeed/assets/accounts.ini @@ -5,7 +5,12 @@ nickname = Slixfeed username = password = +# JID of bot master operator = +# Address may be an onion hostname +address = +# Port may be 5347 +port = [XMPP Profile] name = Slixfeed @@ -13,19 +18,30 @@ nickname = Slixfeed role = Syndication News Bot organization = RSS Task Force url = https://gitgud.io/sjehuda/slixfeed -description = This is an XMPP syndication news bot. It supports Atom, JSON, RDF and RSS feeds. -note = This is a news bot powered by Slixfeed +description = XMPP news bot (supports Atom, JSON, RDF and RSS). +note = This is a syndication news bot powered by Slixfeed. birthday = 21 June 2022 [XMPP Connect] -port = 5347 -proxy_host = 127.0.0.1 -proxy_port = 9050 -proxy_username = -proxy_password = -proxy_enabled = 1 reconnect_timeout = 30 +# NOTE You might want to consider support for socks4 too (this +# note was written when keys were proxy_host and proxy_port) + +# NOTE Consider not to use a version number as it might give an +# impression of an archaic feature in the future. + +[XMPP Proxy] +# Example hostname 127.0.0.1 +socks5_host = +# Example port 9050 +socks5_port = +#socks5_username = +#socks5_password = +# NOTE Consider renaming key proxy_enabled to socks5_enabled +# NOTE Consider removing proxy_enabled key (if you want to enable just comment) +proxy_enabled = 1 + [ActivityPub] # Not yet implemented username = diff --git a/slixfeed/assets/settings.ini b/slixfeed/assets/settings.ini index e0df8e4..9b50867 100644 --- a/slixfeed/assets/settings.ini +++ b/slixfeed/assets/settings.ini @@ -28,7 +28,7 @@ length = 300 old = 0 # Amount of entries per update -quantum = 30 +quantum = 3 # Pick random item from database random = 0 @@ -46,9 +46,8 @@ tor = yggdrasil = [Network] -# Proxy -# Example: Privoxy http://localhost:8118 -http_proxy = http://localhost:8118 +# Example http://localhost:8118 (privoxy) +http_proxy = # User Agent user-agent = Slixfeed/0.1