diff options
author | gennyble <gen@nyble.dev> | 2024-04-13 08:13:39 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-04-13 08:13:39 -0500 |
commit | 826b4f122c175d487a426d97c96bd73f65bc5ea7 (patch) | |
tree | 365a5f890ba6056af6e1226ddda56db21837ea57 /readme.md | |
parent | fda7d4474028de0e159d839e080a502b4c463576 (diff) | |
download | awake-826b4f122c175d487a426d97c96bd73f65bc5ea7.tar.gz awake-826b4f122c175d487a426d97c96bd73f65bc5ea7.zip |
Log SessionId and referer
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.md b/readme.md index 11fb06d..5bc226f 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,20 @@ where I am in the tile. Times are stored by whenwasit in a CSV files. I want to add the times to the bottom of the page again. I miss them. +**Anlytics: For Fun** +Seems fun, anyway, to try and design some weird anyltics system. Can we make it +private enough that it can just be public? + +A friend says that the Analytics should be on a different system so that when it +gets overhwlemed the main site can keep functioning. So, here's an idea: +Just send it a stream of data through UDP? lmao. It can be on a separate VPS +in the same datacenter *(so we can use a private IPv4)* and maybe we have a sort +of heartbeat system to have a reasonable chance of not sending data to a dead +service. + +TODO: +- [] don't log referer if it's ourself + ## Dirfiles These are files that match the name of the directory. |