This repo is a fork of the Hometown fork of Mastodon, customized for my personal instance.
- All posts are local-only for all profiles by default. This can be turned off in user settings like normal, but makes it so that new users don't need to know what federation is and don't accidentally post publicly.
- Fly.io-related changes
- Dockerfile updated for multiple processes using overmind, based on the setup here
- files for deployment (most importantly, fly.toml)
- Fix
streaming
to allow IPv6 Redis addresses 7f26541
Main app
fly deploy
DB
# verify image! (ATOW: flyio/postgres-flex:16.4)
fly image show --app weather-family-db2
fly deploy --app weather-family-db2 --image <image>
Copyright (C) Zander ("steamwings") and all contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.