Update PRIVACY.md

This commit is contained in:
Minecon724 2025-01-23 12:56:10 +01:00
parent 7e04d1b2f7
commit 540a06b4d6

View file

@ -1,25 +1,27 @@
### Privacy disclaimer for [git.m724.eu](/) service ### Privacy policy for [git.m724.eu](/) ('service')
### This is not an official document. It might not reflect reality.
As of 18.01.2025 As of 23.01.2025
--- ---
This service is provided as-is. While making reasonable efforts, no guarantes are made regarding uptime and security.
To make this service useful, data is stored. Including, but not limited to: To make this service useful, data is stored. Including, but not limited to:
- your linked email addresses - your profile (email addresses, username, avatar, bio, etc.)
- your hashed account password - your hashed account password
- organizations you're a member of - organizations you're a member of
- repositories you own - repositories you own, their data (known as code) and metadata (issues, releases, actions, etc.)
- commit data (repo, commiter email, commiter name, other metadata, and the data itself) - your public activity, like issue comments, user follows, etc.
Pages you visit are NOT logged. This is retained for as long as your account exists. \
When you delete your account, your commits are unlinked from your username. However, please note that your name and email may still be stored, as Git commit metadata.
Cookies are used to keep you logged in. Cookies are used to maintain your session (whether you're logged in or not) and for security (to prevent CSRF attacks).
No data is shared to third parties. No data is shared to third parties.
Adhering to security standards: Adhering to security standards:
- only necessary stuff is exposed to the Internet - there's a firewall
- software is updated and maintenance is done periodically - software is updated and maintenance is done periodically
- passwords are hashed with argon2 - passwords are hashed with argon2
- server is in a closet only I have access to - server is in a closet only I have access to