onFOSS.org/resources.html

80 lines
4.9 KiB
HTML

---
layout: default
nav_pill: resources
---
<h1>Resources</h1>
<h2>Game server</h2>
<p>
During an event we have one single server hosting all of the <a href="#games">games
listed</a>. Even games that are not in the schedule will have servers running to
facilitate free play. System requirements are very low. You'll only need 2GB of memory, 2 CPU cores, and 30 GB of disk space.
</p>
<p>
Code for setting up this game server is available at
<a target="_blank" href="https://git.libregaming.org/onFOSS/Gameserver">git.libregaming.org</a>
and is licensed under the AGPLv3 or later, meaning you are free to use and modify
the code as long as you make the modifications available.
</p>
<p>
The deploy script is intended to run on a clean Debian virtual machine. Further
instructions are available on the git page but feel free to ask questions of course!
</p>
<h2>Become a host</h2>
<p>
If you wish to host an event then that is great! We encourage anyone to do so. Please get in contact with us to get your event listed in the schedule and we can advertise.
<p>
If you want to run games that are not already in the list, make sure that they are open source so to stay in the spirit on onFOSS.
</p>
<p>
There is a <a target="_blank" href="https://git.libregaming.org/onFOSS/HowToHost/src/branch/main/HowToHost.md">HowToHost</a> document with detailed description how to host a event available.
</p>
<h2 id="games">Games</h2>
<p>Here is a list of Games that are tested and also in the <a target="_blank" href="https://git.libregaming.org/onFOSS/Gameserver">gameserver script</a>. To include a game to onFOSS it has to be hostable as a dedicated server and should include binaries for Linux, Windows and MacOS. See also the <a href="help.html">Help</a> section for more information about the games.</p>
<table class="table">
<tbody>
{% assign sorted_games = site.data.games | sort: "title" %}
{% for game in sorted_games %}
<tr>
<td><a href="help_{{ game.name }}.html"><img src="assets/img/{{ game.name }}.png" height="64" alt="Tiny screenshot of {{ game.title }}"></a></td>
<td>{{ game.title }}</td>
<td>
{{ game.description }}
{% if game.warning %}
<br><mark>Warning:</mark> {{ game.warning }}
{% endif %}
</td>
<td><a href="help_{{ game.name }}.html" class="link-secondary">More info</a></td>
</tr>
{% endfor %}
</tbody>
</table>
<h2 id="media">Media</h2>
<p>All assets we made for onFOSS and the game server are freely available under a CC0 (public domain) license.</p>
<h3 id="logos">Logos</h3>
<ul>
<li>Catable-Icon: <a href="/assets/img/catable-icon.zip" download>catable-icon.zip</a></li>
<li>onFOSS-Banner: <a href="/assets/img/onfoss-banner.zip" download>onfoss-banner.zip</a></li>
<li>onFOSS-Square: <a href="/assets/img/onfoss-logo-square.zip" download>onfoss-logo-square.zip</a></li>
<li>onFOSS-Stickers: <a href="/assets/img/onfoss-sticker.zip" download>onfoss-sticker.zip</a></li>
</ul>
<h3 id="flyer">Flyer</h3>
<ul>
<li>2023-09-23: <a href="/assets/img/flyer/flyer-20230923.svg" download>SVG</a> <a href="/assets/img/flyer/flyer-20230923.png" download>PNG</a></li>
<li>2024-02-17: <a href="/assets/img/flyer/flyer-20240217.svg" download>SVG</a> <a href="/assets/img/flyer/flyer-20240217.png" download>PNG</a></li>
</ul>
<h3 id="font">Font</h3>
<p>We use the <a target="_blank" href="https://design.ubuntu.com/font">"Ubuntu Monospace"</a>-font for everything. If you want to work with our SVG-resources you have to install it on your system.</p>
<h3 id="color">Color</h3>
<p>These are our main colors: #43543F #81BB27 #C8C8C8 #3F3F3E</p>
<p><img src="/assets/img/colors.png" alt="onFOSS Colors"></p>
<h3 id="music">Music</h3>
<p>There is <a target="_blank" href="https://cloud.hribhrib.at/index.php/s/Zoa2H3sHPsbYydm">music</a> to use all around onFOSS by hribhrib.</p>
<h2 id="history">History</h2>
<p>
You can just look into the posts for newer events, there is also an effort to accumulate every events <a href="/schedule.html">here</a>.
</p>
<h2 id="finances">Finances</h2>
<p>
You can find a list of running costs, outgoing and incoming donations <a href="/finances.html">here</a>.
</p>