Giter Club home page Giter Club logo

manage-this-node's Introduction

manage-this-node

NodeJS version of Muximux and Managethis

Getting Started

Prerequisites

Installation

# Clone the repository or download the ZIP and extract it
git clone https://github.com/onedr0p/manage-this-node
# Install dependencies
cd manage-this-node
npm install

Configuration

# Copy config.json.template to config.json
cp config.json.template config.json

In config.json fill in the URL values for each service you want to use.

Change default to true for the one service you want to show when the page is loaded.

Start the app

# Start the app
npm start

Important note: Restart the app after making any changes to the config.json file.

Goto localhost:3000 to see the app.

Running forever

To have the app run forever in the background

# Install forever
npm install forever -g

# Run forever
forever start ./bin/www

Important note: Restart the app after making any changes to the config.json file.

Goto localhost:3000 to see the app.

App Specific Workarounds

Emby
By Default Emby sends a header that prevents loading in an iframe.

Windows:

  • Edit C:\Users\<username>\AppData\Roaming\MediaBrowser-Server\config\system.xml
  • Look for <DenyIFrameEmbedding>true</DenyIFrameEmbedding> replace true with false
  • Should look like <DenyIFrameEmbedding>false</DenyIFrameEmbedding>
  • Save the file and restart Emby

Differences from Muximux and Managethis

  • Written in NodeJS, which comes with it's own webserver.
  • Config doesn't have enabled or landing page options
    • Enabled is determined if the URL is filled out
    • Landing Page is left out becuase it seems to load fast enough with the 7 services I use.

Known Issues

  • Problem: Nothing is displaying, Solution: Disable Adblock/uBlock and Ghostery/Privacy Badger for the website.

manage-this-node's People

Contributors

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