Homebox has been developed to help people host and build online apps and communities. The software should ideally run on any common computer hardware / operating system, but presently it only supports Linux installed computers.
If you have a spare computer you aren't doing anything with, you could turn it into your own self-hosted internet available web service!
Homebox is designed to be simple and straightforward, and we try hard to make the system accessible to people of all computer experiences. If you're a novice or a computer pro, we hope that Homebox will help to unlock your software app hosting future.
In this very early launch period, Homebox may not be entirely ready for important projects, and not all features are ready to go. If you're a having a hard time figuring out how to use Homebox, we probably screwed up making the tool as easily accessible as we'd hope.
Although this is entirely designed for people of all experience levels, it's very possible that there are still some confusing aspects of Homebox which we could do a better job clarifying. We will eventually include an in-app feedback form, but for the time being, leave any immediate comments to [email protected]
sudo sh -c 'echo " cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1
systemd.unified_cgroup_hierarchy=1" >> /boot/firmware/cmdline.txt'
You must then reboot the Linux computer for these changes to take effect!
curl https://files.finderdirect.org/releases/homebox-ha-0.1.1-x86_64.tar.gz
--output
/tmp/homebox-ha-0.1.1-x86_64.tar.gz; tar zxf /tmp/homebox-ha-0.1.1-x86_64.tar.gz -C
/tmp; sudo
/tmp/homebox-ha-x86_64; rm /tmp/homebox-ha-x86_64; rm
/tmp/homebox-ha-0.1.1-x86_64.tar.gz
curl https://files.finderdirect.org/releases/homebox-ha-0.1.1-aarch64.tar.gz
--output
/tmp/homebox-ha-0.1.1-aarch64.tar.gz; tar zxf /tmp/homebox-ha-0.1.1-aarch64.tar.gz
-C
/tmp; sudo
/tmp/homebox-ha-aarch64; rm /tmp/homebox-ha-aarch64; rm
/tmp/homebox-ha-0.1.1-aarch64.tar.gz