WebYou can do a quick listing of your "dashy" directory with the command: ls. Mkae sure both folders show up. Now we'll create a simple text file called "docker-run.txt". nano docker-run.txt. Inside of the file, you'll want to paste the code block below, and then we'll make any necessary modifications for your system. WebDashy, a configurable, themable, flexible personal dashboard for your homelab! Awesome Open Source 77.7K subscribers Subscribe 870 36K views 1 year ago DEL RIO ============ LINKS ============...
Awesome Selfhosted - P... The Homelab Wiki
WebApr 5, 2024 · Dashy is a self-hosted dashboard, to help you keep your lab organized Dashy Quick Start With Docker: docker run -p 8080:80 lissy93/dashy. See the Getting Started Docs for full setup instructions. Example Config Files This post contains several example files to help you get started Getting Started Bookmarks Home Lab … WebJan 17, 2024 · Dashy is a self hosted personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! I built my first Dashy dashboard last night! At first I was very … ctrl shift return
Dashy - Powerful, Info... OSiA
WebDec 3, 2024 · 🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! - deployment · Lissy93/dashy Wiki ... Hosting with CDN. Once Dashy has been built, it is effectively just a static web app. This means that it can be served up with pretty much any static host, CDN or web ... WebDashy is a self-hosted dashboard, to help you keep your lab organized Dashy Quick Start With Docker: docker run -p 8080:80 lissy93/dashy For full setup instructions, see the Getting Started Docs Example Config Files This post contains 5 example files to help you get started Getting Started Bookmarks Home Lab Demonstrating Features CFT Toolbox WebYou need to allow Dashy to make requests to Keycloak, and Keycloak to redirect to Dashy. The way you do this depends on how you're hosting these applications / which proxy you are using, and examples can be found in the Management Docs. For example, add the access control header to Keycloak, like: Access-Control-Allow-Origin [URL-of Dashy] ctrl+shift+r idea