A supported fork of Mastodon that provides local posting and a wider range of content types.
.drone.yml | ||
.env.sample | ||
.gitignore | ||
abra.sh | ||
compose.yml | ||
README.md |
Hometown
A supported fork of Mastodon that provides local posting and a wider range of content types.
This repository is a copy of coop-cloud/mastodon but with a fresh README. It seems like a good idea to keep the deployment separate since the apps may diverge in their deployment or configuration instructions at some point despite best wishes to remain as mainline Mastodon as possible.
- Category:
- Status:
- Image:
decentral1se/hometown
- Healthcheck:
- Backups:
- Email:
- Tests:
- SSO:
Basic usage
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
abra app new hometown
abra app YOURAPPDOMAIN config
- be sure to changeDOMAIN
to something that resolves to your Docker swarm box. Install the npm package webpush to create VAPID keysnpm install web-push -g && web-push generate-vapid-keys
.abra app YOURAPPDOMAIN deploy --no-domain-poll
. App will fail for now.abra app hometown run streaming rake db:setup
- Open the configured domain in your browser to finish set-up. To make an admin account
abra app hometown run web "bin/tootctl accounts create coolusername --email helo@autonomic.zone --confirmed --role admin"