mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-12 21:50:57 -04:00
* Add Docker access log toggle
Allow container operators to disable Apache access logging with DISABLE_ACCESS_LOG=1 while preserving the existing default.
* Use positive access log toggle
* Include dev container
* Better POSIX compatibility
```
-E, -r, --regexp-extended
use extended regular expressions in the script
(for portability use POSIX -E).
```
Note: we should probably replace the other `sed -r` by `sed -E` elsewhere
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Dev Container for FreshRSS
This is a Development Container to provide a one-click full development environment with all the needed tools and configurations, to develop and test FreshRSS.
It can be used on your local machine (see for instance the Dev Containers extension for Visual Studio Code), or as GitHub Codespaces simply in a Web browser:
Test instance of FreshRSS
A test instance of FreshRSS is automatically started as visible from the Ports tab: check the Local Address column, and click on the Open in browser 🌐 icon. It runs the FreshRSS code that you are currently editing.
Apache logs can be seen in /var/log/apache2/access.log and /var/log/apache2/error.log.
Software tests
Running the tests can be done directly from the built-in terminal, e.g.:
make test-all