mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
add terms and privacy
This commit is contained in:
parent
0e4a228f1b
commit
a682ade1d3
3 changed files with 235 additions and 0 deletions
|
@ -3,6 +3,8 @@ import { GenericLoadingTemplate } from '@roleypoly/design-system/templates/gener
|
|||
import * as React from 'react';
|
||||
import AuthLogin from '../pages/auth/login';
|
||||
import ErrorPage from '../pages/error';
|
||||
import PrivacyPage from '../pages/help/privacy';
|
||||
import TermsPage from '../pages/help/terms';
|
||||
import LandingPage from '../pages/landing';
|
||||
import PickerPage from '../pages/picker';
|
||||
|
||||
|
@ -54,6 +56,8 @@ export const AppRouter = () => {
|
|||
<RouteWrapper component={DevToolsSessionDebug} path="/x/dev-tools/session-debug" />
|
||||
|
||||
<RouteWrapper component={WhyNoRoles} path="/help/why-no-roles" />
|
||||
<RouteWrapper component={TermsPage} path="/help/terms" />
|
||||
<RouteWrapper component={PrivacyPage} path="/help/privacy" />
|
||||
|
||||
<RouteWrapper component={ErrorPage} default identity={404} />
|
||||
</Router>
|
||||
|
|
155
packages/web/src/pages/help/privacy.tsx
Normal file
155
packages/web/src/pages/help/privacy.tsx
Normal file
|
@ -0,0 +1,155 @@
|
|||
import { HelpPageTemplate } from '@roleypoly/design-system/templates/help-page';
|
||||
import { useAppShellProps } from '../../contexts/app-shell/AppShellContext';
|
||||
import { Title } from '../../utils/metaTitle';
|
||||
|
||||
const PrivacyPage = () => {
|
||||
const appShellProps = useAppShellProps();
|
||||
|
||||
return (
|
||||
<>
|
||||
<Title title="Privacy Policy - Roleypoly Help" />
|
||||
<HelpPageTemplate {...appShellProps}>
|
||||
<h1>Privacy Policy</h1>
|
||||
<p>
|
||||
This Privacy Policy describes how your personal information is collected, used,
|
||||
and shared when you visit. This document only applies to https://roleypoly.com
|
||||
and its subdomains. Roleypoly is open source, and could be run on other URLs by
|
||||
third parties. Roleypoly Owners do not represent, protect, or hold warranty to
|
||||
any third party installations of Roleypoly.
|
||||
</p>
|
||||
<h2>Our Promise</h2>
|
||||
<p>
|
||||
We will never sell or share your personal data with anyone for any reason. We
|
||||
hold privacy as a top priority, and will make all efforts to protect your
|
||||
information from authorized or unauthorized third-parties where possible. We
|
||||
truly understand the nature of some of the data we have access to, and could
|
||||
identify you as a protected class of person in unwanted ways. For this reason,
|
||||
we promise to protect your privacy and safety in accordance or better than
|
||||
applicable laws.
|
||||
</p>
|
||||
<p>
|
||||
Our databases and infrastructure are operated by Cloudflare. You can review
|
||||
Cloudflare's Privacy Policy at{' '}
|
||||
<a href="https://www.cloudflare.com/privacypolicy/">
|
||||
https://www.cloudflare.com/privacypolicy/
|
||||
</a>
|
||||
</p>
|
||||
<h2>Personal Information We Collect</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Information you provide.</b> This information is temporarily stored in our
|
||||
databases, and removed upon logging out and/or 6 hours, whichever is sooner.
|
||||
<ul>
|
||||
<li>
|
||||
Your Discord account username and ID, servers you're in, and roles you
|
||||
have within those servers;
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>Information you or your administrator provides.</b> This information is
|
||||
stored securely in our database could include or insinuate demographics of
|
||||
users.
|
||||
<ul>
|
||||
<li>Category names and the role IDs contained within category data;</li>
|
||||
<li>Server messages provided to users;</li>
|
||||
<li>Other server-specific configurations;</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>Information we collect automatically.</b> This information is stored within
|
||||
Cloudflare's network.
|
||||
<ul>
|
||||
<li>
|
||||
Your IP address, browser type, and operating system, and other similar
|
||||
information;
|
||||
</li>
|
||||
<li>
|
||||
The pages you visit on our Site and the time spent on those pages, and
|
||||
other similar information;
|
||||
</li>
|
||||
<li>
|
||||
Cloudflare abuse prevention techniques such as IP reputation, rate
|
||||
limiting, and bot detection, which could personally identify you to
|
||||
Cloudflare;
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>Cookies</b> to keep you logged in to the dashboard.
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Users under the age of 13</h2>
|
||||
<p>
|
||||
Roleypoly is not intended for use by children under the age of 13. If you are
|
||||
under the age of 13, do not use Roleypoly. If we learn that we have collected
|
||||
personal information from a child under the age of 13, we will delete that
|
||||
information as quickly as possible. If you believe that we might have any
|
||||
information from or about a child under the age of 13, please contact us at{' '}
|
||||
<a href="mailto:hello@roleypoly.com">hello@roleypoly.com</a>.
|
||||
</p>
|
||||
<p>
|
||||
This policy is in alignment with Discord's own Terms of Service and Privacy
|
||||
Policy.
|
||||
</p>
|
||||
<h2>"Do Not Track" requests</h2>
|
||||
<p>
|
||||
Our first-party systems do not oblige Do Not Track requests, and will operate in
|
||||
accordance with this Privacy Policy regardless.
|
||||
</p>
|
||||
<h2>Data retention and processing</h2>
|
||||
<p>
|
||||
We retain your personal data for at most 6 hours, and is removed upon logging
|
||||
out, whichever is sooner.
|
||||
</p>
|
||||
<p>
|
||||
Roleypoly is based in the United States, and data is collected and processed
|
||||
within or nearby to the country you reside in. We do not back up personally
|
||||
identifiable information.
|
||||
</p>
|
||||
<h2>Rights to your data</h2>
|
||||
<p>
|
||||
Individuals in California, the European Economic Area, Canada, Costa Rica, and
|
||||
other other jurisdictions have certain legal rights to obtain confirmation of
|
||||
whether we hold personal data about them, to access personal data we hold about
|
||||
them (including, in some cases, in portable form), and to obtain its correction,
|
||||
update, amendment or deletion in appropriate circumstances. They may also object
|
||||
to our uses or disclosures of personal data, to request a restriction on its
|
||||
processing, or withdraw any consent, though such actions typically will not have
|
||||
retroactive effect. They also will not affect our ability to continue processing
|
||||
data in lawful ways.
|
||||
</p>
|
||||
<p>
|
||||
In addition, Roleypoly will respect your right to control your data, regardless
|
||||
of your jurisdiction.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>How can I access data you have about me?</b> Please send a request to our
|
||||
Discord server, and operators will share this data to you in Javascript Object
|
||||
Notation (JSON) format.
|
||||
</li>
|
||||
<li>
|
||||
<b>
|
||||
How do I correct, update, amend, or delete the personal data you have about
|
||||
me?
|
||||
</b>{' '}
|
||||
Upon logging out of the service, all personal data is deleted. We do not offer
|
||||
corrections or updates, you will be required to log out and back in with
|
||||
corrected information.
|
||||
</li>
|
||||
<li>
|
||||
<b>
|
||||
How do I object or restrict the manner in which Roleypoly processes my
|
||||
personal data?
|
||||
</b>{' '}
|
||||
Please raise any concerns over email via{' '}
|
||||
<a href="mailto:hello@roleypoly.com">hello@roleypoly.com</a>.
|
||||
</li>
|
||||
</ul>
|
||||
</HelpPageTemplate>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default PrivacyPage;
|
76
packages/web/src/pages/help/terms.tsx
Normal file
76
packages/web/src/pages/help/terms.tsx
Normal file
|
@ -0,0 +1,76 @@
|
|||
import { HelpPageTemplate } from '@roleypoly/design-system/templates/help-page';
|
||||
import { useAppShellProps } from '../../contexts/app-shell/AppShellContext';
|
||||
import { Title } from '../../utils/metaTitle';
|
||||
|
||||
const TermsPage = () => {
|
||||
const appShellProps = useAppShellProps();
|
||||
|
||||
return (
|
||||
<>
|
||||
<Title title="Terms of Use - Roleypoly Help" />
|
||||
<HelpPageTemplate {...appShellProps}>
|
||||
<h1>Terms of Use</h1>
|
||||
<p>By using Roleypoly, you agree to the following terms of use.</p>
|
||||
<p>
|
||||
"The Service" refers to
|
||||
<ul>
|
||||
<li>
|
||||
Roleypoly.com, including its subdomains and any other website through which
|
||||
the Owner makes its Service available;
|
||||
</li>
|
||||
<li>the Application Programming Interface (API);</li>
|
||||
<li>the Roleypoly Discord Bot;</li>
|
||||
<li>the Roleypoly Discord Community;</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
"The Owner" refers to the person or entity that owns the Service. You may
|
||||
contact the owner via email:{' '}
|
||||
<a href="mailto:hello@roleypoly.com">hello@roleypoly.com</a>
|
||||
</p>
|
||||
<h2>User Content Guidelines</h2>
|
||||
<p>
|
||||
All user-generated content on the Service (which directly includes category
|
||||
names and server messages, and any linked content within them) must follow
|
||||
applicable laws of the United States of America. Content found in violation will
|
||||
result in permanent exclusion from the platform.
|
||||
</p>
|
||||
<h3>Content Restrictions</h3>
|
||||
<ul>
|
||||
<li>
|
||||
disseminating or publishing content that is unlawful, obscene, illegitimate,
|
||||
libelous or inappropriate;
|
||||
</li>
|
||||
<li>
|
||||
publishing any content that promotes, either directly or indirectly, hate,
|
||||
racism, discrimination, pornography, violence;
|
||||
</li>
|
||||
<li>
|
||||
disseminating or publishing any content that is false or may create
|
||||
unjustified alarm;
|
||||
</li>
|
||||
<li>
|
||||
using this Service to publish, disseminate or otherwise provide content
|
||||
protected by intellectual property laws, including but not limited to patent,
|
||||
trademark or copyright law, unlawfully and without the legitimate
|
||||
right-holder's consent;
|
||||
</li>
|
||||
<li>
|
||||
using this Service to publish, disseminate or otherwise make available any
|
||||
other content which infringes on any third-party rights, including but not
|
||||
limited to state, military, trade or professional secrets and personal data;
|
||||
</li>
|
||||
<li>
|
||||
publishing any content or carrying out any activity that disrupts, interrupts,
|
||||
harms, or otherwise violates the integrity of this Website or another User's
|
||||
experience or devices. Such activities include: spamming, distributing
|
||||
unauthorized advertisements, phishing, defrauding others, spreading malware or
|
||||
viruses etc.;
|
||||
</li>
|
||||
</ul>
|
||||
</HelpPageTemplate>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default TermsPage;
|
Loading…
Add table
Reference in a new issue