Yassine Guedidi 4d28e660e9 Switch XDebug to trigger mode
In always-on debug mode (start_with_request=yes, the default), every PHP
invocation attempts to connect to the IDE debugger and logs an error when
nothing is listening. This pollutes terminal output during normal development.

Switch to trigger mode so XDebug only initiates a debug session when
explicitly requested:
- CLI: prefix commands with XDEBUG_TRIGGER=1
- Web: set the XDEBUG_TRIGGER cookie or query parameter (use the Xdebug
  Helper browser extension for convenience)

Also remove XDEBUG_TRIGGER=yes from the env file. That line set the trigger
env var unconditionally, which would have caused XDebug to always fire even
in trigger mode.
2026-03-20 21:54:10 +01:00
2017-11-21 21:35:17 +01:00
2026-03-20 21:54:10 +01:00
2025-07-28 22:58:43 +02:00
2022-05-21 23:35:53 +02:00
2024-08-18 18:37:45 +02:00
2025-02-02 15:31:01 +01:00
2023-12-27 23:00:49 +01:00
2025-06-05 00:37:56 +02:00
2019-10-08 09:50:06 +02:00
2018-11-28 22:04:54 +01:00
2025-04-22 07:59:38 +02:00
2025-02-02 15:31:01 +01:00
2025-03-13 01:42:02 +01:00
2021-08-31 10:50:12 +01:00

wallabag

Important

The name of this project is wallabag — all lowercase, always. Not "Wallabag", not "WallaBag", not any other variation. Just plain, humble, all-lowercase wallabag 😉

CI Matrix Donation Status Translation status License

wallabag is a web application allowing you to save web pages for later reading. Click, save and read it when you want. It extracts content so that you won't be distracted by pop-ups and cie.

You can install it on your own server, or you can create an account on wallabag.it.

wallabag

Documentation

The documentation is available at https://doc.wallabag.org.

You can contribute to it through its dedicated repository, available here: https://github.com/wallabag/doc.

Installation

Please read the documentation to see the wallabag requirements.

Then you can install wallabag by executing the following commands:

git clone https://github.com/wallabag/wallabag.git
cd wallabag && make install

If your system's default make is not GNU make, use gmake install instead.

Now, configure a virtual host to use your wallabag.

Other methods

Refer to the installation documentation for other installation methods.

Translation

This project uses Weblate for translation.

Feel free to help us translating wallabag.

Contributing

To learn more about developing wallabag, please refer to the contribution guide.

Content extraction relies on Graby, php-readability and ftr-site-config.

Sponsors

Blackfire

License

Copyright © 2013-current Nicolas Lœuillet nicolas@loeuillet.org

This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the COPYING.md file for more details.

Description
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Readme 176 MiB
Languages
PHP 83.2%
Twig 12.9%
SCSS 1.9%
JavaScript 1.3%
Makefile 0.3%
Other 0.4%