Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cec6e7758 | ||
|
|
a1c84ccc58 |
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { motion, Variants } from "framer-motion";
|
import { motion, Variants } from "framer-motion";
|
||||||
import { Globe, Smartphone, Server, Gamepad2, Hammer } from "lucide-react";
|
import { Globe, Smartphone, Server, Hammer } from "lucide-react";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import MonitorCard from "@/components/MonitorCard";
|
import MonitorCard from "@/components/MonitorCard";
|
||||||
import PageLayout from "@/components/PageLayout";
|
import PageLayout from "@/components/PageLayout";
|
||||||
|
|
|
||||||
|
|
@ -7,17 +7,17 @@ import Image from "next/image";
|
||||||
|
|
||||||
const MONITORS = [
|
const MONITORS = [
|
||||||
{ id: 2, name: "Datasaur" },
|
{ id: 2, name: "Datasaur" },
|
||||||
|
{ id: 12, name: "Observatory" },
|
||||||
|
{ id: 16, name: "Fossil tracker" },
|
||||||
{ id: 6, name: "Audiobookshelf" },
|
{ id: 6, name: "Audiobookshelf" },
|
||||||
{ id: 7, name: "Woodpecker CI" },
|
{ id: 7, name: "Woodpecker CI" },
|
||||||
{ id: 8, name: "Forgejo Git" },
|
{ id: 8, name: "Forgejo Git" },
|
||||||
{ id: 9, name: "Server dashboard" },
|
{ id: 9, name: "Server dashboard" },
|
||||||
{ id: 10, name: "Ratoong" },
|
|
||||||
{ id: 3, name: "Dozzle" },
|
{ id: 3, name: "Dozzle" },
|
||||||
{ id: 12, name: "Observatory" },
|
|
||||||
{ id: 13, name: "Surf hub" },
|
{ id: 13, name: "Surf hub" },
|
||||||
{ id: 11, name: "Anime list" },
|
{ id: 11, name: "Anime list" },
|
||||||
{ id: 5, name: "Wiki" },
|
{ id: 5, name: "Wiki" },
|
||||||
{ id: 4, name: "Watchtower" },
|
{ id: 14, name: "Paperless" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const ITEMS_PER_PAGE = 6;
|
const ITEMS_PER_PAGE = 6;
|
||||||
|
|
|
||||||
5
public/.well-known/nostr.json
Normal file
5
public/.well-known/nostr.json
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"names": {
|
||||||
|
"muninn": "44e345442475c960433feb762c9d3f70e4fdb71c2f873a3473358d40e2ae01c1"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue