mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

Preping to build Mastodon on Docker. It seems that I have to make a mess on local clone to be able to run `rake secret` before I can run docker-compose build.

$ sudo apt install libpq-dev protobuf-compiler libprotobuf-dev pkg-config nodejs
$ rbenv install 2.4.1
$ rbenv local 2.4.1
$ gem install bundler
$ bundle install --path=vendor/bundle