Sha256: 9892ada0383d874bb6b4a313cd1290eb11bb694c3092a374ea3915985b610c7c

Contents?: true

Size: 593 Bytes

Versions: 2

Compression:

Stored size: 593 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: []
# FIXME: Don't hardcode this
json.openRegistrations true
json.usage users: {
  total:          @total,
  activeMonth:    @active_month,
  activeHalfyear: @active_halfyear,
}
json.metadata({})

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
federails-0.2.0 app/views/federails/server/nodeinfo/show.nodeinfo.jbuilder
federails-0.1.0 app/views/federails/server/nodeinfo/show.json.jbuilder