starchy
starchy
Following the suggestions at https://piwik.org/docs/how-to-secure-piwik/ for this container, I installed the SecurityInfo plugin after getting up and running. It came back with the following warnings: > display_errors display_errors is enabled....
The guide as written does not error logging and will record IPs for error logs for all users. This might not be what users or iplementers expect, and AFAICT this...
Following up on @alanton's request to record a configuration we've used at EFF in an issue: ``` log_format main '[$time_local] $status "$request" $body_bytes_sent "$http_user_agent" $geoip_country_code DNT:$http_DNT'; access_log /var/log/nginx/access.log main; ```...
## Status Ready for review / Work in progress ## Description of Changes Fixes #304. Changes proposed in this pull request: ## Testing How should the reviewer test this PR?...
Builds have been failing with the error, "Unable to locate package python3.9-dev." This PR resolves the issue by installing python3.11-dev. Builds are successful but it has not yet been tested...