diff options
feat: more aup shit
| -rw-r--r-- | src/routes/aup/+page.svelte | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/routes/aup/+page.svelte b/src/routes/aup/+page.svelte index 767ee2d..e0fb6b9 100644 --- a/src/routes/aup/+page.svelte +++ b/src/routes/aup/+page.svelte @@ -10,6 +10,7 @@ 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> @@ -65,6 +66,26 @@ 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 |