docs(oxitraffic): Add notes on Troubleshooting and Data protection
This commit is contained in:
parent
2dc01e7464
commit
e5eb8cc27b
1 changed files with 11 additions and 1 deletions
|
@ -35,4 +35,14 @@ oxitraffic_tracked_origin: https://example.org
|
|||
You must include the counting script on the `oxitraffic_tracked_origin` by adding the following to you website
|
||||
```html
|
||||
<script type="module" src="https://YOUR-OXITRAFFIC_HOSTNAME/count.js"></script>
|
||||
```
|
||||
```
|
||||
|
||||
# Notes on Troubleshooting
|
||||
|
||||
Internal OxiTraffic errors will not be logged to `stdout` and will therefore not be part of `journalctl -fu mash-oxitraffic`. You should check the log file that is created by OxiTraffic with `tail -f logs/oxitraffic`.
|
||||
|
||||
# Data Protection
|
||||
|
||||
*This is not legal advice, talk to a lawyer!*
|
||||
|
||||
OxiTraffic does not collet IP Adresses, Browser Information etc.. Each visitor is assigned a anonymous ID upon visiting the site. This will only be used to store information on how long the visitor spends on this site. No cookies are set.
|
||||
|
|
Loading…
Reference in a new issue