Giter Club home page Giter Club logo

sui's Introduction

SUI

a startpage for your server and / or new tab page based off the simle and excellent jeroenpardon/sui

screenshot

More screenshots

Changes from the original

  • This is no longer installed as a Docker container; simply place these files in your web server folder

Install:

  • git clone this repository

Customization

Changing color themes

  • Once the startpage is loaded in your browser, click the options button on the left bottom

Apps

Add your apps by editing apps.json:

{
    "apps" : [
	    {"name":"Name of app 1","url":"http://sub1.example.com","icon":"icon-name"},
	    {"name":"Name of app 2","url":"https://sub2.example.com","icon":"icon-name"}
    ]
}

Please note:

  • The original code hardcoded an 'https://' in the HTML. That was removed from this version so you need to include http(s) in the apps.json
  • No , at the end of the last app's line
  • Find the names of icons to use at Material Design Icons

Bookmarks

Add your bookmarks by editing links.json:

{  
   "bookmarks":[  
	{
            "category": "Reading",
            "links": [
              {"name": "Reddit","url": "http://reddit.com"},
              {"name": "Instapaper","url": "https://www.instapaper.com/u"},
              {"name": "Medium","url": "http://medium.com"}
            ]
         }

   ]
}

Add names for the categories you wish to define and add the bookmarks for each category.

Please note:

Color themes

These can be added or customized in the themer.js file. When changing the name of a theme or adding one, make sure to edit this section in index.html accordingly:

    <section  class="themes">

sui's People

Contributors

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