The published repository runs nginx, which keeps logs about who accesses the files. Collected information is (following default nginx rules):
- Complete IP address.
- Date and time of access.
- HTTP verb, version and response code.
- User agent (including browser name & version, OS name & version).
We should probably define a retention time for this information, and maybe reduce the scope of collected information (e.g. anonymise IP addresses after a given time). The logs could be used anonymously to publish stats about which packages are used.
The published repository runs nginx, which keeps logs about who accesses the files. Collected information is (following default nginx rules):
We should probably define a retention time for this information, and maybe reduce the scope of collected information (e.g. anonymise IP addresses after a given time). The logs could be used anonymously to publish stats about which packages are used.