import Layout from "./components/Layout" import useTranslation from 'next-translate/useTranslation' import { useRouter } from 'next/router' export default function Server(props) { const router = useRouter() const { locale, locales, defaultLocale, pathname } = router const { t, lang } = useTranslation("server") return (
{ // Heading }

{t('status')}

Powered / Generated by Mackerel.

{ // yui Mackerel }

yui

CPU

i7-2600

RAM

DDR3 24GB

OS

Arch Linux

{t('location')}

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

yukino

{t('model')}

Raspberry Pi 4 Model B Rev 1.2

RAM

4GB

OS

Raspbian GNU/Linux 10 (buster)

{t('location')}

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

iroha

{t('service')}

Oracle Cloud

{t('shape')}

VM.Standard.E2.1.Micro

RAM

1GB

OS

Ubuntu 20.04 LTS

{t('region')}

Japan Central (Osaka)
{ // iroha Mackerel }

komachi

{t('service')}

Oracle Cloud

{t('shape')}

VM.Standard.E2.1.Micro

RAM

1GB

OS

Ubuntu 20.04 LTS

{t('region')}

Japan Central (Osaka)
) }