Open Hakker opened 3 years ago
https://hub.docker.com/r/lissy93/dashy
Features π
π Instant search by name, domain and tags - just start typing + customizable keyboard shortcuts π¨ Multiple built-in color themes, with UI color editor and support for custom CSS π§Έ Many options for icons, including Font-Awesome support, auto-fetching favicon, images and emojis π¦ Service status feature for each of your apps / links, for basic availability and uptime monitoring π Optional authentication with multi-user support, configurable privileges and SSO support β Optional encrypted cloud backup and restore feature available πΌ A workspace view, for easily switching between multiple apps at once π©οΈ A minimal view, for use as a fast-loading browser startpage π±οΈ Choose how to launch apps, either new tab, same tab, a pop-up modal or in the workspace view π Multi-language support, with more languages being added regularly π Customizable layout, sizes, text, component visibility, behavior and colors etc πΌοΈ Option for full-screen background image, custom nav-bar links, html footer, title, and more π Easy to setup with Docker, or on bare metal, or with 1-Click cloud deployment βοΈ Easy single-file YAML-based configuration, with option to configure app directly through the UI π€ Small bundle size, fully responsive UI and PWA makes the app easy to use on any device β¨ Under active development with improvements and new features added regularly π 100% free and open source π Strong focus on privacy π Plus lots more...
No
{ "type": 1, "title": "Dashy", "name": "dashy", "description": "A Selfhosted dashboard with a built-in editor.", "logo": "https://user-images.githubusercontent.com/1691896/169834413-ee9db122-29a0-4877-9b07-737835956dfd.png", "image": "lissy93/dashy:latest", "categories": [ "Dashboard" ], "platform": "linux", "restart_policy": "unless-stopped", "ports": [ { "WebUI": "80:80/tcp" } ], "volumes": [ { "container": "/app/public/conf.yml", "bind": "!config/dashy" }, { "container": "/app/public/item-icons", "bind": "!data/dashy" } ], "env": [ { "name": "PUID", "label": "PUID", "default": "!PUID" }, { "name": "PGID", "label": "PGID", "default": "!PGID" } ] },
This json works in yacht.
Dockerhub Link:
https://hub.docker.com/r/lissy93/dashy
Description
Features π
Separate Database?
No
This json works in yacht.