Small release to add a few functions to allow easier access to the Javinizer GUI on Windows without needing Docker or having to do a lot of manual steps. You will need to install the Javinizer module via Install-Module Javinizer
for these to work. View the updated documentation here.
You can now run the commands:
# Install Universal Dashboard modules and server
# You will need to have all other prerequisites installed already (Python3, modules, etc.)
Javinizer -InstallGUI
# Run the Universal Dashboard server
# You will need to navigate to 'http://localhost:PORT/admin' and manually import the Javinizer dashboard
Javinizer -OpenGUI
Added
- Added GUI functions for easier Windows GUI setup
Javinizer -InstallGUI
Javinizer -OpenGUI
See More
- a3760c9 Merge pull request #176 from jvlflame/dev
- d4c52cc Update for 2.2.8
- c0944fb Fix javinizergui path
- 5529871 Merge pull request #175 from jvlflame/dev
- aeec77a Update for 2.2.7
- eb41091 Merge pull request #174 from jvlflame/dev
- 3ba32a7 Fix psu paths
- 4081cc8 Remove python checks
- dcb4d56 Merge pull request #173 from jvlflame/dev
- 03b3062 Merge branch 'dev' of https://github.com/jvlflame/JAV-Organizer into dev
- afa489e Update for 2.2.6
- 184559a Add GUI installation functions
- aa56ee9 Merge pull request #172 from jvlflame/dev
- ab28fbc Merge branch 'master' into dev
- 362398f Update GUI for 2.2.5
This list of changes was auto generated.