1
0
Fork
You've already forked privacy
0
No description
2023年09月23日 18:07:47 +00:00
LICENSE Initial commit 2023年07月27日 03:42:35 +00:00
README.md Update README.md 2023年09月23日 18:07:47 +00:00

privacy

data collection is not cool.

Nothing more than needed is kept

All logs are disabled All services are hosted using Docker. The logging driver has been set to "none" in docker to disable logs. Nginx logs are also sent to /dev/null. Here are the configs:

Docker:

{
 "log-driver": "none",
 "runtimes": {
 "nvidia": {
 "args": [],
 "path": "nvidia-container-runtime"
 }
 }
}

Nginx:

...
	access_log /dev/null;
	error_log /dev/null;
...

Databases

Databases are used for services like Invidious and Piped. These of course store any data you give to them, and nothing more.

Nothing is shared to anybody outside of drgns.space

There's really no reason for them to have any data on drgns.space, so it won't be shared. Backups are kept on-site, on the same server as drgns.space, with the only access being from me.