diff options
| author | alex <alex@pdp7.net> | 2025-05-29 17:38:15 +0000 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-05-30 21:29:30 +0200 |
| commit | 99828cef1759501142649094e106fadf6adb768c (patch) | |
| tree | b2c6b745dc7edaff158b45ebb97391d9c0f952ad /scripts | |
| parent | 6f117ce2c6112748962f60330d14c73d8afcb526 (diff) | |
Use official image
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/p7s/soju.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/p7s/soju.py b/scripts/p7s/soju.py index e9683c5a..b41476e7 100644 --- a/scripts/p7s/soju.py +++ b/scripts/p7s/soju.py @@ -11,9 +11,9 @@ def setup_soju(): Description=IRC Bouncer [Container] - Image=quay.io/alexpdp7/workstation:latest - Volume=/home/alex/.config/containers/systemd/soju_config:/etc/soju/config - Volume=/home/alex/.local/lib/soju:/var/lib/soju/ + Image=codeberg.org/emersion/soju:latest + Volume=/home/alex/.config/containers/systemd/soju_config:/soju-config + Volume=/home/alex/.local/lib/soju/:/var/lib/soju # running this on an LXC container, which borks SecurityLabelDisable #SecurityLabelDisable=true Network=host @@ -41,6 +41,6 @@ def setup_soju(): sojudb_wrapper.write_text(textwrap.dedent(""" #!/bin/sh - podman run -it --rm --security-opt label=disable -v ~/.config/containers/systemd/soju_config:/etc/soju/config -v ~/.local/lib/soju/:/var/lib/soju quay.io/alexpdp7/workstation:latest sojudb "$@" + podman run -it --rm --security-opt label=disable -v ~/.config/containers/systemd/soju_config:/soju-config -v ~/.local/lib/soju/:/var/lib/soju codeberg.org/emersion/soju:latest sojudb "$@" """).lstrip()) sojudb_wrapper.chmod(0o755) |
