importantimport / hatsu

🩵 Self-hosted & Fully-automated ActivityPub Bridge for Static Sites.
https://hatsu.cli.rs
GNU Affero General Public License v3.0
107 stars 2 forks source link

lightweight instance to run on SBC #21

Closed hatonthecat closed 2 months ago

hatonthecat commented 3 months ago

Hi! I saw this instance and thought it would be an interesting bridge for other static sites, such as Hugo. https://solar.lowtechmagazine.com/2023/06/rebuilding-a-solar-powered-website/ Curious as to how well it would work with microformats/JSON/RSS.

I was also curious as to how well it would run as a standalone server for a portable system: https://www.cnx-software.com/2024/03/25/duo-s-risc-v-arm-sbc-features-sophgo-sg2000-soc-ethernet-wifi-6-and-bluetooth-5-connectivity/ I have tested a RockPiS with 256MB RAM, but only installed DietPi so far: https://github.com/hatonthecat/RockPiS?tab=readme-ov-file In theory, I could get an instance running on it too.

kwaa commented 3 months ago
  1. Hatsu only supports JSON / Atom / RSS Feeds and is not intended to support microformats. (Compatibility with Atom / RSS leaves something to be desired, and I'm considering switching to the rust-syndication library.)
  2. Currently Hatsu without a front-end should work well at 256M SBC (arm64 only), and may need more RAM when I add the Leptos front-end.