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

イニシャライザはちゃんとできてるっぽい

~ $ cat ./config/initializers/version.rb
# frozen_string_literal: true
module Mastodon
module Version
module_function
def suffix
" at df56b68c on ruby-3.2.2"
end
def repository
'zunda/mastodon'
end
def source_tag
"df56b68c2b062df33db8e2db8237d9c4d0400a69"
end
end
end