Duplicate website/docs/applications/other/wallabag.md history in roles/wallabag/docs/ history.

This commit is contained in:
Anarion Dunedain 2023-03-28 14:17:27 +02:00
parent 1ef3a230d2
commit 725477b576

View file

@ -0,0 +1,19 @@
---
title: "Wallabag"
---
Homepage: <https://www.wallabag.org/>
wallabag is a self-hostable PHP application allowing you to not miss any content anymore. Click, save and read it when you can. It extracts content so that you can read it when you have time.
## Usage
Set `wallabag_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
If you want to access wallabag externally, don't forget to set `wallabag_available_externally: true` in your `inventories/<your_inventory>/nas.yml` file.
I recommend using the mobile app, which will sync with this installation so you have access to your saved articles even if you don't have signal or wifi access.
The default credentials are wallabag:wallabag
The wallabag web interface can be found at <http://ansible_nas_host_or_ip:7780>.