https://github.com/craeckor/iventoy-dashboard
This Dashboard uses the API from iVentoy to display all available images, view the insides of every image and downlaod the image.
https://github.com/craeckor/iventoy-dashboard
bootstrap bootstrap5 dashboard font-awesome fontawesome iventoy jquery jquery3
Last synced: 3 months ago
JSON representation
This Dashboard uses the API from iVentoy to display all available images, view the insides of every image and downlaod the image.
- Host: GitHub
- URL: https://github.com/craeckor/iventoy-dashboard
- Owner: craeckor
- License: gpl-3.0
- Created: 2025-02-26T16:04:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T16:21:52.000Z (over 1 year ago)
- Last Synced: 2025-02-26T17:22:21.410Z (over 1 year ago)
- Topics: bootstrap, bootstrap5, dashboard, font-awesome, fontawesome, iventoy, jquery, jquery3
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iventoy Dashboard
A overview for your iVentoy-Instance. With this overview, you can view all available ISO-files in Iventoy, Download them, show ISO-informations and view the inside of every ISO.
## Features
- Overview of all ISOs
- View the inside of any ISO
- Download every ISO
- Show ISO-informations
## Installation
> [!IMPORTANT]
> Install the iVentoy-Dashboard on the same server where you installed the iVentoy-Server
> [!IMPORTANT]
> Replace ```your\.iventoy\.ip\.address``` with your iVentoy-Server ip
```bash
sudo apt update -y
sudo apt install nginx git -y
sudo systemctl enable nginx
sudo systemctl start nginx
sudo rm /etc/nginx/sites-available/default
sudo rm /etc/nginx/sites-enabled/default
sudo rm -r /var/www/html/*
git clone https://github.com/craeckor/iventoy-dashboard.git
cd iventoy-dashboard
sudo cp default.conf /etc/nginx/conf.d
sudo cp index.html /var/www/html
sudo cp favicon.ico /var/www/html
sudo cp -R assets /var/www/html
sudo chown -R www-data:www-data /var/www
sudo sed -i 's/1\.2\.3\.4/your\.iventoy\.ip\.address/g' /etc/nginx/conf.d/default.conf # Replace your\.iventoy\.ip\.address with Ex. 10\.50\.0\.35
sudo systemctl restart nginx
```
## Screenshots
Screenshot 1:

Screenshot 2:

Screenshot 3:

## Used Lbraries
- jQuery 3.7.1 - [jquery.com](https://jquery.com)
- Bootstrap 5.3.3 - [getbootstrap.com](https://getbootstrap.com)
- Font Awesome 6.7.2 - [fontawesome.com](https://fontawesome.com)
## License
[GNU GENERAL PUBLIC LICENSE 3](LICENSE)