Files
Alexandre Alapetite b66d4ade41 Improve Docker + compatibility Arch (#8299)
* Better comments in our Docker images
* Make `cli/access-permissions.sh` compatible with other Apache groups such as `http` for Linux Arch
* Better `/Docker/entrypoint.sh` supporting various Apache configuration paths (and slightly faster).
* Add test image for Linux Arch (not sure we will keep it)

See
* https://github.com/FreshRSS/FreshRSS/pull/8279#issuecomment-3620674818
2025-12-12 22:07:19 +01:00
..

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:

Open in GitHub Codespaces

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