site/_includes/layouts/pages/about/servers.njk
Ruben e90eb3f9f6
All checks were successful
/ build (push) Successful in 4m53s
about page seperation, replace bg with svg
2025-10-27 12:51:40 -05:00

23 lines
No EOL
1.5 KiB
Text

<!-- synth.download servers -->
<article window id="servers">
<div class="header">
<titlebar-icon aria-hidden="true">
<icon-tabler server></icon-tabler>
</titlebar-icon>
<a href="#servers">Servers</a>
<window-controls aria-hidden="true">
<icon-tabler minimize></icon-tabler>
<icon-tabler maximize></icon-tabler>
<close-button aria-hidden="true">
<icon-tabler x></icon-tabler>
</close-button>
</window-controls>
</div>
<window-contents>
<h2 id="servers"><a href="#servers">Servers</a></h2>
<p>The servers that are responsible for housing Synth.Download are proudly hosted and provided by <a href="https://foxgirl.dev">Lua</a>, and are located in Canada. All services on Synth.Download are containerized within Docker containers.</p>
<p>Services are split between two KVM's on two different servers, namely <code>phosphorus</code>, which has more breathing room and handles running our more advanced and heavier services, such as our Fediverse instances, and <code>neptunium</code>, which handles all web traffic and our more lighter services, such as this site you're looking at right now.</p>
<p>Backups are taken nightly and stored off-site.</p>
<p>For those curious about our server configurations and setups, we publicly provide them <a href="https://forged.synth.download/sd/synth.download">at our Git repository</a>.</p>
</window-contents>
</article>