mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[PR #115] Local js/css scripts #112
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debloper/xiosk/pull/115
Author: @marcogruhl
Created: 9/16/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (4)
59c399adownload external libraries within install script8a60bcefixed web to dashboard path. Put files to libs folder.8a09410Wording on success message3e90941Merge 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.