portal

Landing page for your homelab
git clone https://git.woozle.org/neale/portal.git

portal / web
Neale Pickett  ·  2023-03-11

portal.json

 1[
 2  {
 3    "title": "Woozle",
 4    "href": "https://woozle.org/"
 5  },
 6  {
 7    "title": "Forgejo",
 8    "href": "https://forgejo.org/",
 9    "target": "_blank",
10    "icon": "https://forgejo.org/favicon.svg"
11  },
12  {
13    "title": "Jellyfin",
14    "href": "https://jellyfin.org/",
15    "icon": "https://jellyfin.org/images/icon-transparent.svg"
16  },
17  {
18    "title": "CPU Stats",
19    "href": "/stat.html",
20    "app": "stat"
21  }
22]