X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fwallabag.yml;h=4dad92001aab30ac16129aa2bb2482369c390732;hb=d50c93f05585485157668888afa3660f88f3a572;hp=d247695960d30cb965e43ec9835609f5db72c9ea;hpb=44043ebe82a22470e2514d05efac324035ee809a;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index d2476959..4dad9200 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml @@ -1,5 +1,5 @@ wallabag_core: - version: 2.3.3 + version: 2.4.0-dev paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' @@ -16,17 +16,19 @@ wallabag_core: it: 'Italiano' pt: 'Português' ru: 'Русский' + ja: '日本語' + zh: '简体中文' items_on_page: 12 theme: material language: '%locale%' rss_limit: 50 - reading_speed: 1 + reading_speed: 200 cache_lifetime: 10 action_mark_as_read: 1 list_mode: 0 fetching_error_message_title: 'No title found' fetching_error_message: | - wallabag can't retrieve contents for this article. Please troubleshoot this issue. + wallabag can't retrieve contents for this article. Please troubleshoot this issue. api_limit_mass_actions: 10 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt" default_internal_settings: @@ -44,7 +46,7 @@ wallabag_core: section: entry - name: diaspora_url - value: http://diasporapod.com + value: https://diasporapod.com section: entry - name: share_unmark @@ -64,11 +66,11 @@ wallabag_core: section: entry - name: shaarli_url - value: http://myshaarli.com + value: https://myshaarli.com section: entry - name: scuttle_url - value: http://scuttle.org + value: https://scuttle.org section: entry - name: share_mail @@ -163,6 +165,14 @@ wallabag_core: value: 0 section: entry + default_ignore_origin_instance_rules: + - + rule: host = "feedproxy.google.com" + - + rule: host = "feeds.reuters.com" + - + rule: _all ~ "https?://www\.lemonde\.fr/tiny.*" + wallabag_user: registration_enabled: "%fosuser_registration%"