Sha256: 35a3e4ee33ad828c963bab75438f068f9dc139be955b66afd7fda4cdd46b8ef2

Contents?: true

Size: 637 Bytes

Versions: 2

Compression:

Stored size: 637 Bytes

Contents

json.version '2.0'
# FIXME: Use configuration values when created
json.software name:    Federails::Configuration.app_name,
              version: Federails::Configuration.app_version
json.protocols [
  'activitypub',
]
# FIXME: When server is in good shape: update outbounds
# http://nodeinfo.diaspora.software/ns/schema/2.0 for possible values
json.services inbound:  [],
              outbound: []
json.openRegistrations Federails::Configuration.open_registrations
if @has_user_counts
  json.usage users: {
    total:          @total,
    activeMonth:    @active_month,
    activeHalfyear: @active_halfyear,
  }
end
json.metadata({})

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
federails-0.4.0 app/views/federails/server/nodeinfo/show.nodeinfo.jbuilder
federails-0.3.0 app/views/federails/server/nodeinfo/show.nodeinfo.jbuilder