Skip to main content

Logo Wallabag

About​

Wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.

Using the browser extensions​

Follow the instructions on 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:

SQL
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, adjust the stylesheet by editing /app/data/custom.css.

Import​

Wallabag supports importing from various sources. To run an importer, open a Web Terminal and run:

Bash
/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