shynet icon indicating copy to clipboard operation
shynet copied to clipboard

Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.

Results 76 shynet issues
Sort by recently updated
recently updated
newest added

I tried setting up a local instance of shynet, to test it, but the setup with SQLite did not work. I uncommented the sqlite settings in the .env template file...

After running shynet, I'm trying to run the `manage.py registeradmin` as described in [the documentation](https://github.com/milesmcc/shynet/blob/master/GUIDE.md#installation). However, my output is showing the following traceback : ``` Traceback (most recent call last):...

I would like to make life easier for existing and new Shynet contributors including the maintainer by implementing [Uffizzi](https://uffizzi.com/) previews. Disclaimer: I work on Uffizzi Uffizzi is a Open Source...

#167 100% coverage for `api` app. ![image](https://user-images.githubusercontent.com/42776881/192195334-560b480a-dd92-4977-b646-d3ca22c88db2.png)

I am trying to build shynet for armv6 using docker. I'm going about doing this by running `sudo docker build -t armv6shynet . --network=host` in the root repo. ```log Collecting...

Hi, love the project! I'm curious as to if you have a roadmap for dependency updates. I personally like dependabot and renovate, whichever is easier for a given person. Even...

Hi Shynet, When I ran the test tool `test_smtp_server.py`, it work. When I reset my password, an error 503 occured. Do you have any idea of the problem ? **Environment...

Is there any plan to create an installable app to pypi?

Hey, i'm trying to get this setup with docker and ssl but I can't find instructions anywhere on how to do that. I'll post what i've tried below. Here's the...