aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/aup/+page.svelte
blob: 66601ae460fdb4a72c8f490ef6af348a37a944fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<svelte:head>
  <title>Crunched - Acceptable Use Policy</title>
</svelte:head>

<article>
  <h1 class="text-3xl">Crunched - Acceptable Use Policy</h1>
  <p>
    The Neobot Verein does our best to provide rules limited to preserving our
    morality, integrity, reliability and legality of our services.<br />
    We kindly request you follow the following rules:
  </p>
  <ol class="pl-4 list-decimal">
    <li>Be nice. Be sensible.</li>
    <li>No pornography involving minors - real or fictional.</li>
    <li>No crypto mining, please.</li>
    <li>
      No training LLMs. Only run them if their resource usage over time is
      similar to any other server we'd see.
    </li>
    <li>
      No hosting black-hat phishing sites or command and control (C&C) servers.
      No launching (D)DoS attacks from our infrastructure. No outgoing spam.
    </li>
    <li>
      No Tor Exit Nodes/Open Proxies/i2p Outproxies. Sorry, we don't want the
      feds knocking on our door.
    </li>
    <li>Make an attempt to not have the server wide open for any attacker.</li>
    <li>
      Be reasonable with resource usage. We don't want to start needing to limit
      network interfaces.
    </li>
    <li>
      Try not to get <a
        href="https://www.init7.net/de/kleingedrucktes/gtc-init7-2024.pdf"
        target="_blank"
        rel="noopener noreferrer">init7</a
      >
      to contact us about your use of our services.
      <span class="opacity-70 text-sm">(Link goes to their ToS)</span>
    </li>
    <li>
      Follow regional laws in Zurich, Switzerland - atleast in regards to the
      contents hosted here.<br />
      We dislike the feds knocking on our door just as much as anyone else.
    </li>
  </ol>
  <p class="mt-2">
    Tl;dr: Abide by the same general rules any other provider provides. Try not
    to violate regional laws in Zurich, Switzerland.
  </p>
  <h2 class="text-2xl mt-4">Excessive Resource Use Policy</h2>
  <p>
    In case of excessive resource use, we will try to inform you prior to taking
    action. However, if the resource use severely affects other users, or the
    server's operations as a whole, we may take actions without prior notice.
  </p>
  <h2 class="text-2xl mt-4">UGC</h2>
  <p>
    If you allow user-generated content, you should really try to make sure you
    moderate it so illegal material is removed before any complaints reach us.
  </p>
  <p class="mt-2">
    If you clearly state that your site hosts user-generated content, law
    enforcement and child-protection agencies will typically contact you first
    rather than contacting us, so ensure you put easily-accessible contact
    information.
  </p>
  <h2 class="text-2xl mt-4">The Legal Stuff</h2>
  <p>
    We can stop providing our services to you, both temporarily and permanently,
    both with or without notice (at our discression) - however we will try to
    reserve this as a last-resort; see below.
  </p>
  <h2 class="text-2xl mt-4">The Best-Effort Attempt</h2>
  <p>
    We can ask you to stop doing whatever on your server for whatever reason. We
    may stop your server(s) without notice. If illegal, we may remove data
    without notice (although we try not to).<br />
    If no cooperation within a reasonable time-frame is achieved, we may remove data.
    It is your responsibility to provide us with contact information we will reasonably
    be able to find (an email you regularly check on your Keycloak is sufficient).<br
    />
    We try, where possible and reasonable, to provide you with enough time to move
    away, when the reasoning for discontinued service isn't legality based nor extreme.
    If you really care, however, as per anything one cares about:
    <b>keep backups.</b>
  </p>
  <h2 class="text-2xl mt-4">Contact</h2>
  <p>
    As a user, due to the invite-only nature of this service, if you have
    questions regarding the AUP, please just contact the creature that sent you
    here. Only admins can generate invites, as of now.
  </p>
  <p class="mt-2">
    Are you a law enforcement agency and need contact with us? Contact us at <br
    /><span class="text-sm p-1 bg-black/10">law-enforcement</span>[at]<span
      class="text-sm p-1 bg-black/10">neobot</span
    >[dot]<span class="text-sm p-1 bg-black/10">systems</span>.<br />
    Note that if you are requesting user data, unless we are legally obliged to,
    we are very likely to deny any requests user data.
  </p>
  <p class="mt-2">
    Additionally, note that default installations of VMs are full-disk
    encrypted, meaning this data may not be useful. We also don't try to collect
    more data than needed for our own operations.
  </p>
</article>