FreshRSS/.devcontainer
Alexandre Alapetite 2cb4f2e233
Fix dev container Apache logs (#5660)
Apache logs were not available from the dev container.
Quick fix while waiting for a better integrated solution (e.g. coming in output window) - contributions welcome.
2023-09-18 08:41:25 +02:00
..
Dockerfile Rework trusted proxies (#5549) 2023-07-30 12:59:18 +02:00
README.md Fix dev container Apache logs (#5660) 2023-09-18 08:41:25 +02:00
devcontainer.json Improve Dev Container (#5423) 2023-05-28 18:03:34 +02:00
postCreateCommand.sh Fix dev container Apache logs (#5660) 2023-09-18 08:41:25 +02:00

README.md

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