Giter Site home page Giter Site logo

tristan-kreuziger / dashmachine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rmountjoy92/dashmachine

0.0 0.0 0.0 10.08 MB

Another web application bookmark dashboard, with fun features.

License: GNU General Public License v3.0

Dockerfile 0.18% Python 31.93% CSS 34.27% JavaScript 9.40% HTML 24.03% Mako 0.20%

dashmachine's Introduction

DashMachine

Another web application bookmark dashboard, with fun features.

Before Installing

Please read the latest update post: https://www.reddit.com/r/DashMachine/comments/fqk8gl/version_05/

screenshot

screenshot

screenshot

screenshot

Features

  • creates a dashboard to view web pages
  • uses a single .ini file for configuration
  • dark mode/light mode and accent colors
  • custom backgrounds and icons
  • web interface to edit the config file and add image files
  • ability to open web pages in current tab, new tab or iframe
  • hideable sidebar with dragable reveal button
  • user login system
  • 'app templates' which are sample config entries for popular self hosted apps
  • powerful plugin system for adding data from various sources to display on cards
  • multiple card types including collections and custom cards
  • multiple users, access groups, access settings
  • tagging system

Installation

Docker

docker create \
  --name=dashmachine \
  -p 5000:5000 \
  -v path/to/data:/dashmachine/dashmachine/user_data \
  --restart unless-stopped \
  rmountjoy/dashmachine:latest

To run in a subfolder, use a CONTEXT_PATH environment variable. For example, to run at localhost:5000/dash:

docker create \
  --name=dashmachine \
  -p 5000:5000 \
  -e CONTEXT_PATH=/dash
  -v path/to/data:/dashmachine/dashmachine/user_data \
  --restart unless-stopped \
  rmountjoy/dashmachine:latest

Synology

Check out this awesome guide: https://nashosted.com/manage-your-self-hosted-applications-using-dashmachine/

Python

Instructions are for linux.

virtualenv --python=python3 DashMachineEnv
cd DashMachineEnv && source bin/activate
git clone https://github.com/rmountjoy92/DashMachine.git
cd DashMachine && pip install -r requirements.txt
python3 run.py

Then open a web browser and go to localhost:5000

Default user/password

User: admin
Password: admin

Updating

For python, use git. For docker, just pull the latest image and recreate the container.

Configuration

The user data folder is located at DashMachine/dashmachine/user_data. This is where the config.ini, custom backgrounds/icons, and the database file live. A reference for what can go into the config.ini file can be found on the settings page of the dashmachine by clicking the info icon next to 'Config'.

Note

If you change the config.ini file, you either have to restart the container (or python script) or click the 'save' button in the config section of settings for the config to be applied. Pictures added to the backgrounds/icons folders are available immediately.

Want to contribute?

Please use the pull request template at: https://github.com/rmountjoy92/DashMachine/blob/master/pull_request_template.md

See this link for how to create a pull request: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request

Subreddit

https://www.reddit.com/r/DashMachine

Want to buy me a coffee?

recurring: Donate using Liberapay

recurring or one-time: https://www.bountysource.com/teams/dashmachine-app

Want a feature to be added faster?

Open a bounty on https://www.bountysource.com/

Bountysource faq: https://github.com/bountysource/core/wiki/Frequently-Asked-Questions

Tech used

  • Flask
  • SQLalchemy w/ SQLite
  • Jinja2
  • Materialize css
  • JavaScript/jQuery/jQueryUI

FAQs

  1. application does not work in iframe see rmountjoy92#6

dashmachine's People

Contributors

rmountjoy92 avatar thlb avatar lukasmrtvy avatar odinsride avatar auanasgheps avatar captain-otter avatar lingawakad avatar aerion avatar franznemeth avatar nixellion avatar azelphur avatar spiral6 avatar di-dc avatar supersandro2000 avatar the4ndy avatar

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.