You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
192 lines
8.9 KiB
192 lines
8.9 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<!--
|
|
# ______ __ _
|
|
# / ____/_ __/ /_ (_)__ ________ ______ _____ _____
|
|
# / / / / / / __ \/ / _ \/ ___/ _ \/ ___/ | / / _ \/ ___/
|
|
# / /___/ /_/ / /_/ / / __(__ ) __/ / | |/ / __/ /
|
|
# \____/\__,_/_.___/_/\___/____/\___/_/ |___/\___/_/
|
|
#
|
|
# Cubieserver.de
|
|
# Written by Jack Henschel
|
|
# 2015-2016
|
|
-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Cubieserver.de</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="main.css">
|
|
<script src="//use.edgefonts.net/cabin.js"></script>
|
|
<script src="main.js"></script>
|
|
<link type="text/css" rel="stylesheet" media="screen" href="conversejs/css/theme.css" />
|
|
<link type="text/css" rel="stylesheet" media="screen" href="conversejs/css/converse.min.css" />
|
|
<script src="conversejs/builds/converse.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<a href="https://cubieserver.de" class="link_header">
|
|
<div class="align_left">
|
|
<img id="cubieserver_logo" src="images/Cubieserver-Logo.gif" alt="Cubieserver Logo">
|
|
<div id="cubieserver_name">Cubieserver.de</div>
|
|
</div>
|
|
</a>
|
|
<div class="align_right">
|
|
<a href="#about" class="link_header">
|
|
<div class="header_block">About</div>
|
|
</a>
|
|
<a href="#news" class="link_header">
|
|
<div class="header_block">News</div>
|
|
</a>
|
|
<a href="#software" class="link_header">
|
|
<div class="header_block">Software</div>
|
|
</a>
|
|
<a href="#hardware" class="link_header">
|
|
<div class="header_block">Hardware</div>
|
|
</a>
|
|
<a href="#contact" class="link_header">
|
|
<div class="header_block">Contact</div>
|
|
</a>
|
|
<a href="https://blog.cubieserver.de" class="link_header">
|
|
<div class="header_block">Blog@Cubieserver</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<main>
|
|
<article id="about">
|
|
<h2>What is Cubieserver.de?</h2>
|
|
Cubieserver.de is a very basic server, hosting quite a few different services, including
|
|
a Web server and multiple Chat servers, whilst also acting as a NAS.
|
|
<br>
|
|
The main goal is always to provide as much security and privacy to
|
|
the user as possible.
|
|
<br>
|
|
Visit the <a href="#software-status">Software & Status Section</a>
|
|
to view a list of software running
|
|
Cubieserver. This will also show you the version and its current
|
|
status.
|
|
<br>
|
|
As you will see, Cubieserver.de is only running Free Software. This aspect
|
|
is one of the main components of providing a secure and transparent service.
|
|
<br>
|
|
<br>
|
|
At this point, I (the Administrator and also Creator of this Website)
|
|
would like to thank <a href="https://unsplash.com/">Unsplash.com</a>
|
|
and their Contributors very much for providing these awesome background
|
|
pictures you are seeing every day for <a href="https://unsplash.com/license">free</a>.
|
|
Without them this Website would look a lot more boring.
|
|
<br>
|
|
<section id="web-stack">
|
|
<h3>Web Stack</h3>
|
|
The web-server for the system is <a href="http://nginx.org/en/">Nginx</a>,
|
|
supported by <a href="http://php-fpm.org/">php-fpm</a>
|
|
(for PHP functionality) and <a href="http://www.fastcgi.com">fast-cgi</a> (for Perl functionality).
|
|
These are speed up by <a href="http://www.memcached.org/">Memcached</a> and
|
|
have the ability to use either <a href="https://www.mysql.com/">MySQL</a> or
|
|
<a href="https://sqlite.org/">SQLite</a> as their storage backend.
|
|
</section>
|
|
<!-- <section id="chat-servers">
|
|
<h3> Chat Servers </h3>
|
|
There are two chat-protocols deployed on Cubieserver.de: IRC and XMPP/Jabber.
|
|
Of course, both of them are secured and only accessible with SSL.
|
|
The IRC-Server is <a href="http://ircd-hybrid.org/">ircd-hybrid</a> (Port 6697)
|
|
and the XMPP-Server is <a href="https://prosody.im/">Prosody</a>,
|
|
both can be described as efficient and scalable.
|
|
<br>
|
|
With IRC, there is a specialty: <a href="http://wiki.znc.in/ZNC">ZNC</a> -
|
|
an <a href="https://en.wikipedia.org/wiki/BNC_%28software%29#IRC">IRC Bouncer</a>.
|
|
You can find details on how this works and why it is interesting on our special page
|
|
dedicated to IRC: <a href="https://cubieserver.de/irc/">cubieserver.de/irc</a>.
|
|
</section> -->
|
|
<br>
|
|
<b>Note:</b> You can view the source code for this web page at <a href="https://git.cubieserver.de/Cubieserver/www">git.cubieserver.de/Cubieserver/www</a>.
|
|
<br>
|
|
</article>
|
|
<article id="news">
|
|
<h2>News</h2>
|
|
|
|
<div id="news-loader" class="loading-animation">Getting the latest data <br>
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</div>
|
|
|
|
<noscript>
|
|
It seems you have disabled JavaScript. <br>
|
|
Either enable JavaScript to view this Website properly,
|
|
or go to <a href="./news.json">cubieserver.de/news.json</a> manually.
|
|
</noscript>
|
|
</article>
|
|
<article id="software-status">
|
|
<h2>Software & Status</h2>
|
|
|
|
<div id="software-loader" class="loading-animation">Getting the latest data <br>
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</div>
|
|
|
|
<div id="software_table_wrapper" class="table">
|
|
<div class="table_row caption">
|
|
<div class="table_left width_30">Software</div>
|
|
<div class="table_left width_20">Version</div>
|
|
<div class="table_left width_10">Status</div>
|
|
<div class="table_right width_40">Description</div>
|
|
</div>
|
|
</div>
|
|
<noscript>
|
|
It seems you have disabled JavaScript. <br>
|
|
To view this Website properly (especially this part of the page),
|
|
please enable it.
|
|
</noscript>
|
|
</article>
|
|
<article id="hardware">
|
|
<h2>Hardware</h2>
|
|
<div id="hardware_table_wrapper" class="table">
|
|
<div class="table_row">
|
|
<div class="table_left width_20">Processor</div>
|
|
<div class="table_right width_80">Dual-Core ARM Cortex A7 @ 1GHz (SoC: Allwinner A20)</div>
|
|
</div>
|
|
<div class="table_row">
|
|
<div class="table_left width_20">Architecture</div>
|
|
<div class="table_right width_80">ARMv7l (armhf)</div>
|
|
</div>
|
|
<div class="table_row">
|
|
<div class="table_left width_20">RAM</div>
|
|
<div class="table_right width_80">2GB</div>
|
|
</div>
|
|
<div class="table_row">
|
|
<div class="table_left width_20">Storage</div>
|
|
<div class="table_right width_80">256GB via SATA</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
<article id="contact">
|
|
<h2>Contact</h2>
|
|
This server and site are administered by Jack Henschel.
|
|
<br>
|
|
Have you encountered any problems? Would you like to suggest a service or feature?
|
|
Let me know! <a href="mailto:webmaster@cubieserver.de">webmaster@cubieserver.de</a>
|
|
</article>
|
|
</main>
|
|
<footer>
|
|
</footer>
|
|
</body>
|
|
|
|
<script>
|
|
require(['converse'], function (converse) {
|
|
converse.initialize({
|
|
bosh_service_url: 'https://cubieserver.de:5280/http-bind/',
|
|
keepalive: true,
|
|
message_carbons: true,
|
|
play_sounds: true,
|
|
roster_groups: true,
|
|
show_controlbox_by_default: true,
|
|
allow_registration: false,
|
|
archived_messages_page_size: 100,
|
|
default_domain: 'cubieserver.de',
|
|
domain_placeholder: 'cubieserver.de',
|
|
//websocket_url: 'https://chat.cubieserver.de/websocket/',
|
|
});
|
|
});
|
|
</script>
|
|
</html>
|
|
|