A simple router dashboard for systemd-networkd
  • Svelte 59.5%
  • TypeScript 28.9%
  • Nix 5.4%
  • JavaScript 5.1%
  • HTML 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-02-22 23:16:59 +02:00
.gitea/workflows setup gitea workflow 2026-02-22 23:01:45 +02:00
src allow overriding api url 2026-02-22 23:16:59 +02:00
static initial commit 2026-02-21 17:38:16 +02:00
.envrc initial commit 2026-02-21 17:38:16 +02:00
.gitignore initial commit 2026-02-21 17:38:16 +02:00
.npmrc initial commit 2026-02-21 17:38:16 +02:00
.prettierignore initial commit 2026-02-21 17:38:16 +02:00
.prettierrc initial commit 2026-02-21 17:38:16 +02:00
AGENTS.md add flake and move to npm 2026-02-22 22:23:49 +02:00
devbox.json add flake and move to npm 2026-02-22 22:23:49 +02:00
devbox.lock add flake and move to npm 2026-02-22 22:23:49 +02:00
eslint.config.js initial commit 2026-02-21 17:38:16 +02:00
flake.lock add flake and move to npm 2026-02-22 22:23:49 +02:00
flake.nix allow overriding api url 2026-02-22 23:16:59 +02:00
LICENSE add AGPL license 2026-02-22 22:52:16 +02:00
opencode.json initial commit 2026-02-21 17:38:16 +02:00
package-lock.json add flake and move to npm 2026-02-22 22:23:49 +02:00
package.json add AGPL license 2026-02-22 22:52:16 +02:00
README.md update readme 2026-02-22 23:05:41 +02:00
result add flake and move to npm 2026-02-22 22:23:49 +02:00
svelte.config.js initial commit 2026-02-21 17:38:16 +02:00
tsconfig.json initial commit 2026-02-21 17:38:16 +02:00
vite.config.ts initial commit 2026-02-21 17:38:16 +02:00

Router Dash

Nix Build

A modern web dashboard for monitoring network interfaces, routes, and DHCP leases. Built with SvelteKit 5 and designed to work with systemd-networkd's JSON output.

Features

  • Network Interface Monitoring - View detailed interface information including IP addresses, routes, carrier state, and operational status
  • DHCP Lease Management - Display active and expired DHCP leases with time remaining
  • Routing Table Visualization - Show routing policies and network routes
  • Real-time Status - Monitor operational states, carrier states, and address states
  • Responsive Design - Clean, modern UI built with Tailwind CSS

Tech Stack

  • Framework: SvelteKit 5 with Svelte 5 runes
  • Language: TypeScript (strict mode)
  • Styling: Tailwind CSS 4
  • Icons: Lucide Svelte
  • Build: Vite
  • CI/CD: Gitea Actions with Nix

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Type check
npm run check

# Lint and format
npm run lint
npm run format

Building

# Create production build
npm run build

# Preview production build
npm run preview

License

AGPL-3.0-or-later