2018-05-29 12:52:17 +03:00
|
|
|
; <?php exit; ?> DO NOT REMOVE THIS LINE
|
|
|
|
|
|
|
|
; This file contains the default settings for RSS-Bridge. Do not change this
|
|
|
|
; file, it will be replaced on the next update of RSS-Bridge! You can specify
|
|
|
|
; your own configuration in 'config.ini.php' (copy this file).
|
|
|
|
|
2019-06-07 20:19:36 +03:00
|
|
|
[system]
|
|
|
|
|
|
|
|
; Defines the timezone used by RSS-Bridge
|
|
|
|
; Find a list of supported timezones at
|
|
|
|
; https://www.php.net/manual/en/timezones.php
|
|
|
|
; timezone = "UTC" (default)
|
|
|
|
timezone = "UTC"
|
|
|
|
|
2022-11-15 02:32:04 +03:00
|
|
|
; Display a system message to users.
|
|
|
|
message = ""
|
|
|
|
|
2023-06-02 21:22:09 +03:00
|
|
|
; Whether to enable debug mode.
|
|
|
|
enable_debug_mode = false
|
|
|
|
|
|
|
|
; Enable debug mode only for these permitted ip addresses
|
|
|
|
; debug_mode_whitelist[] = 127.0.0.1
|
|
|
|
; debug_mode_whitelist[] = 192.168.1.10
|
|
|
|
|
2022-04-03 10:37:39 +03:00
|
|
|
[http]
|
2022-04-08 22:22:13 +03:00
|
|
|
timeout = 60
|
2022-07-31 04:58:07 +03:00
|
|
|
useragent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"
|
2022-04-03 10:37:39 +03:00
|
|
|
|
2022-11-16 19:56:26 +03:00
|
|
|
; Max http response size in MB
|
|
|
|
max_filesize = 20
|
|
|
|
|
2018-05-29 12:52:17 +03:00
|
|
|
[cache]
|
|
|
|
|
2023-02-15 23:22:37 +03:00
|
|
|
; Cache type: file, sqlite, memcached, null
|
2019-02-06 20:52:44 +03:00
|
|
|
type = "file"
|
|
|
|
|
2018-05-29 12:52:17 +03:00
|
|
|
; Allow users to specify custom timeout for specific requests.
|
|
|
|
; true = enabled
|
|
|
|
; false = disabled (default)
|
|
|
|
custom_timeout = false
|
|
|
|
|
2018-11-05 12:46:44 +03:00
|
|
|
[admin]
|
|
|
|
; Advertise an email address where people can reach the administrator.
|
|
|
|
; This address is displayed on the main page, visible to everyone!
|
|
|
|
; "" = Disabled (default)
|
|
|
|
email = ""
|
|
|
|
|
2022-11-07 20:36:52 +03:00
|
|
|
; Advertise a contact Telegram url e.g. "https://t.me/elegantobjects"
|
|
|
|
telegram = ""
|
|
|
|
|
2021-06-25 22:45:25 +03:00
|
|
|
; Show Donation information for bridges if available.
|
|
|
|
; This will display a 'Donate' link on the bridge view
|
|
|
|
; and a "Donate" button in the HTML view of the bridges feed.
|
|
|
|
; true = enabled (default)
|
|
|
|
; false = disabled
|
|
|
|
donations = true
|
|
|
|
|
2018-05-29 12:52:17 +03:00
|
|
|
[proxy]
|
|
|
|
|
|
|
|
; Sets the proxy url (i.e. "tcp://192.168.0.0:32")
|
|
|
|
; "" = Proxy disabled (default)
|
|
|
|
url = ""
|
|
|
|
|
|
|
|
; Sets the proxy name that is shown on the bridge instead of the proxy url.
|
|
|
|
; "" = Show proxy url
|
|
|
|
name = "Hidden proxy name"
|
|
|
|
|
|
|
|
; Allow users to disable proxy usage for specific requests.
|
|
|
|
; true = enabled
|
|
|
|
; false = disabled (default)
|
2018-06-27 20:09:41 +03:00
|
|
|
by_bridge = false
|
|
|
|
|
|
|
|
[authentication]
|
|
|
|
|
2022-10-19 19:39:35 +03:00
|
|
|
; Enables basic authentication for all requests to this RSS-Bridge instance.
|
2018-06-27 20:09:41 +03:00
|
|
|
;
|
|
|
|
; Warning: You'll have to upgrade existing feeds after enabling this option!
|
|
|
|
;
|
|
|
|
; true = enabled
|
|
|
|
; false = disabled (default)
|
|
|
|
enable = false
|
|
|
|
|
2022-08-06 23:46:28 +03:00
|
|
|
username = "admin"
|
2018-06-27 20:09:41 +03:00
|
|
|
|
2023-03-06 22:43:44 +03:00
|
|
|
; The password cannot be the empty string if authentication is enabled.
|
|
|
|
password = ""
|
2019-04-29 21:12:43 +03:00
|
|
|
|
2022-10-19 19:39:35 +03:00
|
|
|
; This will be used only for actions that require privileged access
|
|
|
|
access_token = ""
|
|
|
|
|
2019-10-31 20:40:51 +03:00
|
|
|
[error]
|
|
|
|
|
|
|
|
; Defines how error messages are returned by RSS-Bridge
|
|
|
|
;
|
|
|
|
; "feed" = As part of the feed (default)
|
|
|
|
; "http" = As HTTP error message
|
|
|
|
; "none" = No errors are reported
|
|
|
|
output = "feed"
|
|
|
|
|
2019-10-31 20:49:45 +03:00
|
|
|
; Defines how often an error must occur before it is reported to the user
|
|
|
|
report_limit = 1
|
|
|
|
|
2019-04-29 21:12:43 +03:00
|
|
|
; --- Cache specific configuration ---------------------------------------------
|
|
|
|
|
2023-03-06 23:50:40 +03:00
|
|
|
[FileCache]
|
2023-03-20 21:10:01 +03:00
|
|
|
; The root folder to store files in.
|
|
|
|
; "" = Use the cache folder in the repository (default)
|
|
|
|
path = ""
|
2023-03-06 23:50:40 +03:00
|
|
|
; Whether to actually delete files when purging. Can be useful to turn off to increase performance.
|
|
|
|
enable_purge = true
|
|
|
|
|
2019-04-29 21:12:43 +03:00
|
|
|
[SQLiteCache]
|
|
|
|
file = "cache.sqlite"
|
2019-05-03 12:56:07 +03:00
|
|
|
|
|
|
|
[MemcachedCache]
|
|
|
|
host = "localhost"
|
|
|
|
port = 11211
|
2022-11-03 22:33:43 +03:00
|
|
|
|
|
|
|
; --- Bridge specific configuration ------
|
|
|
|
|
|
|
|
[DiscogsBridge]
|
|
|
|
|
|
|
|
; Sets the personal access token for interactions with Discogs. When
|
|
|
|
; provided, images can be included in generated feeds.
|
|
|
|
;
|
|
|
|
; "" = no token used (default)
|
|
|
|
personal_access_token = ""
|