Giter VIP home page Giter VIP logo

script.idolpx.installer's Introduction

script.idolpx.installer

Private Kodi build installer/updater

The main functionality is working. There are some features that still need to be completed.

Kodi Addon Setup

  1. Edit the "update_url" setting in "resources/settings.xml" to match your domain that you upload the server scripts to
  2. Zip addon (Make sure the top level folder "script.idolpx.installer" is in the zip and the addon files are inside it.)
  3. Install addon in Kodi with "Install from zip file" option
  4. Configure all of your other addons the way you want them
  5. Go to the "idolpx Installer" settings (Advanced) then select "Backup Current Configuration"
  6. When the backup is complete, the archive will be in your Kodi data folder witha matching '.md5' file
  7. Upload the zip file to the "kodi" folder on your server
  8. Edit the "version.php" file in the "kodi" folder on your server to match the archive name and set the "_md5" value that is contained in the matching ".md5" file

You can have a current config and a test config on the server. If the "Select Test Configuration" option is set in the addon then it will use the test config specified in the "version.php" file. That way you can check everything out before promoting it to the current config.

Web App Requirements

Apache/Nginx/IIS webserver with PHP
composer - https://getcomposer.org/

Web App Installation

  1. Upload the contents of the "server" folder to a folder named "kodi" on your web server
  2. Change directory into the "kodi/auth" folder and issue the following command
composer install
  1. Set owner to the user that your web service runs as
  2. Make the "data" and "logs" folders writable by the webserver
  3. Change directory into the "includes" folder and edit the settings in "config.php"
  4. Use basic authentication to restrict access to the "kodi/auth" folder

Usage

Browse to ย http://youdomain.com/kodi/auth to get to the main user interface.

script.idolpx.installer's People

Contributors

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