[PR #149] [MERGED] v5(rename): rename PiOSK to XiOSK #132

Closed
opened 2026-03-03 11:14:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debloper/xiosk/pull/149
Author: @parthsidpara
Created: 12/15/2025
Status: Merged
Merged: 12/19/2025
Merged by: @debloper

Base: mainHead: v5/rename-services


📝 Commits (6)

  • b6df976 rename system services
  • 176d6de refactor(scripts): rename PiOSK to XiOSK
  • 3ad9698 refactor(dashboard): rename PiOSK to XiOSK in dashboard files
  • 175eebd refactor(workflow): rename binary and package in the build and release workflow
  • 9ce442f refactor(services): rename paths in services to XiOSK
  • f94d953 rename: update root level files- readme, gitignore

📊 Changes

18 files changed (+113 additions, -113 deletions)

View changed files

📝 .github/workflows/build-release.yml (+6 -6)
📝 .gitignore (+3 -3)
📝 README.md (+9 -9)
📝 dashboard/deno.json (+1 -1)
📝 dashboard/index.html (+3 -3)
📝 dashboard/index.ts (+5 -5)
📝 dashboard/script.js (+18 -18)
📝 scripts/runtime/runner.sh (+1 -1)
📝 scripts/runtime/switcher.sh (+2 -2)
📝 scripts/setup/backup.sh (+5 -5)
📝 scripts/setup/cleanup.sh (+8 -8)
📝 scripts/setup/common.sh (+3 -3)
📝 scripts/setup/install.sh (+12 -12)
📝 scripts/setup/update.sh (+6 -6)
📝 services/xiosk-dashboard.template (+3 -3)
📝 services/xiosk-runner.template (+2 -2)
📝 services/xiosk-switcher.template (+3 -3)
📝 www/public/bootstrap.sh (+23 -23)

📄 Description

  • Rename dashboard, switcher and runner service templates.
  • Change variable names, references, paths from PiOSK to XiOSK

🔄 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/149 **Author:** [@parthsidpara](https://github.com/parthsidpara) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@debloper](https://github.com/debloper) **Base:** `main` ← **Head:** `v5/rename-services` --- ### 📝 Commits (6) - [`b6df976`](https://github.com/debloper/xiosk/commit/b6df9766a3ea0cb6b04cece1f7726f3e39685b78) rename system services - [`176d6de`](https://github.com/debloper/xiosk/commit/176d6de6b059f3cd40cd953e9563b94d8797bbbf) refactor(scripts): rename PiOSK to XiOSK - [`3ad9698`](https://github.com/debloper/xiosk/commit/3ad96986bca030ca8b0208e7ad4b6865c1ef5465) refactor(dashboard): rename PiOSK to XiOSK in dashboard files - [`175eebd`](https://github.com/debloper/xiosk/commit/175eebdd35b47c54bf5949f2d28051b39bf90929) refactor(workflow): rename binary and package in the build and release workflow - [`9ce442f`](https://github.com/debloper/xiosk/commit/9ce442f4187aa50dc240e80d7e8ed93c5c13d7f6) refactor(services): rename paths in services to XiOSK - [`f94d953`](https://github.com/debloper/xiosk/commit/f94d953d5d1afcc437cf74a1b4b61d69eb19cbdb) rename: update root level files- readme, gitignore ### 📊 Changes **18 files changed** (+113 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-release.yml` (+6 -6) 📝 `.gitignore` (+3 -3) 📝 `README.md` (+9 -9) 📝 `dashboard/deno.json` (+1 -1) 📝 `dashboard/index.html` (+3 -3) 📝 `dashboard/index.ts` (+5 -5) 📝 `dashboard/script.js` (+18 -18) 📝 `scripts/runtime/runner.sh` (+1 -1) 📝 `scripts/runtime/switcher.sh` (+2 -2) 📝 `scripts/setup/backup.sh` (+5 -5) 📝 `scripts/setup/cleanup.sh` (+8 -8) 📝 `scripts/setup/common.sh` (+3 -3) 📝 `scripts/setup/install.sh` (+12 -12) 📝 `scripts/setup/update.sh` (+6 -6) 📝 `services/xiosk-dashboard.template` (+3 -3) 📝 `services/xiosk-runner.template` (+2 -2) 📝 `services/xiosk-switcher.template` (+3 -3) 📝 `www/public/bootstrap.sh` (+23 -23) </details> ### 📄 Description - Rename dashboard, switcher and runner service templates. - Change variable names, references, paths from PiOSK to XiOSK --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:14:35 +03:00
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#132
No description provided.