mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[PR #76] Add option to configure page timeout as part of web ui #92
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#92
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/76
Author: @thomaspcole
Created: 4/22/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (8)
33c91daTesting timeout setting as part of config.json610762eMod setup script for testing3388e46Script fixes to treat timeout as number. Relearning how jq workse46183aput setup script back7cad864Update repo in install scriptdb32cf4Added setup screen.d025305fix to network interface regexf74394eadd 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.