<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Services on Personal Projects</title><link>/docs/</link><description>Recent content in Services on Personal Projects</description><generator>Hugo</generator><language>en-us</language><atom:link href="/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Mumble</title><link>/docs/mumble/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/mumble/</guid><description>&lt;h2 id="mumble"&gt;Mumble&lt;a class="anchor" href="#mumble"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Low-latency voice chat for coordinating in-game (and everything else). Free and
open source, with positional audio - better for gaming than most alternatives.&lt;/p&gt;
&lt;h3 id="connect"&gt;Connect&lt;a class="anchor" href="#connect"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Address&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;cytonicmushroom.ddns.net&lt;/code&gt; (&lt;code&gt;51.81.167.216&lt;/code&gt;)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Port&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;64738&lt;/code&gt; (default)&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Software&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Mumble server (Murmur)&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="how-to-join"&gt;How to join&lt;a class="anchor" href="#how-to-join"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;div class="book-steps" &gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Install the Mumble client&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Grab it from &lt;a href="https://www.mumble.info/downloads/" target="_blank" rel="noopener noreferrer external"&gt;mumble.info&lt;/a&gt;
 - Windows, macOS,
Linux, and mobile are all supported.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Run the audio &amp;amp; certificate wizards&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;On first launch Mumble walks you through microphone setup and generates a personal
certificate. That keeps your identity between sessions - just accept the defaults.&lt;/p&gt;</description></item><item><title>CryptPad</title><link>/docs/cryptpad/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/cryptpad/</guid><description>&lt;h2 id="cryptpad"&gt;CryptPad&lt;a class="anchor" href="#cryptpad"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Self-hosted &lt;strong&gt;CryptPad&lt;/strong&gt; - end-to-end encrypted docs, spreadsheets, slides, and
kanban boards in the browser. Everything encrypts on your machine before it&amp;rsquo;s
sent. The server stores your work but can never read it. Free and open source.&lt;/p&gt;
&lt;h3 id="connect"&gt;Connect&lt;a class="anchor" href="#connect"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Address&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;a href="https://pad.cytonicmushroom.ddns.net" target="_blank" rel="noopener noreferrer external"&gt;pad.cytonicmushroom.ddns.net&lt;/a&gt;
&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Software&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;CryptPad (self-hosted)&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote class='book-hint note'&gt;
&lt;p&gt;Not live yet - still being wired up. Once it is, reach it at the address above.&lt;/p&gt;&lt;/blockquote&gt;&lt;h3 id="accounts--guests"&gt;Accounts &amp;amp; guests&lt;a class="anchor" href="#accounts--guests"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;You can open and edit any document &lt;strong&gt;shared with you by link&lt;/strong&gt; as a guest - no
account needed. An account gets you a home drive that remembers your documents
between sessions. &lt;strong&gt;Registration is invite-only&lt;/strong&gt; - ask the host for an invite.&lt;/p&gt;</description></item><item><title>API</title><link>/docs/api/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/api/</guid><description>&lt;h2 id="api"&gt;API&lt;a class="anchor" href="#api"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A signed HTTP API that controls the box&amp;rsquo;s services. Each service gets its own
path namespace - DayZ lives under &lt;code&gt;/dayz/*&lt;/code&gt;. Every call must be signed. Every
action comes from a fixed allowlist - there is no arbitrary-command path. The
table below is the full set.&lt;/p&gt;
&lt;h3 id="connect"&gt;Connect&lt;a class="anchor" href="#connect"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Address&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;https://api.cytonicmushroom.ddns.net&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Auth&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;HMAC-SHA256 signature on every request&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Access&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;By shared secret - ask the host&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="actions"&gt;Actions&lt;a class="anchor" href="#actions"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Trigger one with &lt;code&gt;POST /dayz/&amp;lt;action&amp;gt;&lt;/code&gt; - grouped actions with
&lt;code&gt;POST /dayz/&amp;lt;group&amp;gt;/&amp;lt;action&amp;gt;&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>