Code Monkey home page Code Monkey logo

home-dashboard's Introduction

Home Dashboard

Home dashboard is a homelab dashboard with qBittorrent, Transmission, and forecast.io integration.

Installation

Extract to your webserver and create a "bookmarks.dat" file in the root direcotry. Edit the config.php file and fill in the necessary information. The time display is based on your php settings. Set the timezone in your php.ini file.

Requirements: PHP 5.x

Bookmarks

Bookmarks must be set in the "bookmarks.dat" file. Here's an example:

[qBittorrent]
url=https://192.168.0.0:8080
icon=icon_cloud-download_alt
iframe=true

[Plex]
url=https://192.168.0.0:32400/web/index.html
icon=arrow_triangle-right_alt2
iframe=false

Leave a blank line between each definition.

  • url: The url you wish to reach
  • icon: The icon of the bookmark, available icons are displayed here: https://www.elegantthemes.com/blog/resources/elegant-icon-font, Look under "Complete List Of Class Names".
  • iframe: Can be true or false. "True" will open the page in the current window while "false" will open it in a new tab. You may encounter problem with "true" as some softwares won't allow loading in an iframe. Sometimes, you just need to visit the page once to accept the self-signed certificate.

Grafana dashlets

Grafana dashlets can be added through the dashlets.php file. Just add the URL provided by grafana. You can find the URL by going to your dashboard, selecting your dashlet and going to "share". From there, just copy the URL from the embed tab excluding the iframe/width/height/frameboarder section. Be sure that if you want a dynamically updating dashlet to uncheck the current time range. Paste the link inside the URL part of the dashlet.php, more than one dashlet can be entered. You can also change the width and height of each dashlet as you please.

This Home Dashboard was built using:

Screenshots

Not found Not found Not found Not found

** Special thanks ** Special thanks to Gabisonfire for making his dashboard, as mine was inspired by his. I would also like to thank him for letting me use some of his code.

License

Distributed under the MIT License.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.