Update configuration files
This commit is contained in:
parent
c4ccdd1f9d
commit
ddca33fcf1
2 changed files with 27 additions and 12 deletions
|
@ -5,7 +5,12 @@
|
||||||
nickname = Slixfeed
|
nickname = Slixfeed
|
||||||
username =
|
username =
|
||||||
password =
|
password =
|
||||||
|
# JID of bot master
|
||||||
operator =
|
operator =
|
||||||
|
# Address may be an onion hostname
|
||||||
|
address =
|
||||||
|
# Port may be 5347
|
||||||
|
port =
|
||||||
|
|
||||||
[XMPP Profile]
|
[XMPP Profile]
|
||||||
name = Slixfeed
|
name = Slixfeed
|
||||||
|
@ -13,19 +18,30 @@ nickname = Slixfeed
|
||||||
role = Syndication News Bot
|
role = Syndication News Bot
|
||||||
organization = RSS Task Force
|
organization = RSS Task Force
|
||||||
url = https://gitgud.io/sjehuda/slixfeed
|
url = https://gitgud.io/sjehuda/slixfeed
|
||||||
description = This is an XMPP syndication news bot. It supports Atom, JSON, RDF and RSS feeds.
|
description = XMPP news bot (supports Atom, JSON, RDF and RSS).
|
||||||
note = This is a news bot powered by Slixfeed
|
note = This is a syndication news bot powered by Slixfeed.
|
||||||
birthday = 21 June 2022
|
birthday = 21 June 2022
|
||||||
|
|
||||||
[XMPP Connect]
|
[XMPP Connect]
|
||||||
port = 5347
|
|
||||||
proxy_host = 127.0.0.1
|
|
||||||
proxy_port = 9050
|
|
||||||
proxy_username =
|
|
||||||
proxy_password =
|
|
||||||
proxy_enabled = 1
|
|
||||||
reconnect_timeout = 30
|
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]
|
[ActivityPub]
|
||||||
# Not yet implemented
|
# Not yet implemented
|
||||||
username =
|
username =
|
||||||
|
|
|
@ -28,7 +28,7 @@ length = 300
|
||||||
old = 0
|
old = 0
|
||||||
|
|
||||||
# Amount of entries per update
|
# Amount of entries per update
|
||||||
quantum = 30
|
quantum = 3
|
||||||
|
|
||||||
# Pick random item from database
|
# Pick random item from database
|
||||||
random = 0
|
random = 0
|
||||||
|
@ -46,9 +46,8 @@ tor =
|
||||||
yggdrasil =
|
yggdrasil =
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
# Proxy
|
# Example http://localhost:8118 (privoxy)
|
||||||
# Example: Privoxy http://localhost:8118
|
http_proxy =
|
||||||
http_proxy = http://localhost:8118
|
|
||||||
|
|
||||||
# User Agent
|
# User Agent
|
||||||
user-agent = Slixfeed/0.1
|
user-agent = Slixfeed/0.1
|
||||||
|
|
Loading…
Reference in a new issue