Skip to content

A tiny personal dashboards to organize links via a central JSON config

License

Notifications You must be signed in to change notification settings

vermotr/tinyhub

Repository files navigation

TinyHub

A tiny personal dashboards to organize links via a central JSON config.

TinyHub

Docker

docker-compose.yml:

services:
  tinyhub:
    image: vermotr/tinyhub:v0.1.0
    ports:
      - 8080:80
    volumes:
      - ./config.json:/app/config.json
      - ./icons:/app/icons

Config

config.json:

{
  "title": "TinyHub",
  "description": "A tiny personal dashboards to organize links via a central JSON config",
  "sections": [
    {
      "name": "Section",
      "services": [
        {
          "name": "Service",
          "uri": "https://github.com/vermotr/tinyhub",
          "description": "Service description",
          "icon": "/icons/service.png", // optional
          "iconAspect": "full" // optional
        }
      ]
    }
    
  ]
}

License

The MIT License (MIT) - see LICENSE for more details

About

A tiny personal dashboards to organize links via a central JSON config

Resources

License

Stars

Watchers

Forks

Packages

No packages published