hippofish/README.md

228 lines
9.6 KiB
Markdown
Raw Normal View History

2022-12-16 18:35:54 +01:00
<div align="center">
2024-02-06 07:38:03 +01:00
<img src="./title.svg" alt="Firefish logo" style="border-radius:50%" width="400"/>
2022-07-19 07:07:59 +02:00
2024-02-06 07:38:03 +01:00
**🌎 Firefish is an open source, decentralized social media platform that's free forever! 🚀**
2022-07-19 07:07:59 +02:00
2021-02-07 03:43:55 +01:00
</div>
2021-11-20 10:21:18 +01:00
<div>
2021-03-24 03:57:12 +01:00
2023-07-19 19:06:57 +02:00
<img src="./animated.svg" align="right" height="320px"/>
2018-09-12 22:35:11 +02:00
2024-02-15 07:15:55 +01:00
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!
2019-02-05 16:13:31 +01:00
2021-11-20 10:21:18 +01:00
</div>
2017-01-23 10:25:52 +01:00
2021-11-20 10:21:18 +01:00
<div style="clear: both;"></div>
2018-04-15 22:04:56 +02:00
2024-02-15 07:15:55 +01:00
# Links
2022-08-10 08:14:51 +02:00
2023-06-24 05:10:12 +02:00
### Want to get involved? Great!
2023-07-03 00:18:30 +02:00
- If you have the means to, [donations](https://opencollective.com/Firefish) are a great way to keep us going.
2023-06-24 05:10:12 +02:00
- If you know how to program in TypeScript, Vue, or Rust, read the [contributing](./CONTRIBUTING.md) document.
2023-07-03 00:18:30 +02:00
- If you know a non-English language, translating Firefish on [Weblate](https://hosted.weblate.org/engage/firefish/) help bring Firefish to more people. No technical experience needed!
2023-06-24 05:10:12 +02:00
2024-02-11 03:14:31 +01:00
### Links
2023-06-24 05:10:12 +02:00
2024-02-15 07:15:55 +01:00
- Donations:
2023-07-03 00:18:30 +02:00
- OpenCollective: <https://opencollective.com/Firefish>
2024-02-15 07:15:55 +01:00
- Matrix space: <https://matrix.to/#/#firefish-community:nitro.chat>
- Official account: <a href="https://info.firefish.dev/@firefish" rel="me">`@firefish@info.firefish.dev`</a>
- Weblate: <https://hosted.weblate.org/engage/firefish/>
2022-08-10 08:14:51 +02:00
2024-02-15 07:15:55 +01:00
# Getting started
2022-07-28 04:36:58 +02:00
2022-11-04 22:38:38 +01:00
This guide will work for both **starting from scratch** and **migrating from Misskey**.
2024-02-15 07:15:55 +01:00
<!-- ## Easy installers
2023-01-09 00:49:23 +01:00
2023-01-09 01:23:48 +01:00
If you have access to a server that supports one of the sources below, I recommend you use it! Note that these methods *won't* allow you to migrate from Misskey without manual intervention.
2023-01-05 05:11:34 +01:00
2024-02-15 07:15:55 +01:00
[![Install on Ubuntu](https://pool.jortage.com/voringme/misskey/3b62a443-1b44-45cf-8f9e-f1c588f803ed.png)](https://firefish.dev/firefish/ubuntu-bash-install)  [![Install on the Arch User Repository](https://pool.jortage.com/voringme/misskey/ba2a5c07-f078-43f1-8483-2e01acca9c40.png)](https://aur.archlinux.org/packages/firefish)  [![Install Firefish with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=firefish) -->
2023-01-09 01:09:16 +01:00
2024-02-15 07:15:55 +01:00
## Containerization
2023-01-20 01:56:07 +01:00
2024-02-15 07:15:55 +01:00
- [How to run Firefish with Docker](https://firefish.dev/firefish/firefish/-/blob/develop/docs/docker.md)
- [How to run Firefish with Kubernetes/Helm](https://firefish.dev/firefish/firefish/-/blob/develop/docs/kubernetes.md)
2023-01-09 00:49:23 +01:00
2024-02-15 07:15:55 +01:00
## Dependencies
2022-11-04 22:46:51 +01:00
2024-02-15 07:15:55 +01:00
- At least [NodeJS](https://nodejs.org/en/) v18.16.0 (v20/v21 recommended)
- At least [PostgreSQL](https://www.postgresql.org/) v12 (v16 recommended)
- At least [Redis](https://redis.io/) v7
2023-05-11 02:08:16 +02:00
- Web Proxy (one of the following)
2024-02-15 07:15:55 +01:00
- Nginx (recommended)
- Caddy (recommended)
- Apache
2022-11-27 21:04:08 +01:00
2024-02-15 07:15:55 +01:00
### Optional dependencies
2022-11-27 21:04:08 +01:00
2022-12-17 19:21:17 +01:00
- [FFmpeg](https://ffmpeg.org/) for video transcoding
2023-07-07 07:44:22 +02:00
- Caching server (one of the following)
2024-02-15 07:15:55 +01:00
- [DragonflyDB](https://www.dragonflydb.io/) (recommended)
- [KeyDB](https://keydb.dev/)
- Another [Redis](https://redis.io/) server
2022-11-05 02:48:45 +01:00
2024-02-15 07:15:55 +01:00
### Build dependencies
2024-02-15 07:15:55 +01:00
- At least [Rust](https://www.rust-lang.org/) v1.74
- C/C++ compiler & build tools
- `build-essential` on Debian/Ubuntu Linux
- `base-devel` on Arch Linux
2024-02-15 07:15:55 +01:00
- [Python 3](https://www.python.org/)
2024-02-15 07:15:55 +01:00
## Get folder ready
2022-07-27 20:31:56 +02:00
2022-07-19 20:59:20 +02:00
```sh
2024-02-06 07:38:03 +01:00
git clone https://firefish.dev/firefish/firefish.git
2023-07-03 00:18:30 +02:00
cd firefish/
2022-07-27 20:31:56 +02:00
```
2023-05-23 02:40:59 +02:00
> **Note**
2024-02-15 07:15:55 +01:00
> By default, you're on the develop branch. Run `git checkout main` to switch to the Main branch.
2023-02-20 21:20:47 +01:00
2024-02-15 07:15:55 +01:00
## Install dependencies
2022-10-27 10:01:27 +02:00
```sh
2023-01-04 00:56:32 +01:00
# nvm install 19 && nvm use 19
2024-02-15 07:15:55 +01:00
sudo corepack enable
2023-01-13 05:54:33 +01:00
corepack prepare pnpm@latest --activate
2024-02-15 07:15:55 +01:00
pnpm install --frozen-lockfile
2022-10-27 10:01:27 +02:00
```
2023-05-07 21:35:46 +02:00
### pm2
To install pm2 run:
```
npm i -g pm2
pm2 install pm2-logrotate
```
2023-05-23 02:40:59 +02:00
> **Note**
2023-07-03 00:18:30 +02:00
> [`pm2-logrotate`](https://github.com/keymetrics/pm2-logrotate/blob/master/README.md) ensures that log files don't infinitely gather size, as Firefish produces a lot of logs.
2023-05-07 21:35:46 +02:00
2024-02-15 07:15:55 +01:00
## Create database
2023-05-23 02:40:59 +02:00
In PostgreSQL (`psql`), run the following command:
```sql
2023-07-03 00:18:30 +02:00
CREATE DATABASE firefish WITH encoding = 'UTF8';
2023-05-23 02:40:59 +02:00
```
or run the following from the command line:
```sh
2023-07-03 00:18:30 +02:00
psql postgres -c "create database firefish with encoding = 'UTF8';"
```
2023-07-03 00:18:30 +02:00
In Firefish's directory, fill out the `db` section of `.config/default.yml` with the correct information, where the `db` key is `firefish`.
2023-03-19 09:32:17 +01:00
2024-02-15 07:15:55 +01:00
## Caching server
2023-07-06 20:50:34 +02:00
2023-07-07 02:29:29 +02:00
If you experience a lot of traffic, it's a good idea to set up another Redis-compatible caching server. If you don't set one one up, it'll fall back to the mandatory Redis server. DragonflyDB is the recommended option due to its unrivaled performance and ease of use.
2023-07-06 20:50:34 +02:00
2024-02-15 07:15:55 +01:00
## Set up search
2023-05-20 05:41:19 +02:00
2024-02-15 07:15:55 +01:00
### Sonic
2023-05-20 05:41:19 +02:00
2023-06-10 18:09:48 +02:00
Sonic is better suited for self hosters with smaller deployments. It uses almost no resources, barely any any disk space, and is relatively fast.
2023-03-19 09:32:17 +01:00
Follow sonic's [installation guide](https://github.com/valeriansaliou/sonic#installation)
2023-05-23 02:40:59 +02:00
> **Note**
> If you use IPv4: in Sonic's directory, edit the `config.cfg` file to change `inet` to `"0.0.0.0:1491"`.
2023-03-19 09:32:17 +01:00
2023-07-03 00:18:30 +02:00
In Firefish's directory, fill out the `sonic` section of `.config/default.yml` with the correct information.
2023-03-19 09:32:17 +01:00
2023-05-20 05:41:19 +02:00
### Meilisearch
Meilisearch is better suited for larger deployments. It's faster but uses far more resources and disk space.
Follow Meilisearch's [quick start guide](https://www.meilisearch.com/docs/learn/getting_started/quick_start)
2023-07-03 00:18:30 +02:00
In Firefish's directory, fill out the `meilisearch` section of `.config/default.yml` with the correct information.
2023-05-20 05:41:19 +02:00
### ElasticSearch
2023-07-03 00:18:30 +02:00
Please don't use ElasticSearch unless you already have an ElasticSearch setup and want to continue using it for Firefish. ElasticSearch is slow, heavy, and offers very few benefits over Sonic/Meilisearch.
2023-03-19 09:32:17 +01:00
2024-02-15 07:15:55 +01:00
## Customize
2022-11-30 19:51:12 +01:00
- To add custom CSS for all users, edit `./custom/assets/instance.css`.
2023-06-02 21:16:36 +02:00
- To add static assets (such as images for the splash screen), place them in the `./custom/assets/` directory. They'll then be available on `https://yourserver.tld/static-assets/filename.ext`.
2022-11-30 19:51:12 +01:00
- To add custom locales, place them in the `./custom/locales/` directory. If you name your custom locale the same as an existing locale, it will overwrite it. If you give it a unique name, it will be added to the list. Also make sure that the first part of the filename matches the locale you're basing it on. (Example: `en-FOO.yml`)
2023-02-20 21:20:47 +01:00
- To add custom error images, place them in the `./custom/assets/badges` directory, replacing the files already there.
- To add custom sounds, place only mp3 files in the `./custom/assets/sounds` directory.
- To update custom assets without rebuilding, just run `pnpm run gulp`.
- To block ChatGPT, CommonCrawl, or other crawlers from indexing your instance, uncomment the respective rules in `./custom/robots.txt`.
2024-02-15 07:15:55 +01:00
## Configuring a new server
2022-11-13 20:32:17 +01:00
- Run `cp .config/example.yml .config/default.yml`
- Edit `.config/default.yml`, making sure to fill out required fields.
- Also copy and edit `.config/docker_example.env` to `.config/docker.env` if you're using Docker.
2024-02-15 07:15:55 +01:00
## Migrating from Misskey/FoundKey to Firefish
2022-11-04 22:38:38 +01:00
2024-02-06 07:38:03 +01:00
For migrating from Misskey v13, Misskey v12, and FoundKey, read [this document](https://firefish.dev/firefish/firefish/-/blob/develop/docs/migrate.md).
2022-11-04 22:38:38 +01:00
2024-02-15 07:15:55 +01:00
## Web proxy
2024-02-15 07:15:55 +01:00
### Nginx (recommended)
2022-11-04 22:43:00 +01:00
2023-07-03 00:18:30 +02:00
- Run `sudo cp ./firefish.nginx.conf /etc/nginx/sites-available/ && cd /etc/nginx/sites-available/`
- Edit `firefish.nginx.conf` to reflect your server properly
- Run `sudo ln -s ./firefish.nginx.conf ../sites-enabled/firefish.nginx.conf`
- Run `sudo nginx -t` to validate that the config is valid, then restart the NGINX service.
2022-11-09 22:38:27 +01:00
2024-02-15 07:15:55 +01:00
### Caddy (recommended)
2023-05-11 15:25:08 +02:00
- Add the following block to your `Caddyfile`, replacing `example.tld` with your own domain:
```caddy
example.tld {
reverse_proxy http://127.0.0.1:3000
}
```
- Reload your caddy configuration
2024-02-15 07:15:55 +01:00
### Apache
2022-11-04 22:43:00 +01:00
2023-05-23 02:40:59 +02:00
> **Warning**
2023-07-03 00:18:30 +02:00
> Apache has some known problems with Firefish. Only use it if you have to.
2023-05-23 02:40:59 +02:00
2023-07-03 00:18:30 +02:00
- Run `sudo cp ./firefish.apache.conf /etc/apache2/sites-available/ && cd /etc/apache2/sites-available/`
- Edit `firefish.apache.conf` to reflect your server properly
- Run `sudo a2ensite firefish.apache` to enable the site
2023-05-23 02:40:59 +02:00
- Run `sudo service apache2 restart` to reload apache2 configuration
2022-07-27 20:31:56 +02:00
2024-02-15 07:15:55 +01:00
## Build and launch!
### NodeJS + pm2
2023-07-03 00:18:30 +02:00
#### `git pull` and run these steps to update Firefish in the future!
2022-07-27 20:31:56 +02:00
```sh
# git pull
pnpm install
NODE_ENV=production pnpm run build && pnpm run migrate
2023-07-03 00:18:30 +02:00
pm2 start "NODE_ENV=production pnpm run start" --name Firefish
2022-07-19 07:07:59 +02:00
```
2022-07-29 03:25:02 +02:00
2024-02-15 07:15:55 +01:00
## Tips & Tricks
2022-11-09 10:52:23 +01:00
2023-07-03 00:18:30 +02:00
- When editing the config file, please don't fill out the settings at the bottom. They're designed *only* for managed hosting, not self hosting. Those settings are much better off being set in Firefish's control panel.
- Port 3000 (used in the default config) might be already used on your server for something else. To find an open port for Firefish, run `for p in {3000..4000}; do ss -tlnH | tr -s ' ' | cut -d" " -sf4 | grep -q "${p}$" || echo "${p}"; done | head -n 1`. Replace 3000 with the minimum port and 4000 with the maximum port if you need it.
- I'd recommend you use a S3 Bucket/CDN for Object Storage, especially if you use Docker.
- When using object storage, setting a proper `Access-Control-Allow-Origin` response header is highly recommended.
- I'd ***strongly*** recommend against using CloudFlare, but if you do, make sure to turn code minification off.
2023-01-14 22:18:29 +01:00
- For push notifications, run `npx web-push generate-vapid-keys`, then put the public and private keys into Control Panel > General > ServiceWorker.
2022-11-09 22:17:39 +01:00
- For translations, make a [DeepL](https://deepl.com) account and generate an API key, then put it into Control Panel > General > DeepL Translation.
2022-11-15 01:53:08 +01:00
- To add another admin account:
- Go to the user's page > 3 Dots > About > Moderation > turn on "Moderator"
- Go back to Overview > click the clipboard icon next to the ID
2023-07-03 00:18:30 +02:00
- Run `psql -d firefish` (or whatever the database name is)
- Run `UPDATE "user" SET "isAdmin" = true WHERE id='999999';` (replace `999999` with the copied ID)
2023-07-03 00:18:30 +02:00
- Restart your Firefish server