2023-12-11 10:04:45 +01:00
|
|
|
# This file lists default settings per database.
|
2023-12-24 19:26:31 +01:00
|
|
|
# See file /usr/share/slixfeed/settings.ini
|
|
|
|
|
2024-01-02 12:48:44 +01:00
|
|
|
#[Bot Settings]
|
|
|
|
|
|
|
|
# Check interval
|
|
|
|
#interval = 90
|
|
|
|
|
2023-12-11 10:04:45 +01:00
|
|
|
[Settings]
|
2024-01-02 12:48:44 +01:00
|
|
|
#[Contact Settings]
|
2023-12-11 10:04:45 +01:00
|
|
|
|
|
|
|
# Maximum items to archive (0 - 500)
|
|
|
|
archive = 50
|
|
|
|
|
2023-12-24 19:26:31 +01:00
|
|
|
# Source check interval (recommended 90; minimum 10)
|
2024-01-02 12:48:44 +01:00
|
|
|
check = 120
|
2023-12-24 19:26:31 +01:00
|
|
|
|
2023-12-11 10:04:45 +01:00
|
|
|
# Work status (Value 0 to disable)
|
|
|
|
enabled = 1
|
|
|
|
|
2023-12-24 19:26:31 +01:00
|
|
|
# Update interval (Minimum value 10)
|
2023-12-11 10:04:45 +01:00
|
|
|
interval = 300
|
|
|
|
|
|
|
|
# Maximum length of summary (Value 0 to disable)
|
|
|
|
length = 300
|
|
|
|
|
2024-02-11 00:25:05 +01:00
|
|
|
# Display media (audio, image, video) when available
|
|
|
|
media = 0
|
|
|
|
|
2023-12-11 10:04:45 +01:00
|
|
|
# Mark entries of newly added entries as unread
|
|
|
|
old = 0
|
|
|
|
|
|
|
|
# Amount of entries per update
|
2024-01-22 13:55:36 +01:00
|
|
|
quantum = 3
|
2023-12-11 10:04:45 +01:00
|
|
|
|
|
|
|
# Pick random item from database
|
|
|
|
random = 0
|
2023-12-18 17:21:24 +01:00
|
|
|
|
2023-12-24 19:26:31 +01:00
|
|
|
# Utilized in case of missing protocol support.
|
|
|
|
[Bridge]
|
|
|
|
gopher =
|
|
|
|
|
|
|
|
i2p =
|
|
|
|
|
|
|
|
nostr =
|
|
|
|
|
|
|
|
tor =
|
|
|
|
|
|
|
|
yggdrasil =
|
|
|
|
|
2024-01-02 12:48:44 +01:00
|
|
|
[Network]
|
2024-01-22 13:55:36 +01:00
|
|
|
# Example http://localhost:8118 (privoxy)
|
|
|
|
http_proxy =
|
2023-12-24 19:26:31 +01:00
|
|
|
|
2024-01-02 12:48:44 +01:00
|
|
|
# User Agent
|
|
|
|
user-agent = Slixfeed/0.1
|
2023-12-24 19:26:31 +01:00
|
|
|
|
2024-01-02 12:48:44 +01:00
|
|
|
# Enable policed DNS system (not recommended)
|
|
|
|
# clearnet = 1
|
2023-12-18 17:21:24 +01:00
|
|
|
|
2023-12-24 19:26:31 +01:00
|
|
|
# Enable I2P mixnet system (safer)
|
2023-12-18 17:21:24 +01:00
|
|
|
i2p = 1
|
|
|
|
|
2023-12-24 19:26:31 +01:00
|
|
|
# Enable Loki mixnet system (safer)
|
2023-12-18 17:21:24 +01:00
|
|
|
loki = 1
|
|
|
|
|
2023-12-24 19:26:31 +01:00
|
|
|
# Enable Tor semi-mixnet system (semi-safer)
|
2023-12-18 17:21:24 +01:00
|
|
|
tor = 1
|
|
|
|
|
|
|
|
# Enable Yggdrasil mixnet system (safer)
|
|
|
|
yggdrasil = 1
|