1
0
spogulis no https://github.com/karl0ss/AnotterKiosk.git synced 2025-11-22 09:48:10 +00:00

Add more CI dependencies

Šī revīzija ir iekļauta:
Manawyrm 2023-06-29 22:30:21 +02:00
vecāks e8860f1c84
revīzija f521bbf00e
2 mainīti faili ar 8 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install -yqq libguestfs-tools qemu-utils rsync sudo wget xz-utils pigz
sudo apt install -yqq libguestfs-tools qemu-utils rsync sudo wget xz-utils pigz mount dosfstools libarchive-tools
- name: Build firmware
run: |

Parādīt failu

@ -1,3 +1,5 @@
Another kiosk browser OS?
Yes, this one is a little bit opinionated :)
@ -28,4 +30,8 @@ Planned features:
Security considerations:
- Autossh does not check SSH host keys. This is okay-ish as long as the target server only allows tunneling, nothing else.
- nginx/PHP are allowed to use sudo/NOPASSWD (because it needs to query the VideoCore, manage service, etc.), more priviledge seperation would be nice
- due to the skeleton mechanism, the system has some ... creative permissions. some cleanup required.
- due to the skeleton mechanism, the system has some ... creative permissions. some cleanup required.
Inspirations / Other Kiosk-OSes:
- https://github.com/jareware/chilipie-kiosk/
- https://github.com/guysoft/FullPageOS