dashlet
Dashlet is a lightweight, self-managed dashboard designed for small applications. It provides a modern, modular user interface that allows users to quickly access and manage various services. Dashlet is developed using native JavaScript and SCSS, eliminates the need for heavy frameworks, and focuses on code simplicity and performance.
Dashlet is a lightweight, self-managed dashboard designed for small applications. It provides a modern, modular user interface that allows users to quickly access and manage various services. Dashlet is developed using native JavaScript and SCSS, eliminates the need for heavy frameworks, and focuses on code simplicity and performance. You only need to modify the/data/config.json file under the application data and add the application to the service, for example "services": [ { "id": "1", "name": "GitHub", "description": "Code hosting", "url": "https://github.com", "icon": "https://github.githubassets.com/favicons/favicon.png" }, { "id": "2", "name": "YouTube", "description": "Watch videos", "url": "https://youtube.com", "icon": "https://www.youtube.com/s/desktop/10c3d9b4/img/favicon_144x144.png" } ] Saving the file will take effect.





