crypto-wake/files/docs/apps/wallabag.md
Nathan Schneider 11c6212fb7 Initial commit
2021-03-14 16:34:32 -06:00

1.1 KiB

Wallabag App

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