aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/wallabag.yml
diff options
context:
space:
mode:
authorSebastian Riehm <hallo@herrriehm.de>2020-01-25 16:03:31 +0100
committerSebastian Riehm <hallo@herrriehm.de>2020-01-25 16:16:43 +0100
commit1e921a657f02748d1745f5d98cdb2b3c50dc9555 (patch)
tree1a5d0eafb4ace181d4bfdda5b9f3e173858cfbfe /app/config/wallabag.yml
parent52cd86f1c2031e33ff9680e76575210619744394 (diff)
downloadwallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.tar.gz
wallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.tar.zst
wallabag-1e921a657f02748d1745f5d98cdb2b3c50dc9555.zip
cosmetic changes:
- http to https - replaced generic .com by specific TLD - updated some dead urls
Diffstat (limited to 'app/config/wallabag.yml')
-rw-r--r--app/config/wallabag.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml
index f1ef0924..bc78053a 100644
--- a/app/config/wallabag.yml
+++ b/app/config/wallabag.yml
@@ -26,7 +26,7 @@ wallabag_core:
26 list_mode: 0 26 list_mode: 0
27 fetching_error_message_title: 'No title found' 27 fetching_error_message_title: 'No title found'
28 fetching_error_message: | 28 fetching_error_message: |
29 wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>. 29 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>.
30 api_limit_mass_actions: 10 30 api_limit_mass_actions: 10
31 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt" 31 encryption_key_path: "%kernel.project_dir%/data/site-credentials-secret-key.txt"
32 default_internal_settings: 32 default_internal_settings:
@@ -44,7 +44,7 @@ wallabag_core:
44 section: entry 44 section: entry
45 - 45 -
46 name: diaspora_url 46 name: diaspora_url
47 value: http://diasporapod.com 47 value: https://diasporafoundation.org/
48 section: entry 48 section: entry
49 - 49 -
50 name: share_unmark 50 name: share_unmark
@@ -64,11 +64,11 @@ wallabag_core:
64 section: entry 64 section: entry
65 - 65 -
66 name: shaarli_url 66 name: shaarli_url
67 value: http://myshaarli.com 67 value: https://github.com/shaarli/Shaarli
68 section: entry 68 section: entry
69 - 69 -
70 name: scuttle_url 70 name: scuttle_url
71 value: http://scuttle.org 71 value: https://github.com/scronide/scuttle
72 section: entry 72 section: entry
73 - 73 -
74 name: share_mail 74 name: share_mail