53 lines
2.3 KiB
HTML
53 lines
2.3 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>EveryPizza IM</title>
|
|
<link rel="stylesheet" href="/assets/style.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<pre>
|
|
_
|
|
_____ _____ _ __ _ _ _ __ (_)__________ _
|
|
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
|
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
|
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
|
|___/|_|
|
|
|
|
</pre>
|
|
<div class="nav">
|
|
<a href="/index.xht">HOME</a>
|
|
<a href="/rules.xht">RULES</a>
|
|
<a href="/services.xht">SERVICES</a>
|
|
<a href="/contact.xht">CONTACT</a>
|
|
<a href="/servers.xht" class="current">SERVERS</a>
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<p>
|
|
EveryPizza IM currently has 2 different servers: a Dell Optiplex 9020, hosting most of the things
|
|
and a Rasberry Pi 4 with 4GB RAM hosting a private Jellyfin. Soon, the Pi will (hopefully) start hosting
|
|
some simple PHP apps. The Dell server has an i5-4590, 16GB RAM, and a 230GB main SSD. Eventually, we'll
|
|
get a large hard drive for storing media and such. The Pi is operating on a 128GB SD card.
|
|
</p>
|
|
<p>
|
|
For operating systems, the Optiplex is running Arch Linux, so that the server can get the latest packages
|
|
as fast as possible. As there's not many good rolling release distros that work on the Pi, the Pi is running
|
|
Rasberry Pi OS Lite, essentially Debian with more stuff preinstalled. Both servers use Caddy as their webserver,
|
|
although hopefully they can be migrated to something that uses less resources, like Nginx, in the future. (We
|
|
have plans to start making Nginx listen on a seperate port, and reverse proxy it through Caddy while rewriting
|
|
configuration files for it.)
|
|
</p>
|
|
</div>
|
|
<div class="footer">
|
|
<p>
|
|
This design is <del>stolen from</del> inspired by Midgard, on
|
|
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|