Skip to content

Commit 074f881

Browse files
ildyriad7415
andauthored
Add privacy policy (#210)
Co-authored-by: Martin Stone <[email protected]>
1 parent 1824dc1 commit 074f881

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

docs/contributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Those are the versions in which we accept vulnerability reports.
1919
|----------------|-----------|
2020
| master | &#10004; |
2121
| latest release | &#10004; |
22-
| < 5.0 | &#10005; |
22+
| < 6.0 | &#10005; |
2323

2424
If you discover a security vulnerability within Lychee, please contact us directly on [Discord][2]. All security vulnerabilities will be promptly addressed.
2525

src/navigation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const footerData = {
6565
secondaryLinks: [
6666
{ text: 'License', href: getPermalink('/license') },
6767
{ text: 'Release Notes', href: getPermalink('/docs/releases.html') },
68+
{ text: 'Privacy Policy', href: getPermalink('/privacy-policy') },
6869
],
6970
socialLinks: [
7071
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ const metadata = {
231231

232232
<Stats
233233
stats={[
234-
{ title: 'Downloads', amount: '25K' },
235-
{ title: 'Stars', amount: '3.3K' },
236-
{ title: 'Forks', amount: '297' },
237-
{ title: 'Docker pulls', amount: '3.4M' },
234+
{ title: 'Downloads', amount: '32K' },
235+
{ title: 'Stars', amount: '3.8K' },
236+
{ title: 'Forks', amount: '340' },
237+
{ title: 'Docker pulls', amount: '3.6M' },
238238
]}
239239
/>
240240

src/pages/privacy-policy.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: 'Privacy Policy'
3+
layout: '~/layouts/MarkdownLayout.astro'
4+
---
5+
6+
### Privacy Policy
7+
8+
LycheeOrg is committed to protecting the privacy of its users. This Privacy Policy outlines how we handle personal data and what measures we take to ensure your privacy.
9+
10+
#### On LycheeOrg and pr.lycheeorg.dev
11+
12+
- LycheeOrg does not collect any personal data from its users.
13+
- LycheeOrg does not use cookies or any other tracking technologies.
14+
- LycheeOrg does not share any data with third parties.
15+
- LycheeOrg does not store any data on its servers.
16+
17+
#### On weblate.lycheeorg.dev
18+
19+
Weblate is used to translate Lychee. It is a third-party service that is self-hosted by us.
20+
To the best of our knowledge, the Weblate software does not collect any personal data from its users aside from their email address
21+
which is required to create an account. Cookies are used to authenticate users and to store their preferences.

0 commit comments

Comments
 (0)