sivert-unraid-dashboard Tailwind Templates

Sivert Unraid Dashboard

My custom dashboard, built with Nextjs, React, Typescript, Tailwind, ESLint, and more!

Preview of website

Astro πŸ‘¨β€πŸš€

Introduction πŸ‘‹

This is a dashboard created for my NAS. It is a simple NextJs project built with Typescript, Tailwind and framer-motion.

Features ✨

  • A grid of apps
  • A server list
  • Smooth animations
  • Beautiful styling

Wishlist 🀞

  • Responsive design
  • HTTPS
  • Environment variables for better configuration
  • Status symbol for each app (online/offline)
  • Unraid community app for easy installation
  • CMS (A content management system where you can customize your dashboardπŸ‘€)
  • Database support (Goes hand in hand with CMS)

Configuration βš™οΈ

Environment Variables will be added for further customization.

Getting Started πŸƒβ€β™‚οΈ

Using Docker Image 🐳

Build image:

docker build -t dashboard https://github.com/SivertGullbergHansen/sivert-unraid-dashboard.git#main

Start container:

docker run -d -p 80:80 dashboard

Manual πŸ€“

Requirements πŸ“‹

This project requires NodeJs. Get it here.

I highly recommend installing Yarn (an alternate package manager to npm).

1. Install dependencies

npm

npm i

Yarn

yarn

2. Build and serve project

npm

npm run serve

Yarn

yarn serve

Further development

To further develop this project, start the website in development mode, to enable hot-reloading:

npm

npm run dev

Yarn

yarn dev

Top categories

Loading Svelte Themes