Skip to content

Commit

Permalink
Add a privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Jun 15, 2023
1 parent 1e3cd64 commit 08bbfd9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 9 deletions.
44 changes: 44 additions & 0 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Privacy Policy for Kyoo

Effective Date: 2023-06-15

Thank you for using Kyoo. This Privacy Policy outlines how we collect, use, and protect your personal information when you use our service. We are committed to ensuring the privacy and security of your data. Please read this policy carefully to understand our practices regarding your information.

### 1. Information We Collect:

We collect and store only the email addresses you provide during the registration process. No other personal information is requested or stored.

### 2. Use of Personal Information:

We use your email address solely for the purpose of user authentication and login. We do not use, access, or share your email address with any third parties.

### 3. Data Storage and Security:

All personal information, limited to email addresses, is stored securely on our self-hosted servers. We take appropriate technical and organizational measures to protect against unauthorized access, alteration, disclosure, or destruction of your personal information.

### 4. Data Sharing:

We do not share any personal information, including email addresses, with any third parties. Your data remains confidential and is used only for the purposes stated in this Privacy Policy.

### 5. Account Deletion:

You have the right to delete your Kyoo account at any time. To do so, please click on the `Delete your account` button on the account's menu of the app/website. Upon account deletion, all associated personal information, including your email address, will be permanently and irreversibly removed from our servers.

### 6. Cookies and Tracking Technologies:

Kyoo does not use any cookies or tracking technologies to collect or store user information.

### 7. Legal Basis for Processing:

Our collection and processing of your email address is based on your consent, as it is necessary for the performance of the contract between you and Kyoo.

### 8. Changes to this Privacy Policy:

We may update this Privacy Policy from time to time. Any changes will be posted on this page, and the effective date will be indicated at the top of the policy. Please review this policy periodically for any updates.

### 9. Contact Us:

If you have any questions, concerns, or requests regarding this Privacy Policy or the processing of your personal information, please contact us at https://github.com/zoriya/kyoo/issues.


By using Kyoo, you acknowledge and agree to the practices described in this Privacy Policy.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feel free to open issues or pull requests, all contribution are welcomed.
## Features
- Manage your movies, tv-series & anime
- Download metadata automatically
- Transmux files to make them available on every platform (Transcode coming soon)
- Transmux/Transcode files to make them available on every platform
- Account system with a permission system
- Handle subtitles natively with embedded fonts (ass, subrip or vtt)
- Entirely free and works without internet (when metadata have already been downloaded)
Expand All @@ -26,12 +26,6 @@ Feel free to open issues or pull requests, all contribution are welcomed.
You can see a live demo with copyright-free movies here: [demo.kyoo.moe](https://demo.kyoo.moe).
Thanks to the [blender studio](https://www.blender.org/about/studio/) for providing open-source movies available for all.

## FAQ

### How to delete your account

To delete your account, simply click on your avatar on the app/website and click "Delete your account".

## Screens

![Movie](https://raw.githubusercontent.com/zoriya/kyoo/screens/movie.png)
Expand Down
4 changes: 2 additions & 2 deletions front/packages/primitives/src/themes/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ declare module "yoshiki" {

export type { Theme } from "yoshiki";
export type ThemeBuilder = {
light: Omit<Mode, "contrast"> & { default: Variant };
dark: Omit<Mode, "contrast"> & { default: Variant };
light: Omit<Mode, "contrast" | "mode"> & { default: Variant };
dark: Omit<Mode, "contrast" | "mode"> & { default: Variant };
};

const selectMode = (
Expand Down

0 comments on commit 08bbfd9

Please sign in to comment.