1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-24 15:52:02 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
j1nx
1bc5fe7ea5 [ALL] Pass the pipewire sockets into the containers instead of pulseaudio 2023-08-31 13:33:35 +00:00
j1nx
2eac7d5ceb [ALL] Switch back to using fuse-overlay storage driver
and a small fix for ovos_cli service.
2023-08-31 07:42:39 +00:00
j1nx
bf166be419 [ALL] Podman quadlets fixes and changes. 2023-08-30 18:49:54 +00:00
j1nx
37e6f47bf7 [ALL] Implement podman quadlet system for rootless systemd integration (untested)
Place these file like here within;

  /etc/containers/systemd/users/

for them to be available for all system users or place them within;

  /etc/containers/systemd/users/<UUID>
  ~/.config/containers/systemd/

for them to be available for that specific user.

The systemd service files can then be automagically be created by the command;

  $ systemctl --user daemon-reload

After which they can be started/enabled normally with;

  $ systemctl --user start ovos_messagebus
  $ systemctl --user start ovos_phal
  etc.
2023-08-30 11:50:40 +00:00
j1nx
2c82ed2250 [All] Additions for dockerized system 2023-08-22 13:25:31 +00:00
j1nx
ab4e40920c [ALL] Start working on podman, crun, conman architecture 2023-08-21 12:34:52 +00:00
j1nx
a9dc12239f WIP push for backup (Sorry for the mess) 2023-08-08 13:08:11 +00:00