]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/wallabag.yml
4dad92001aab30ac16129aa2bb2482369c390732
[github/wallabag/wallabag.git] / app / config / wallabag.yml
1 wallabag_core:
2 version: 2.4.0-dev
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'
8 th: 'ไทย'
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'
18 ru: 'Русский'
19 ja: '日本語'
20 zh: '简体中文'
21 items_on_page: 12
22 theme: material
23 language: '%locale%'
24 rss_limit: 50
25 reading_speed: 200
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: |
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>.
32 api_limit_mass_actions: 10
33 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
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
49 value: https://diasporapod.com
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
69 value: https://myshaarli.com
70 section: entry
71 -
72 name: scuttle_url
73 value: https://scuttle.org
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 -
128 name: piwik_enabled
129 value: 0
130 section: analytics
131 -
132 name: piwik_host
133 value: v2.wallabag.org
134 section: analytics
135 -
136 name: piwik_site_id
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
155 -
156 name: api_user_registration
157 value: 0
158 section: api
159 -
160 name: store_article_headers
161 value: 0
162 section: entry
163 -
164 name: shaarli_share_origin_url
165 value: 0
166 section: entry
167
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
176 wallabag_user:
177 registration_enabled: "%fosuser_registration%"
178
179 wallabag_import:
180 allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain', 'text/csv']
181 resource_dir: "%kernel.project_dir%/web/uploads/import"