<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology Archives - Ellis Island</title>
	<atom:link href="https://jellis.co.uk/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://jellis.co.uk/category/technology/</link>
	<description>No man is an island. I am, however, a happy peninsula.</description>
	<lastBuildDate>Sat, 02 May 2026 10:10:47 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://jellis.co.uk/wp-content/uploads/2024/06/cropped-Screenshot-2024-06-18-at-10.23.19-1-32x32.png</url>
	<title>Technology Archives - Ellis Island</title>
	<link>https://jellis.co.uk/category/technology/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186244971</site>	<item>
		<title>GoToSocial on a Raspberry Pi B+</title>
		<link>https://jellis.co.uk/gotosocial-on-a-raspberry-pi-b/</link>
					<comments>https://jellis.co.uk/gotosocial-on-a-raspberry-pi-b/#respond</comments>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Sat, 30 Aug 2025 10:56:11 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">https://jellis.co.uk/?p=193</guid>

					<description><![CDATA[<p>I&#8217;ve recently gone through the installation and config of GoToSocial on a Raspberry Pi running in my office and thought I&#8217;d write a quick post to remind me of stuff and maybe others will find it useful too. First of all, after buying a Raspberry Pi OS image to the SD card, I followed the [&#8230;]</p>
<p>The post <a href="https://jellis.co.uk/gotosocial-on-a-raspberry-pi-b/">GoToSocial on a Raspberry Pi B+</a> appeared first on <a href="https://jellis.co.uk">Ellis Island</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>I&#8217;ve recently gone through the installation and config of GoToSocial on a Raspberry Pi running in my office and thought I&#8217;d write a quick post to remind me of stuff and maybe others will find it useful too.</p>



<p>First of all, after buying a Raspberry Pi OS image to the SD card, I followed the <a href="https://docs.gotosocial.org/en/latest/getting_started/installation/">documentation</a> &#8211; nothing outrageous here, just followed it through and made all changes as recommended. The only thing I tweaked was media size limits (including local emoticons) as I have a large 1TB SSD to play with so wasn&#8217;t too bothered about limiting sizes. Oh and despite the documentation stating otherwise, I changed the default database from Postgress to Sqlite.</p>



<p>The location of the hierarchy &#8216;gotosocial&#8217; I put on the external drive for obvious reasons.</p>



<p>After installation (basically just downloading the binary from the address in the documentation) I started the service up and it just worked!</p>



<figure class="wp-block-image size-large is-resized"><img fetchpriority="high" decoding="async" width="1024" height="768" src="https://jellis.co.uk/wp-content/uploads/2025/08/IMG_7478-1024x768.jpeg" alt="" class="wp-image-196" style="width:489px;height:auto" srcset="https://jellis.co.uk/wp-content/uploads/2025/08/IMG_7478-1024x768.jpeg 1024w, https://jellis.co.uk/wp-content/uploads/2025/08/IMG_7478-300x225.jpeg 300w, https://jellis.co.uk/wp-content/uploads/2025/08/IMG_7478-768x576.jpeg 768w, https://jellis.co.uk/wp-content/uploads/2025/08/IMG_7478-1536x1152.jpeg 1536w, https://jellis.co.uk/wp-content/uploads/2025/08/IMG_7478-2048x1536.jpeg 2048w, https://jellis.co.uk/wp-content/uploads/2025/08/IMG_7478-850x638.jpeg 850w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Dynamic DNS</h2>



<p>I had at first just added an A Record for the subdomain to point to my router&#8217;s external address, just to get things working. I have now enabled the ASUS DDNS service and pointed a CNAME record to my new DDNS domain. That was surprisingly easy and works well.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="764" height="311" src="https://jellis.co.uk/wp-content/uploads/2025/08/image.png" alt="" class="wp-image-194" srcset="https://jellis.co.uk/wp-content/uploads/2025/08/image.png 764w, https://jellis.co.uk/wp-content/uploads/2025/08/image-300x122.png 300w" sizes="(max-width: 764px) 100vw, 764px" /></figure>



<h2 class="wp-block-heading">Port Forwarding</h2>



<p>Also, of course, I needed to add port forwarding from the router to the Pi ports, ensuring the firewall was ON! And of course this requires a static LAN IP set for the Pi itself.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="763" height="243" src="https://jellis.co.uk/wp-content/uploads/2025/08/image-1.png" alt="" class="wp-image-195" srcset="https://jellis.co.uk/wp-content/uploads/2025/08/image-1.png 763w, https://jellis.co.uk/wp-content/uploads/2025/08/image-1-300x96.png 300w" sizes="(max-width: 763px) 100vw, 763px" /></figure>



<h2 class="wp-block-heading">Backup &amp; Restore</h2>



<p>After playing around with it for a couple of days, the next step is making sure backups are working and recoverable.</p>



<p>By far the simplest way to back up is to stop the service, and then compress all files and copy them to a backup location. Something like:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="488" height="135" src="https://jellis.co.uk/wp-content/uploads/2025/08/image-2.png" alt="" class="wp-image-198" srcset="https://jellis.co.uk/wp-content/uploads/2025/08/image-2.png 488w, https://jellis.co.uk/wp-content/uploads/2025/08/image-2-300x83.png 300w" sizes="auto, (max-width: 488px) 100vw, 488px" /></figure>



<p>In theory then a restore would simply be a case of expanding the file to the correct location. I may at some stage get another cheap Raspberry Pi to test the restore process.</p>



<p>I&#8217;ll have to play around a bit more with this and create a way of moving the file offsite and into the cloud, but for now this is working ok. </p>



<p>Next steps, tweaks and improvements will appear here over the coming days/weeks&#8230;</p>
<p>The post <a href="https://jellis.co.uk/gotosocial-on-a-raspberry-pi-b/">GoToSocial on a Raspberry Pi B+</a> appeared first on <a href="https://jellis.co.uk">Ellis Island</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jellis.co.uk/gotosocial-on-a-raspberry-pi-b/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">193</post-id>	</item>
	</channel>
</rss>
