strfry icon indicating copy to clipboard operation
strfry copied to clipboard

strfry distribution channels

Open alexgleason opened this issue 2 years ago • 2 comments

I'm working on a piece of software to replace Mastodon, and it will use strfry as its database, storing even things like config as Nostr events. I want users to be able to snap install strfry or flatpak install strfry. Any thoughts or feelings? Nerds prefer flatpak, but Snap is easier and comes preinstalled on Ubuntu, so I lean towards that.

Other possibilities:

  • apt install - not sure what hoops you have to jump through to make it into Debian or Ubuntu proper.
  • precompiled binary built by GitHub CI served from GitHub - it wouldn't hurt. maybe in addition to a snap/flatpak.

alexgleason avatar Jul 13 '23 20:07 alexgleason

Getting it into Debian is a big pain, I don't really want to bother with that now. Precompiled binaries could work, but we'd probably need to compile them statically, which is a pain.

I think flatpak is a good option. I've never tried to create a snap, but I think it's Ubuntu-only? There's also the possibility of distributing by Docker, I know some people have create unofficial dockerhub distributions.

hoytech avatar Jul 15 '23 00:07 hoytech

+1 for flatpak

mat-l avatar Jul 17 '23 12:07 mat-l