a set of scripts to spin up local environments containing many fediverse implementations for federation testing
Go to file
Luna 94e6350660 add selfsigned certificates 2022-11-18 13:15:36 -03:00
files federate two pleroma instances instead 2022-11-18 13:15:04 -03:00
pubtester.local add selfsigned certificates 2022-11-18 13:15:36 -03:00
.env.mastodon add mastodon 2022-11-16 18:08:17 -03:00
.gitignore add mastodon 2022-11-16 18:08:17 -03:00
Dockerfile.pleroma federate two pleroma instances instead 2022-11-18 13:15:04 -03:00
LICENSE Initial commit 2022-11-15 23:55:00 +00:00
README.md add README instructions 2022-11-16 18:22:25 -03:00
docker-compose.yaml federate two pleroma instances instead 2022-11-18 13:15:04 -03:00
mastodon_setup.sh federate two pleroma instances instead 2022-11-18 13:15:04 -03:00
minica.pem add selfsigned certificates 2022-11-18 13:15:36 -03:00
pleroma_setup.sh federate two pleroma instances instead 2022-11-18 13:15:04 -03:00

README.md

pubtester

a set of scripts to spin up local environments containing many fediverse implementations for federation testing

setup

add the following to your /etc/hosts

127.0.0.1		mastodon.pubtester.local	localhost
127.0.0.1		pleroma.pubtester.local	localhost

run

git clone ... && cd pubtester
./mastodon_setup.sh
docker-compose up