firefish/README.md
2024-03-05 18:31:02 +08:00

4.1 KiB

Firefish logo

🌎 Firefish is an open source, decentralized social media platform that's free forever! 🚀

Firefish is based off of Misskey, a powerful microblogging server on ActivityPub with features such as emoji reactions, a customizable web UI, rich chatting, and much more!

Links

Want to get involved? Great!

  • If you have the means to, donations are a great way to keep us going.
  • If you know how to program in TypeScript, Vue, or Rust, read the contributing document.
  • If you know a non-English language, translating Firefish on Weblate help bring Firefish to more people. No technical experience needed!

Release cycle

We use a rolling release cycle now. Small updates will be frequently merged into the main branch, so please upgrade regularly at your convenience. We will use the commit date (e.g., 20240206) as the version number.

Any special operations required for an upgrade (e.g., installing new dependencies, editing docker-compose.yml) will be noted on docs/notice-for-admins.md , so please check it before upgrading.

As always, please take a backup first before starting update. Whether it is a server snapshot backup or a complete database and file backup, it will be of great help to your recovery process.

Getting started

This guide will work for both starting from scratch and migrating from Misskey.

Containerization

Install Production Environment

For install production environment details, read this document.

Dependencies

  • At least NodeJS v18.16.0 (v20/v21 recommended)
  • At least PostgreSQL v12 (v16 recommended) with PGroonga extension
  • At least Redis v7
  • Web Proxy (one of the following)
    • Caddy (recommended for new users)
    • Nginx (recommended)
    • Apache

Optional dependencies

Build dependencies

  • At least Rust v1.74
  • C/C++ compiler & build tools
    • build-essential on Debian/Ubuntu Linux
    • base-devel on Arch Linux
  • Python 3

Migrating from Misskey/FoundKey to Firefish

For migrating from Misskey v13, Misskey v12, and FoundKey, read this document.