Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Those are the versions in which we accept vulnerability reports.
|----------------|-----------|
| master | ✔ |
| latest release | ✔ |
| < 5.0 | &#10005; |
| < 6.0 | &#10005; |

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

Expand Down
1 change: 1 addition & 0 deletions src/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const footerData = {
secondaryLinks: [
{ text: 'License', href: getPermalink('/license') },
{ text: 'Release Notes', href: getPermalink('/docs/releases.html') },
{ text: 'Privacy Policy', href: getPermalink('/privacy-policy') },
],
socialLinks: [
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
Expand Down
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ const metadata = {

<Stats
stats={[
{ title: 'Downloads', amount: '25K' },
{ title: 'Stars', amount: '3.3K' },
{ title: 'Forks', amount: '297' },
{ title: 'Docker pulls', amount: '3.4M' },
{ title: 'Downloads', amount: '32K' },
{ title: 'Stars', amount: '3.8K' },
{ title: 'Forks', amount: '340' },
{ title: 'Docker pulls', amount: '3.6M' },
]}
/>

Expand Down
21 changes: 21 additions & 0 deletions src/pages/privacy-policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: 'Privacy Policy'
layout: '~/layouts/MarkdownLayout.astro'
---

### Privacy Policy

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.

#### On LycheeOrg and pr.lycheeorg.dev

- LycheeOrg does not collect any personal data from its users.
- LycheeOrg does not use cookies or any other tracking technologies.
- LycheeOrg does not share any data with third parties.
- LycheeOrg does not store any data on its servers.

#### On weblate.lycheeorg.dev

Weblate is used to translate Lychee. It is a third-party service that is self-hosted by us.
To the best of our knowledge, Weblate does not collect any personal data from its users aside from their mail address
Comment thread
ildyria marked this conversation as resolved.
Outdated
which is required to create an account. Cookies are used to authenticate users and to store their preferences.