mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-15 19:30:54 +01:00
[ALL] Add quadlet container files for the GUI.
gui_websocket will be launched however the GUI itself not yet by default.
This commit is contained in:
parent
0d62e412fb
commit
7e70eb7ea1
@ -0,0 +1,45 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=OpenVoiceOS GUI Service
|
||||||
|
After=local-fs.target
|
||||||
|
Wants=pipewire.service
|
||||||
|
After=pipewire.service
|
||||||
|
Wants=ovos_messagebus.service
|
||||||
|
After=ovos_messagebus.service
|
||||||
|
Wants=ovos_phal.service
|
||||||
|
After=ovos_phal.service
|
||||||
|
Wants=ovos_gui_websocket.service
|
||||||
|
After=ovos_gui_websocker.service
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
ContainerName=ovos_gui
|
||||||
|
Image=docker.io/smartgic/ovos-gui:alpha
|
||||||
|
AutoUpdate=registry
|
||||||
|
LogDriver=journald
|
||||||
|
HostName=ovos_gui
|
||||||
|
Network=host
|
||||||
|
Timezone=local
|
||||||
|
UserNS=keep-id:uid=%U,gid=%G
|
||||||
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
||||||
|
Environment=XDG_RUNTIME_DIR=%t
|
||||||
|
Environment=QT_QPA_PLATFORM=eglfs
|
||||||
|
Environment=QT_QPA_EGLFS_KMS_ATOMIC=1
|
||||||
|
Environment=QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
Environment=QT_PLUGIN_PATH=/usr/lib/qt/plugins:/usr/lib/plugins:/usr/lib/plugins/kf5
|
||||||
|
Environment=QT_LOGGING_RULES='*=false'
|
||||||
|
Environment=QT_FILE_SELECTORS=ovos
|
||||||
|
Environment=QT_FONT_DPI=120
|
||||||
|
Environment=QT_IM_MODULE=qtvirtualkeyboard
|
||||||
|
Environment=QT_QUICK_CONTROLS_STYLE=OpenVoiceStyle
|
||||||
|
Environment=XDG_CURRENT_DESKTOP=kde
|
||||||
|
Environment=QML2_IMPORT_PATH=/usr/lib/qml
|
||||||
|
AddDevice=/dev/snd
|
||||||
|
AddDevice=/dev/dri
|
||||||
|
Volume=%h/ovos/config:/home/ovos/.config/mycroft
|
||||||
|
Volume=/dev/shm:/tmp
|
||||||
|
Volume=%t/pipewire-0:/run/user/1000/pipewire-0:ro
|
||||||
|
Volume=%t/bus:/run/user/1000/bus:ro
|
||||||
|
Volume=%h/ovos/share:/home/ovos/.local/share/mycroft
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
TimeoutStartSec=900
|
||||||
|
Restart=always
|
@ -0,0 +1,24 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=OpenVoiceOS GUI Websocket Service
|
||||||
|
Wants=ovos_messagebus.service
|
||||||
|
After=ovos_messagebus.service
|
||||||
|
After=local-fs.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
ContainerName=ovos_gui_websocket
|
||||||
|
Image=docker.io/smartgic/ovos-gui-websocket:alpha
|
||||||
|
AutoUpdate=registry
|
||||||
|
LogDriver=journald
|
||||||
|
HostName=ovos_gui_websocket
|
||||||
|
Network=host
|
||||||
|
Timezone=local
|
||||||
|
UserNS=keep-id:uid=%U,gid=%G
|
||||||
|
Volume=%h/ovos/config:/home/ovos/.config/mycroft:ro
|
||||||
|
Volume=/dev/shm:/tmp
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
TimeoutStartSec=900
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target default.target
|
Loading…
x
Reference in New Issue
Block a user