Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APP REQUEST]: Dashy #243

Open
Hakker opened this issue Sep 1, 2021 · 0 comments
Open

[APP REQUEST]: Dashy #243

Hakker opened this issue Sep 1, 2021 · 0 comments
Labels
App Request Request for a new application

Comments

@Hakker
Copy link

Hakker commented Sep 1, 2021

Dockerhub Link:

https://hub.docker.com/r/lissy93/dashy

Description

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...

Separate Database?

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.

@Hakker Hakker added the App Request Request for a new application label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Request Request for a new application
Projects
None yet
Development

No branches or pull requests

1 participant