Changed focus, added more FAQ

This commit is contained in:
Ubergeek 2019-01-25 15:10:12 +00:00
parent e2138601a9
commit 3718beb9a3
5 changed files with 20 additions and 15 deletions

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="thunix Shell Provider and Web Host & thunix Phoenix Project">
<meta name="description" content="thunix Phoenix Project">
<meta name="keywords" content="thunix,Shell,Provider,And,Web,Host,Phoenix,UNIX,Linux,HTML,CSS,XML,JavaScript,Gnu,Ubuntu,Debian,Arch,Mirrors,Mirror,Forums,Tildeverse">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="/site.css" rel="stylesheet" type="text/css" media="all">
<link href="/favicon.png" rel="icon">
<link href="/favicon.png" rel="icon">

View File

@ -1,12 +1,12 @@
<?php include 'HEADER.php'; ?>
<title>Donations - thunix Shell Provider and Web Host</title>
<title>Donations - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
<p>Shell Provider and Web Host</p>
<p>thunix Community</p>
</div>
</div>
<div id="page">
@ -26,4 +26,4 @@
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>
<?php include 'FOOTER.php'; ?>

11
faq.php
View File

@ -1,12 +1,12 @@
<?php include 'HEADER.php';?>
<title>Frequently Asked Questions - thunix Shell Provider and Web Host<</title>
<title>Frequently Asked Questions - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
<p>Shell Provider and Web Host</p>
<p>Community</p>
</div>
</div>
<div id="page">
@ -20,9 +20,14 @@
<p><b style="color: #FF00FF">How do I sign up for an account?</b><br>You can ask in #thunix on tilde.chat, or you can email amcclure (with the instructions on the main page).</p>
<p><b style="color: #FF00FF">Who is running thunix?</b><br>The current system administrators are <a href="/~amcclure">amcclure</a> and <a href="/~ubergeek">ubergeek</a>.</p>
<p><b style="color: #FF00FF">What happened to the old thunix? Why the name change?</b><br>The original machine and founder dissappeared without any warning to anyone, including server staff. For this reason, most things were not backed up, and we needed to obtain a new domain name, and a new set of machines.</p>
<p><b style="color: #FF00FF">I want a new package installed, or I want something changed on Thunix!</b></br>Excellent! We're looking to make this system useful for the community! You can submit a PR or an issue <a href="https://tildegit.org/thunix/ansible">here</a> to request the system change.</p>
<p><b style="color: #FF00FF">Can I get password-based login? Old thunix had it!</b></br>No. Sorry. Not for shell access. For other integrated services, password auth will be enabled, but not for your ssh connection. We use key based authentication, as it's more secure, and more convienent for you, to be honest.</p>
<p><b style="color: #FF00FF">I want to run X server, but I can't seem to access it? </b></br>The only exposed ports to the internet are services as defined in our ansible playbook. If there is a public service you want to see, open an issue, or do a pull request for it, and we'll probably enable it without much question.</p>
<p><b style="color: #FF00FF">That's too hard! Can you just open the port up for this service I have running?</b></br>No. Due to security issues, we cannot. HOWEVER! You can certainly use an <a href="https://duckduckgo.com/?q=ssh+tunnnel">SSH tunnel</a> to access it.</p>
<p><b style="color: #FF00FF">Old thunix did X, and now it doesn't. Make it work like it used to!</b></br>There was a huge changeover. Maybe we can get something going old thunix had, and maybe not. You can mention it in the IRC channel, and we'll see what we can do.</p>
</div>
</div>
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php';?>
<?php include 'FOOTER.php';?>

View File

@ -1,5 +1,5 @@
<?php include 'HEADER.php'; ?>
<title>Welcome to thunix Shell Provider and Web Host</title>
<title>Welcome to thunix Community</title>
</head>
<body>
<div id="top">
@ -14,17 +14,17 @@
<div id="page-bgbtm">
<div id="content">
<div class="post">
<h2 class="title">Welcome to thunix Shell Provider and Web Host</h2>
<h2 class="title">Welcome to thunix Shell Commnunity</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>We're so glad you could drop by and we hope you enjoy your visit. Stay a while! Feel free to inquire about what we have to offer and explore our services.</p>
</div>
</div>
<div class="post">
<h2 class="title">About thunix Shell Provider and Web Host</h2>
<h2 class="title">About thunix Community</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<p>thunix offers Secure Shell (SSH) accounts, Web Hosting, Email Accounts, and many other services. It was founded by hexhaxtron in the Summer of 2017, and was continued by <a href="/~amcclure">amcclure</a> and <a href="/~ubergeek">ubergeek</a> since 2018. We aim to provide the best service possible with a wide variety of features, and we hope you have fun with it!</p>
<p>thunix offers Secure Shell (SSH) accounts, Web Hosting, Email Accounts, and many other services. But, most of all, we are a community of users. It was founded by hexhaxtron in the Summer of 2017, and was continued by <a href="/~amcclure">amcclure</a> and <a href="/~ubergeek">ubergeek</a> since 2018. We aim to provide the best service possible with a wide variety of features, and we hope you have fun with it!</p>
</div>
</div>
<div class="post">
@ -61,4 +61,4 @@
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>
<?php include 'FOOTER.php'; ?>

View File

@ -1,5 +1,5 @@
<?php include 'HEADER.php'; ?>
<title>Terms of Service - thunix Shell Provider and Web Host</title>
<title>Terms of Service - thunix Community</title>
</head>
<body>
<div id="top">
@ -38,4 +38,4 @@
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>
<?php include 'FOOTER.php'; ?>