Compare commits

...
2 Commits
Author SHA1 Message Date
arif edd5bdba04 use new hyprland dispatcher
CI / build (push) Successful in 11s
CI / lint (push) Successful in 8s
CI / create-and-publish-docker-image (push) Successful in 9s
2026-08-14 15:29:55 +02:00
arif 05b69bc469 use new user for starting web server
CI / build (push) Successful in 11s
CI / lint (push) Successful in 9s
CI / create-and-publish-docker-image (push) Failing after 8s
2026-08-14 15:01:38 +02:00
+2 -2
View File
@@ -87,7 +87,7 @@ jobs:
with:
host: rivercry.com
port: 20022
username: docker
username: monitor
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
export HYPRLAND_INSTANCE_SIGNATURE=$(hyprctl instances -j | jq '.[0].instance' | tr -d '"')
@@ -99,5 +99,5 @@ jobs:
docker compose down --remove-orphans || true
docker compose up -d
pkill firefox || true
hyprctl dispatch exec 'firefox -kiosk http://localhost:9123'
hyprctl dispatch 'hl.dsp.exec_cmd("firefox -kiosk http://localhost:9123")'