remove pubnix related stuff

This commit is contained in:
Akis 2022-08-24 18:26:56 +03:00
parent 50ea76f42d
commit 9f30d4b506
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
2 changed files with 0 additions and 47 deletions

View File

@ -1,21 +0,0 @@
<script lang="ts">
import { Note, Captcha, Form, Meta, TextArea } from "$lib/Form";
</script>
<Form action="https://segfautils.projectsegfau.lt/api/pubnix" method="POST" id="pubnix-form" >
<Note content="Your IP will be logged for anti-abuse measures." icon="i-fa6-solid:lock" />
<Meta inputType="email" inputPlaceholder="Your email" selectType="actionType">
<option value="" selected disabled>Select a type of action</option>
<option value="Feedback">Sign up</option>
<option value="Suggestion">Delete user account</option>
</Meta>
<input
type="text"
name="sshkey"
class="form-textbox"
placeholder="Your SSH public key"
required
/>
<TextArea id="comment" name="message" placeholder="The reason you want to join the pubnix." />
<Captcha />
</Form>

View File

@ -1,26 +0,0 @@
---
title: Project Segfault Pubnix
description: A public *Nix system for anyone to use.
---
<script lang="ts">
import PubnixForm from "$lib/PubnixForm.svelte";
</script>
# { title }
{ description }
## Signup
<PubnixForm />
## Members
(get members from Pubnix API)
## FAQ
#### What OS does the pubnix run?
It runs NixOS
#### Do you guys allow us to host websites from the pubnix?
Yes! Your website will be available as https://pb.projectsegfau.lt/(username).
#### Can I cryptomine?
No. It is strictly forbidden to mine cryptocurrencies on the pubnix. Doing this will get you immediately banned from using Project Segfault services, as you are utilizing a free service that we provide for your own monetary gain which is disgusting.