mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[PR #93] [MERGED] feat: Implement per-URL duration and refresh cycle configuration #99
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#99
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/93
Author: @parthsidpara
Created: 8/1/2025
Status: ✅ Merged
Merged: 8/13/2025
Merged by: @debloper
Base:
main← Head:feature/parameterization📝 Commits (3)
728b888feature/parameterizationd84d691change config formatddf6f63remove low-end-device flag📊 Changes
5 files changed (+215 additions, -80 deletions)
View changed files
📝
config.json.sample(+38 -24)📝
scripts/runner.sh(+0 -1)📝
scripts/switcher.sh(+69 -19)📝
web/index.html(+48 -4)📝
web/script.js(+60 -32)📄 Description
This PR introduces a major enhancement to PiOSK, moving from a hardcoded display configuration for all URLs to a flexible, per-URL parameter system.
Users can now define a specific display
durationand arefresh cyclecount for each individual URL in the dashboard.Changes to duration or cycle values are highlighted until they are applied
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.