Skip to content

Commit

Permalink
apps: base: socialstream: pod: Update image.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Oct 5, 2024
1 parent 33ffa42 commit 884e258
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
21 changes: 1 addition & 20 deletions apps/base/socialstream/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
restartPolicy: Never
automountServiceAccountToken: false
containers:
- image: harbor.home.wugi.info/library/socialstream:latest
- image: harbor.home.wugi.info/library/socialstream:0.1.45
name: socialstream
env:
- name: container
Expand All @@ -22,25 +22,6 @@ spec:
- |
set -o nounset -o errexit -o pipefail -o xtrace
cat > /etc/systemd/system/socialstream.service<<'EOF'
[Unit]
Description=Socialstream
[Service]
Type=simple
# Specify the group you'd like to grant access to seatd
ExecStart=/home/oleg/squashfs-root/AppRun
Restart=no
RestartSec=1
User=oleg
Group=oleg
Environment="WAYLAND_DISPLAY=wayland-1"
Environment="XDG_RUNTIME_DIR=/run/user/1000"
Environment="DISPLAY=:0"
[Install]
WantedBy=multi-user.target
EOF
systemctl enable socialstream.service
rm -vf /usr/lib/systemd/system/systemd-networkd*
Expand Down
19 changes: 19 additions & 0 deletions dotfiles/docker/archlinux/socialstream.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cat > /etc/systemd/system/socialstream.service<<'EOF'
[Unit]
Description=Socialstream

[Service]
Type=simple
# Specify the group you'd like to grant access to seatd
ExecStart=/home/oleg/squashfs-root/AppRun
Restart=no
RestartSec=1
User=oleg
Group=oleg
Environment="WAYLAND_DISPLAY=wayland-1"
Environment="XDG_RUNTIME_DIR=/run/user/1000"
Environment="DISPLAY=:0"

[Install]
WantedBy=multi-user.target
EOF

0 comments on commit 884e258

Please sign in to comment.