Simple dashboard for url-based services with YAML configuration. Features:
- quick search
- tag-based filtering
- simple icons ( selfh.st , simpleicons )
- mobile view
- quick add from web form
docker-compose upcd app
npm install
node server.jsDashboard will be available at http://localhost:3000
Services are defined in YAML files in the /config directory.
groups:
- name: Infrastructure
tagFilter: [infrastructure, proxy]
- name: Security
tagFilter: [security, auth]services:
- name: Example Service
description: Service description
url: https://example.com
tags: [example, tools]
icon: si-service