[PR #115] Local js/css scripts #112

Open
opened 2026-03-03 11:14:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debloper/xiosk/pull/115
Author: @marcogruhl
Created: 9/16/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (4)

  • 59c399a download external libraries within install script
  • 8a60bce fixed web to dashboard path. Put files to libs folder.
  • 8a09410 Wording on success message
  • 3e90941 Merge branch 'debloper:main' into main

📊 Changes

2 files changed (+26 additions, -4 deletions)

View changed files

📝 dashboard/index.html (+3 -3)
📝 scripts/setup.sh (+23 -1)

📄 Description

From Discussion: #113
I hit a small road block when using PiOSK in an air gaped environment. The js and css scripts (bootstrap.bundle.min.js, bootstrap.min.css, jquery-3.7.1.min.js) don't load. I also can imagine usecases where the Pi are not allowed to load something from outside.

I implemented the downloading of the external scripts within the setup script and the paths in the index.html from the external to local.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debloper/xiosk/pull/115 **Author:** [@marcogruhl](https://github.com/marcogruhl) **Created:** 9/16/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`59c399a`](https://github.com/debloper/xiosk/commit/59c399ad9a3a39d08843dd452fc247804eec0645) download external libraries within install script - [`8a60bce`](https://github.com/debloper/xiosk/commit/8a60bce19410d91d5bc711921252485defc01de4) fixed web to dashboard path. Put files to libs folder. - [`8a09410`](https://github.com/debloper/xiosk/commit/8a0941099f2a1b8447738bb7c883fca00b790b8b) Wording on success message - [`3e90941`](https://github.com/debloper/xiosk/commit/3e90941f7507dbc642b6d79a44b11a91660cbc4a) Merge branch 'debloper:main' into main ### 📊 Changes **2 files changed** (+26 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `dashboard/index.html` (+3 -3) 📝 `scripts/setup.sh` (+23 -1) </details> ### 📄 Description From Discussion: #113 I hit a small road block when using PiOSK in an air gaped environment. The js and css scripts (bootstrap.bundle.min.js, bootstrap.min.css, jquery-3.7.1.min.js) don't load. I also can imagine usecases where the Pi are not allowed to load something from outside. I implemented the downloading of the external scripts within the setup script and the paths in the index.html from the external to local. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/xiosk#112
No description provided.