summaryrefslogtreecommitdiff
path: root/src/client/pages/instance-info.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/instance-info.vue')
-rw-r--r--src/client/pages/instance-info.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/pages/instance-info.vue b/src/client/pages/instance-info.vue
index 5c1210c4bd..326b30c7c9 100644
--- a/src/client/pages/instance-info.vue
+++ b/src/client/pages/instance-info.vue
@@ -86,10 +86,19 @@
<template #key>{{ $ts.registeredAt }}</template>
<template #value><MkTime mode="detail" :time="instance.caughtAt"/></template>
</FormKeyValueView>
+ <FormKeyValueView>
+ <template #key>{{ $ts.updatedAt }}</template>
+ <template #value><MkTime mode="detail" :time="instance.infoUpdatedAt"/></template>
+ </FormKeyValueView>
</FormGroup>
<FormObjectView tall :value="instance">
<span>Raw</span>
</FormObjectView>
+ <FormGroup>
+ <FormLink :to="`https://${host}/.well-known/host-meta`" external>host-meta</FormLink>
+ <FormLink :to="`https://${host}/.well-known/host-meta.json`" external>host-meta.json</FormLink>
+ <FormLink :to="`https://${host}/.well-known/nodeinfo`" external>nodeinfo</FormLink>
+ </FormGroup>
</FormGroup>
</FormBase>
</template>