1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00
This commit is contained in:
David Young
2018-04-21 21:29:39 +12:00
parent 778c99932c
commit d3fb395c13
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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