Wallabag App
About
Wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
- Questions? Ask in the Cloudron Forum - Wallabag
- Wallabag Website
- Wallabag docs
- Wallabag issue tracker
Using the Browser Extensions
Follow the instructions in the wallabag website to configure the extension to use the Cloudron app.
Admin
To make an existing user an admin, first make note of the user's id (100 in the example below). Then, run the following PostgreSQL command using the Web Terminal:
UPDATE wallabag_user SET roles = 'a:2:{i:0;s:9:"ROLE_USER";i:1;s:16:"ROLE_SUPER_ADMIN";}' where id = 100;
Custom CSS
Following https://doc.wallabag.org/en/admin/custom_css.html the stylesheet can be adjusted by editing /app/data/custom.css
.
Import
Wallabag supports importing from various sources. To run an importer, open a Web Terminal and run:
# /usr/local/bin/gosu www-data:www-data php bin/console wallabag:import:redis-worker --env prod <source>
source
is one of:
* pocket
* readability
* pinboard
* instapaper
* wallabag_v1
* wallabag_v2
* firefox
* chrome