a set of scripts to spin up local environments containing many fediverse implementations for federation testing
files | ||
pubtester.example.net | ||
pubtester.local | ||
.env.mastodon | ||
.gitignore | ||
docker-compose.yaml | ||
Dockerfile.pleroma | ||
LICENSE | ||
mastodon_setup.sh | ||
minica.pem | ||
pleroma_setup.sh | ||
README.md |
pubtester
a set of scripts to spin up local environments containing many fediverse implementations for federation testing
at the moment only two instances of pleroma are generated.
mastodon is TODO.
setup
add the following to your /etc/hosts
127.0.0.1 pleroma.pubtester.local localhost
127.0.0.1 pleroma2.pubtester.local localhost
run
git clone ... && cd pubtester
./pleroma_setup.sh
docker-compose up -d pleroma_web pleroma2_web nginx