// Base layout import Layout from "./components/Layout" // i18n import useTranslation from 'next-translate/useTranslation' // React Router import { useRouter } from 'next/router' // next-seo import { NextSeo } from 'next-seo'; export default function Server(props) { const router = useRouter() const { locale, locales, defaultLocale, pathname } = router const { t, lang } = useTranslation("server") return ( <>
{ // Header }

{t('status')}

Powered / Generated by Mackerel.

{ // yui }

yui

CPU

i7-2600

RAM

DDR3 24GB

OS

Arch Linux

{t('location')}

{t('hiroshima')}
{ // yukino }

yukino

{t('model')}

Raspberry Pi 4 Model B Rev 1.2

RAM

4GB

OS

Raspbian GNU/Linux 10 (buster)

{t('location')}

{t('tottori')}
{ // iroha }

iroha

{t('service')}

Oracle Cloud

{t('shape')}

VM.Standard.E2.1.Micro

RAM

1GB

OS

Ubuntu 20.04 LTS

{t('region')}

Japan Central (Osaka)
{ // komachi }

komachi

{t('service')}

Oracle Cloud

{t('shape')}

VM.Standard.E2.1.Micro

RAM

1GB

OS

Ubuntu 20.04 LTS

{t('region')}

Japan Central (Osaka)
) }