Skip to content

2.1.5-alpha1 (Web GUI Alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@jvlflame jvlflame released this 22 Oct 03:58
· 378 commits to dev since this release

This is an alpha release, not every page/option is functional. Use at your own risk.

The only deployment method right now is via Docker jvlflame/javinizer.

docker run --name javinizer -p 5000:5000 jvlflame/javinizer

To persist data, mount volume on /home/data.

After running the container, login to the admin portal at http://<docker host IP>:5000 using credentials:

  • Username: admin
  • Password: <anything>

Once logged in, on the sidebar, select Dashboard/Dashboards. Click the "Import" button on the right side of the screen.

image


Enter the following details on the pop-up and click "OK".
Note: the path value is case-sensitive

image


Navigate to http://<docker host IP>:5000/javinizer. You should be greeted with the main Javinizer GUI page.
Changing setting 'location.input will set the default navigation page.

image