summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/segget.conf')
-rw-r--r--segget/segget.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/segget/segget.conf b/segget/segget.conf
index a7bccc9..3cc9bb9 100644
--- a/segget/segget.conf
+++ b/segget/segget.conf
@@ -174,6 +174,14 @@ provide_mirror_dir=./provide_mirror_dir
# provide_mirror_files_restrict_list_on=0
provide_mirror_files_restrict_list_on=0
+# PROVIDE_MIRROR_TO_OTHERS_URL
+# Specify url to the provided mirror.
+# This option is used to generate rss feed.
+# By default UI_IP is used for this.
+# Default:
+# provide_mirror_to_others_url=ui_ip
+provide_mirror_to_others_url=ui_ip
+
[provide_proxy_fetcher_to_others]
# PROVIDE_PROXY_FETCHER_IP
# Define an ip address segget will use to provide access for tuiclients.
@@ -261,6 +269,23 @@ ui_ip=127.0.0.1
# ui_port=9999
ui_port=9999
+[rss]
+# RSS feed provides information on the files added (symlinked)
+# to PROVIDE_MIRROR_DIR and can be accessed from feedreader
+# via http://ui_ip:ui_port/rss.xml
+
+# RSS_TITLE
+# Specify a title for the RSS feed
+# Default:
+# rss_title=Seggetd feed
+rss_title=Seggetd feed
+
+# RSS_DESCRIPTION
+# Specify description for the RSS feed
+# Default:
+# rss_description=Files downloaded by seggetd and provided in the local mirror
+rss_description=Files downloaded by seggetd and provided in the local mirror
+
[request_server]
# request application adds distfiles to segget daemon queue by establishing tcp connection
# with segget daemon (request_server part of it).