Giter Site home page Giter Site logo

apps-dashboard's Introduction

Simply Application Dashboard

The simplest application dashboard ever. Perfect for new tab pages in all your browsers.

Works best for private internal networks.

Requirements

  • PHP
  • APC (Alternative PHP Cache)
  • PHP Composer
  • any PHP compatible web server

Setup

  • run composer install to install dependencies

  • point the document root to the public directory and enjoy your new dashboard

Sample configuration for Caddy

http://dashboard,
http://dashboard.local {
    bind 127.0.0.1
    bind ::1
    root /caddy/dashboard/public
    fastcgi / unix:/run/php-fpm/php-fpm.sock php
    errors /caddy/dashboard/error.log
    index index.php
    header / -Server
    header / -X-Powered-By
}

Configuration

Copy config.json5.sample to config.json5 and adjust all settings to your preferences. Apps are also added there. The format is in JSON5 and supports more freedom than traditional JSON.

Documentation can be found within the sample configuration file, thanks to JSON5 instead of regular JSON.

Styling

Create a public/user-style.css file and put all your CSS overwrites there.

apps-dashboard's People

Contributors

magiruuvelvet avatar

Watchers

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