docs: Replace gitlab references
This commit is contained in:
parent
d81a2b2f2a
commit
0069d6c2a2
9 changed files with 15 additions and 477 deletions
|
|
@ -1,9 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="7; url='https://gitlab.com/famedly/fluffychat/-/blob/main/PRIVACY.md'" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Please follow <a href="https://gitlab.com/famedly/fluffychat/-/blob/main/PRIVACY.md">this link</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
# How to create your own FluffyChat fork
|
||||
|
||||
## 1. License
|
||||
FluffyChat is licensed under AGPL. Read the license
|
||||
(https://gitlab.com/ChristianPauly/fluffychat-flutter/-/blob/main/LICENSE) and
|
||||
make sure that your fork is open source under the same license and that you
|
||||
fulfill all requirements. Maybe you should consider contacting a lawyer **before**
|
||||
you publish your fork.
|
||||
|
||||
## 2. Disable end-to-end encryption!
|
||||
Due to US export regulations you are not allowed to publish your app in
|
||||
a store or anywhere on a US server before you have removed everything regarding
|
||||
the encryption or fulfill the regulations.
|
||||
|
||||
Learn more:
|
||||
https://www.bis.doc.gov/index.php/policy-guidance/encryption
|
||||
|
||||
If you need help from us with using E2EE in your fork read more below under the
|
||||
topic "**Official Support**".
|
||||
|
||||
## 3. Stay up to date!
|
||||
FluffyChat contains security related stuff. If we find a security bug, we will
|
||||
try to fix it as soon as possible and ship it with a new version. But this
|
||||
means that your fork is out of date and a security risk. You can't be awake
|
||||
24 hours a day so you must decide how you protect your users by chosing one
|
||||
of the following methods:
|
||||
|
||||
1. Make your fork as minimal as possible and enable repository mirroring. Set
|
||||
up a CI which publishes new versions automatically if FluffyChat publishes a
|
||||
bug fix.
|
||||
2. Never sleep and pay a big team where one guy at least is never sleeping.
|
||||
3. Contact [famedly.com](https://famedly.com) to buy official support.
|
||||
|
||||
## 4. Official Support
|
||||
FluffyChat is free as in free speech and not free beer! Please contact
|
||||
my company [famedly.com](https://famedly.com) for offers and official support
|
||||
and take in mind that it costs a lot of work and time to maintain FluffyChat
|
||||
or the Famedly Matrix SDK. So we can't give you support for free. So please
|
||||
expect around 1$ per month per user of your fork.
|
||||
|
|
@ -90,20 +90,20 @@
|
|||
<!--Footer-->
|
||||
<div class="w-full text-sm text-center max-w-lg">
|
||||
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
|
||||
href="https://gitlab.com/famedly/fluffychat">Source
|
||||
href="https://github.com/krille-chan/fluffychat">Source
|
||||
code</a>
|
||||
-
|
||||
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
|
||||
href="https://gitlab.com/famedly/fluffychat/-/blob/main/PRIVACY.md">Privacy</a>
|
||||
href="https://github.com/krille-chan/fluffychat/-/blob/main/PRIVACY.md">Privacy</a>
|
||||
-
|
||||
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
|
||||
href="https://gitlab.com/famedly/fluffychat/-/blob/main/CHANGELOG.md">Changelog</a>
|
||||
href="https://github.com/krille-chan/fluffychat/-/blob/main/CHANGELOG.md">Changelog</a>
|
||||
-
|
||||
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
|
||||
href="https://hosted.weblate.org/projects/fluffychat/">Translations</a>
|
||||
-
|
||||
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
|
||||
href="https://gitlab.com/famedly/fluffychat/-/blob/main/docs/fdroid_repo.md">FluffyChat F-Droid
|
||||
href="https://github.com/krille-chan/fluffychat/-/blob/main/docs/fdroid_repo.md">FluffyChat F-Droid
|
||||
repository</a>
|
||||
-
|
||||
<a class="text-slate-700 dark:text-slate-200 no-underline hover:text-purple-800"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue