shynet
shynet copied to clipboard
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Hi! Loving shynet so far. Really like the interface. Testing it out on my personal [blog](https://yasoob.me) and hoping to ditch Google Analytics soon. Quick question: Is it possible to track...
Hello 👋 I was reading the [User Guide](https://github.com/milesmcc/shynet/blob/master/GUIDE.md) and I noticed that the [Updating Your Configuration](https://github.com/milesmcc/shynet/blob/master/GUIDE.md#updating-your-configuration) section doesn't really exist. Is it in another place? Thank you 😊
Hi, I'm very interested in Shynet, I'm thinking about replacing Google Analytics with it on my personal websites. I'm just wondering if it would be possible to see the OS...
I noticed when I copied and pasted a site snippet (including the site's UUID hardcoded) to another site that I was getting hits recorded from the new site. That was...
Kia ora, The project currently requires a `.env` file for reading in configuration values, however this doesn't suit deployment onto Docker Swarm. It would be great if the application could...
`docker-compose ps` returns: ``` Name Command State Ports ------------------------------------------------------------------------------------------------------------------------------------------- apps_shynet-db_1 docker-entrypoint.sh postgres Up 5432/tcp apps_shynet_1 ./entrypoint.sh Up (unhealthy) 0.0.0.0:49654->8080/tcp,:::49654->8080/tcp ``` `curl 172.25.0.3:8080/healthz/?format=json` (Where the IP points to the container) returns:...
Please test this first. I've not tested it :X resolves #183
# Overhauls Docker setup - Makes use of multi stage builds to get a development environment with docker (which installs testing libraries, and mounts the code in the container for...
Right now we have information of the Referrer of a hit. It would be interesting to create a Sankey chart when the referrer is in the same domain, which would...