diff --git a/manuscript/recipies/wallabag.md b/manuscript/recipies/wallabag.md index d25f9f8..5df9bac 100644 --- a/manuscript/recipies/wallabag.md +++ b/manuscript/recipies/wallabag.md @@ -22,7 +22,7 @@ There are plugins for [Chrome](https://chrome.google.com/webstore/detail/wallaba ### Setup data locations -We need a filesystem location to store images that Wallabag downloads from the original sources, to re-display when you read your articles, as well as nightly database dumps (_which you should **[backup](/recipies/duplicity/)**_), so create something like this: +We need a filesystem location to store images that Wallabag downloads from the original sources, to re-display when you read your articles, as well as nightly database dumps (_which you **should [backup](/recipies/duplicity/)**_), so create something like this: ``` mkdir -p /var/data/wallabag @@ -60,7 +60,7 @@ OAUTH2_PROXY_CLIENT_SECRET= OAUTH2_PROXY_COOKIE_SECRET= ``` -Now create wallabag-backup.env in the same folder, with the following contents. (This is necessary to prevent environment variables required for backup from breaking the DB container) +Now create wallabag-backup.env in the same folder, with the following contents. (_This is necessary to prevent environment variables required for backup from breaking the DB container_) ``` # For database backups diff --git a/mkdocs.yml b/mkdocs.yml index be4d6d3..bc4da1d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,7 +40,6 @@ pages: - Huginn: recipies/huginn.md - Kanboard: recipies/kanboard.md - Miniflux: recipies/miniflux.md - - Gollum: recipies/gollum.md - Auto Pirate: - Start: recipies/autopirate.md - SABnzbd: recipies/autopirate/sabnzbd.md @@ -59,7 +58,6 @@ pages: - Plex: recipies/plex.md - Emby: recipies/emby.md - Home Assistant: recipies/homeassistant.md - - Calibre-Web: recipies/calibre-web.md - CryptoMiner: - Start: recipies/cryptominer.md - Mining Rig: recipies/cryptominer/mining-rig.md @@ -71,16 +69,18 @@ pages: - Minerhotel: recipies/cryptominer/minerhotel.md - Monitoring: recipies/cryptominer/monitor.md - Profit!: recipies/cryptominer/profit.md - - Wallabag: recipies/wallabag.md - Menu: - Ghost: recipies/ghost.md - GitLab: recipies/gitlab.md - GitLab Runner: recipies/gitlab-runner.md + - Gollum: recipies/gollum.md - Piwik: recipies/piwik.md - Wekan: recipies/wekan.md - Tiny Tiny RSS: recipies/tiny-tiny-rss.md - Portainer: recipies/portainer.md - InstaPy: recipies/instapy.md + - Calibre-Web: recipies/calibre-web.md + - Wallabag: recipies/wallabag.md - Reference: - OAuth Proxy: reference/oauth_proxy.md - Data Layout: reference/data_layout.md