[lock] Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
---|---|---|
Whether to expose a robots.txt file that disallows web crawlers and search engine indexers. Environment variable: |
boolean |
|
If enabled, images in feed entries will be proxied through the server instead of accessed directly by the browser. This is useful if commafeed is accessed through a restricting proxy that blocks some feeds that are followed. Environment variable: |
boolean |
|
Enable password recovery via email. Quarkus mailer will need to be configured. Environment variable: |
boolean |
|
Message displayed in a notification at the bottom of the page. Environment variable: |
string |
|
Google Analytics tracking code. Environment variable: |
string |
|
Google Auth key for fetching Youtube channel favicons. Environment variable: |
string |
|
Type |
Default |
|
User-Agent string that will be used by the http client, leave empty for the default one. Environment variable: |
string |
|
Time to wait for a connection to be established. Environment variable: |
|
|
Time to wait for SSL handshake to complete. Environment variable: |
|
|
Time to wait between two packets before timeout. Environment variable: |
|
|
Time to wait for the full response to be received. Environment variable: |
|
|
Time to live for a connection in the pool. Environment variable: |
|
|
Time between eviction runs for idle connections. Environment variable: |
|
|
If a feed is larger than this, it will be discarded to prevent memory issues while parsing the feed. Environment variable: |
MemorySize [question circle] |
|
Type |
Default |
|
Whether to enable the cache. This cache is used to avoid spamming feeds in short bursts (e.g. when subscribing to a feed for the first time or when clicking "fetch all my feeds now"). Environment variable: |
boolean |
|
Maximum amount of memory the cache can use. Environment variable: |
MemorySize [question circle] |
|
Duration after which an entry is removed from the cache. Environment variable: |
|
|
Type |
Default |
|
Amount of time CommaFeed will wait before refreshing the same feed. Environment variable: |
|
|
If true, CommaFeed will calculate the next refresh time based on the feed’s average time between entries and the time since the last entry was published. The interval will be somewhere between the default refresh interval and 24h. See Environment variable: |
boolean |
|
Amount of http threads used to fetch feeds. Environment variable: |
int |
|
Amount of threads used to insert new entries in the database. Environment variable: |
int |
|
Duration after which a user is considered inactive. Feeds for inactive users are not refreshed until they log in again. 0 to disable. Environment variable: |
|
|
Duration after which the evaluation of a filtering expresion to mark an entry as read is considered to have timed out. Environment variable: |
|
|
Duration after which the "Fetch all my feeds now" action is available again after use to avoid spamming feeds. Environment variable: |
|
|
Type |
Default |
|
Timeout applied to all database queries. 0 to disable. Environment variable: |
|
|
Type |
Default |
|
Maximum age of feed entries in the database. Older entries will be deleted. 0 to disable. Environment variable: |
|
|
Maximum age of feed entry statuses (read/unread) in the database. Older statuses will be deleted. 0 to disable. Environment variable: |
|
|
Maximum number of entries per feed to keep in the database. 0 to disable. Environment variable: |
int |
|
Limit the number of feeds a user can subscribe to. 0 to disable. Environment variable: |
int |
|
Rows to delete per query while cleaning up old entries. Environment variable: |
int |
|
Type |
Default |
|
Whether to let users create accounts for themselves. Environment variable: |
boolean |
|
Whether to enable strict password validation (1 uppercase char, 1 lowercase char, 1 digit, 1 special char). Environment variable: |
boolean |
|
Whether to create a demo account the first time the app starts. Environment variable: |
boolean |
|
Type |
Default |
|
Enable websocket connection so the server can notify web clients that there are new entries for feeds. Environment variable: |
boolean |
|
Interval at which the client will send a ping message on the websocket to keep the connection alive. Environment variable: |
|
|
If the websocket connection is disabled or the connection is lost, the client will reload the feed tree at this interval. Environment variable: |
|
Note
|
About the Duration format
To write duration values, use the standard You can also use a simplified format, starting with a number:
In other cases, the simplified format is translated to the
|
Note
|
About the MemorySize format
A size configuration option recognizes strings in this format (shown as a regular expression): If no suffix is given, assume bytes. |