[PR #76] Add option to configure page timeout as part of web ui #92

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

📋 Pull Request Information

Original PR: https://github.com/debloper/xiosk/pull/76
Author: @thomaspcole
Created: 4/22/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (8)

  • 33c91da Testing timeout setting as part of config.json
  • 610762e Mod setup script for testing
  • 3388e46 Script fixes to treat timeout as number. Relearning how jq works
  • e46183a put setup script back
  • 7cad864 Update repo in install script
  • db32cf4 Added setup screen.
  • d025305 fix to network interface regex
  • f74394e add super simple update script and update setup to hide mousecursor

📊 Changes

9 files changed (+148 additions, -29 deletions)

View changed files

📝 README.md (+1 -1)
📝 config.json.sample (+5 -20)
📝 index.js (+12 -0)
📝 scripts/setup.sh (+4 -1)
📝 scripts/switcher.sh (+2 -1)
scripts/update.sh (+28 -0)
📝 web/index.html (+13 -6)
📝 web/script.js (+5 -0)
web/setup.html (+78 -0)

📄 Description

Needed an easy way to set the page timeout for a non technical user. Added a form element into the web ui to allow for easy change to the timeout value.


🔄 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/76 **Author:** [@thomaspcole](https://github.com/thomaspcole) **Created:** 4/22/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`33c91da`](https://github.com/debloper/xiosk/commit/33c91da223cb00d1be88230117841d3f5b6c6772) Testing timeout setting as part of config.json - [`610762e`](https://github.com/debloper/xiosk/commit/610762e6b49fd56207c65325fcb4ce77d7826584) Mod setup script for testing - [`3388e46`](https://github.com/debloper/xiosk/commit/3388e46da2bd01669cc90d9ffb080330ce6d5446) Script fixes to treat timeout as number. Relearning how jq works - [`e46183a`](https://github.com/debloper/xiosk/commit/e46183a79719e0f6df47eb1f0d467774d2c5a611) put setup script back - [`7cad864`](https://github.com/debloper/xiosk/commit/7cad8645c7960c46b16aef54af8afbfaf3f54842) Update repo in install script - [`db32cf4`](https://github.com/debloper/xiosk/commit/db32cf41b37e9fe69946231f7976fac0e4a3ba91) Added setup screen. - [`d025305`](https://github.com/debloper/xiosk/commit/d02530546f874732a8049f84554820b57a03e945) fix to network interface regex - [`f74394e`](https://github.com/debloper/xiosk/commit/f74394e0810c685122b8e3d32b0aedad81efdc91) add super simple update script and update setup to hide mousecursor ### 📊 Changes **9 files changed** (+148 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `config.json.sample` (+5 -20) 📝 `index.js` (+12 -0) 📝 `scripts/setup.sh` (+4 -1) 📝 `scripts/switcher.sh` (+2 -1) ➕ `scripts/update.sh` (+28 -0) 📝 `web/index.html` (+13 -6) 📝 `web/script.js` (+5 -0) ➕ `web/setup.html` (+78 -0) </details> ### 📄 Description Needed an easy way to set the page timeout for a non technical user. Added a form element into the web ui to allow for easy change to the timeout value. --- <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#92
No description provided.