Running WriteFreely on Reclaim Cloud

Today I did a quick stream attempting to get WriteFreely working on Reclaim Cloud. WriteFreely is an interesting tool that I wanted to play with, and I was able to get things working with some poking around and help from Tim who was watching and pointed out a bind setting in the config.ini file. More on that below. Things kick off at around 2:51. Basically, I followed the instructions on their install page with a few additions and caveats....

December 29, 2022 · 2 min

Notes on Direct SSH Access to Reclaim Cloud nodes

I recently needed to back up a bunch of files, about 6GB, from a Reclaim Cloud node so here are some notes on how I was able to connect directly to the Node. I like using the Reclaim Cloud SSH Gate for SSH or SFTP access to containers most of the time, but in my case because I had so many files to sync, I wanted to use rsync, which as far as I’m aware won’t work with the SSH Gate....

September 29, 2022 · 2 min

Exploring the new Ghost Installer for Reclaim Cloud!

Today Jim and I did a stream showcasing a new Ghost installer for Reclaim Cloud that should automate a lot of common setup tasks that people run into when using Ghost. I’m really proud of this installer because I’ve put a bunch of time into making this thing really simple to use for folks who don’t have experience with Docker or Reclaim Cloud, but just want to get Ghost up and running quickly....

August 12, 2022 · 1 min

Redirecting HTTP to HTTPS in Reclaim Cloud

This is a quick little post to document something I’ve found handy! A common way to issue a Let’s Encrypt cert and get things to load on Reclaim Cloud over HTTPS is to use an NGINX Load Balancer. Here’s an example environment, one I use to run Foundry Virtual Tabletop: The trick is some applications that you run won’t automatically redirect URLs with HTTP to HTTPS, so you have to manually type HTTPS in your address bar....

July 11, 2022 · 1 min

Peertube 4.2!

PeerTube 4.2 is out, and it has all kinds of features I’m excited about like in-place editing of videos, replays of recurring live streams (basically you can have a permanent Twitch-like URL where you can go live and then have a recording of that livestream automatically available afterward), latency settings for livestreams, and a bunch of other stuff. I wanted to get my PeerTube instance on Reclaim Cloud upgraded, which is a docker-compose setup with the Live Chat plugin enabled, so I stopped the containers, pulled changes, and started the containers again....

June 21, 2022 · 2 min

Embedding and Sharing WebRecorder Archives

I’ve been learning a lot about Webrecorder and specifically Browsertrix Crawler recently as part of a Web Archiving script that I am working on. The goal is to have a tool you could run on Reclaim Cloud (or your local computer using Docker) that you simply give a URL, and it would make a web archive file using Browsertrix Crawler, and a flattened HTML copy of the site using HTTrack....

June 10, 2022 · 1 min

Messing around with Kasm Workspaces on Reclaim Cloud

At the end of the day today I streamed a little bit of me playing around with Kasm Worskpaces on Reclaim Cloud: The tool seems interesting and it has been on my list of things to look into for a little while. It’s basically a self-hostable Desktop-as-a-Service (DaaS), like Citrix or Amazon Appstream, but for Linux Desktops and applications. Also, it has a free version! Under the hood it all runs on Docker, which is how I found out about it....

April 27, 2022 · 1 min

A Tip for Quick SSH Access on Reclaim Cloud

I use SSH to access different environment in Reclaim Cloud a lot, but one thing that I like to do is use a native terminal app (I use iTerm2 on macOS) instead of the Web SSH functionality built in to Jelastic. Web SSH is amazingly convenient, but web-based terminals like this frequently lack some of the features I am used to using in desktop-based terminals like customizable keyboard shortcuts, organization features like tabs and panes1, etc....

April 7, 2022 · 4 min

Customizing the look of Peertube

PeerTube is a really nice self-hostable YouTube alternative that Jim has been using for a bit and introduced me to. I wanted to spin up my own install at video.jadin.me and theme it a bit to fit in with this blog site. The first thing I did was install the dark theme, which I thought would more closely match my blog site as a starting point. You can do this from Administration > Plugins/Themes....

March 17, 2022 · 2 min

Installing Foundry on Reclaim Cloud

I’ve had this post sitting incomplete in my drafts for a long time! Foundry Virtual Tabletop is an excellent, self-hostable virtual tabletop tool. You use it to play tabletop RPGs with other folks over the internet, (check the link above out if you are curious). It is a paid, NodeJS application that you can run on your own computer or on a server. This won’t be a comprehensive tutorial on foundry itself after install, but I want to cover the basics and the Reclaim Cloud specific things that you will need if you don’t want to have to worry about manually starting the foundry application every time you restart a container (foundry’s own install guide doesn’t really cover this)....

March 17, 2022 · 3 min