You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It checks HTTP resources for feature support and common protocol problems at the HTTP semantic and caching layers. You can use the public instance on https://redbot.org/, or you can install it locally.
Contributing to REDbot
Your ideas, questions and other contributions are most welcome. See
CONTRIBUTING.md for details.
Both of these methods will install the following programs into your pipx binary folder:
redbot - the command-line interface
redbot_daemon - Web interface as a standalone daemon
Running REDbot as a systemd Service
REDbot can run as a standalone service, managed by systemd. This offers a degree of sandboxing and resource management, as well as process monitoring (including a watchdog function).
To do this, install REDbot on your system with the systemd option. For example:
pipx install redbot[systemd]
The copy extra/redbot.service into the appropriate directory (on most systems, /etc/systemd/system/.)
Modify the file appropriately; this is only a sample. Then, as root:
By default, REDbot will listen on localhost port 8000. This can be adjusted in config.txt. Running REDbot behind a reverse proxy is recommended, if it is to be exposed to the Internet.
If you want to allow people to save test results, create the directory referenced by the 'save_dir' configuration variable, and make sure that it's writable to the REDbot process.