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
|
||||
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 =
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue