forked from ProjectSegfault/website
remove pubnix related stuff
This commit is contained in:
parent
50ea76f42d
commit
9f30d4b506
@ -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>
|
|
@ -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.
|
|
Loading…
Reference in New Issue
Block a user