]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/wallabag.yml
Upgrade Piwik Twig Extension to Matomo
[github/wallabag/wallabag.git] / app / config / wallabag.yml
CommitLineData
bf7f0cb5 1wallabag_core:
6546aca4 2 version: 2.4.0-dev
bf7f0cb5
JB
3 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
4 languages:
5 en: 'English'
6 fr: 'Français'
7 de: 'Deutsch'
2020b445 8 th: 'ไทย'
bf7f0cb5
JB
9 tr: 'Türkçe'
10 fa: 'فارسی'
11 ro: 'Română'
12 pl: 'Polish'
13 da: 'Dansk'
14 es: 'Español'
15 oc: 'Occitan'
16 it: 'Italiano'
17 pt: 'Português'
ef5fcdee 18 ru: 'Русский'
7d4176b2 19 ja: '日本語'
9ce18f06 20 zh: '简体中文'
bf7f0cb5
JB
21 items_on_page: 12
22 theme: material
23 language: '%locale%'
24 rss_limit: 50
af7b22a3 25 reading_speed: 200
bf7f0cb5
JB
26 cache_lifetime: 10
27 action_mark_as_read: 1
28 list_mode: 0
29 fetching_error_message_title: 'No title found'
30 fetching_error_message: |
1e921a65 31 wallabag can't retrieve contents for this article. Please <a href="https://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
bf7f0cb5 32 api_limit_mass_actions: 10
9ca069a6 33 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
bf7f0cb5
JB
34 default_internal_settings:
35 -
36 name: share_public
37 value: 1
38 section: entry
39 -
40 name: carrot
41 value: 1
42 section: entry
43 -
44 name: share_diaspora
45 value: 1
46 section: entry
47 -
48 name: diaspora_url
6fb7d4a7 49 value: https://diasporapod.com
bf7f0cb5
JB
50 section: entry
51 -
52 name: share_unmark
53 value: 1
54 section: entry
55 -
56 name: unmark_url
57 value: https://unmark.it
58 section: entry
59 -
60 name: share_shaarli
61 value: 1
62 section: entry
63 -
64 name: share_scuttle
65 value: 1
66 section: entry
67 -
68 name: shaarli_url
20349b02 69 value: https://myshaarli.com
bf7f0cb5
JB
70 section: entry
71 -
6fb7d4a7
SR
72 name: scuttle_url
73 value: https://scuttle.org
bf7f0cb5
JB
74 section: entry
75 -
76 name: share_mail
77 value: 1
78 section: entry
79 -
80 name: share_twitter
81 value: 1
82 section: entry
83 -
84 name: show_printlink
85 value: 1
86 section: entry
87 -
88 name: restricted_access
89 value: 0
90 section: entry
91 -
92 name: export_epub
93 value: 1
94 section: export
95 -
96 name: export_mobi
97 value: 1
98 section: export
99 -
100 name: export_pdf
101 value: 1
102 section: export
103 -
104 name: export_csv
105 value: 1
106 section: export
107 -
108 name: export_json
109 value: 1
110 section: export
111 -
112 name: export_txt
113 value: 1
114 section: export
115 -
116 name: export_xml
117 value: 1
118 section: export
119 -
120 name: import_with_redis
121 value: 0
122 section: import
123 -
124 name: import_with_rabbitmq
125 value: 0
126 section: import
127 -
9717d012 128 name: matomo_enabled
bf7f0cb5
JB
129 value: 0
130 section: analytics
131 -
9717d012
NL
132 name: matomo_host
133 value: matomo.wallabag.org
bf7f0cb5
JB
134 section: analytics
135 -
9717d012 136 name: matomo_site_id
bf7f0cb5
JB
137 value: 1
138 section: analytics
139 -
140 name: demo_mode_enabled
141 value: 0
142 section: misc
143 -
144 name: demo_mode_username
145 value: wallabag
146 section: misc
147 -
148 name: download_images_enabled
149 value: 0
150 section: misc
151 -
152 name: wallabag_support_url
153 value: https://www.wallabag.org/pages/support.html
154 section: misc
bf7f0cb5
JB
155 -
156 name: api_user_registration
157 value: 0
158 section: api
8a219854
NL
159 -
160 name: store_article_headers
161 value: 0
162 section: entry
893fd643
KD
163 -
164 name: shaarli_share_origin_url
165 value: 0
166 section: entry
bf7f0cb5 167
2495b197
KD
168 default_ignore_origin_instance_rules:
169 -
170 rule: host = "feedproxy.google.com"
171 -
172 rule: host = "feeds.reuters.com"
173 -
174 rule: _all ~ "https?://www\.lemonde\.fr/tiny.*"
175
bf7f0cb5
JB
176wallabag_user:
177 registration_enabled: "%fosuser_registration%"
178
179wallabag_import:
180 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv']
9ca069a6 181 resource_dir: "%kernel.project_dir%/web/uploads/import"