{{ published_formatted }} {{ origin_title }}
[server] # (Required) URL of your server's Google Reader API endpoint # Can be set through the environment variable SERVER_URL. url = "https://rss.example.com/" # (Required) Username/email-adress used to connect to the server # Can be set through the environment variable SERVER_USER. user = "username" # (Required) Password/API password used to connect to the server # Can be set through the environment variable SERVER_PASSWORD. password = "password" # How many items to retrieve at most from the server in a single request. Lower values will make synchronization slower, higher values might make the server complain. # Most servers are supposedly okay with up to 1000, but tt-rss complained so I dropped it to 500 here. # Can be set through the environment variable SERVER_ITEMS_PER_REQUEST. items_per_request = 500 [directories] # Directory path where the internal feather data will be stored. # Can be set through the environment variable DIRECTORIES_DATA. data = "data" # Directory path where the user-facing files will be stored. # Can be set through the environment variable DIRECTORIES_READER. reader = "reader" [html] # HTML template used for generating item HTML files. All templates are Jinja2 templates. # Can be set through the environment variable HTML_TEMPLATE. template = '''
{{ published_formatted }} {{ origin_title }}