From e7ce4a3fab640369f9ab45a9f89533c4219d6d6c Mon Sep 17 00:00:00 2001 From: olli <> Date: Fri, 4 Oct 2024 18:03:06 +0200 Subject: [PATCH] updates --- kodi.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kodi.yml b/kodi.yml index c21c870..ac42464 100644 --- a/kodi.yml +++ b/kodi.yml @@ -192,6 +192,12 @@ command: "systemctl set-default graphical.target" when: "'graphical' not in systemdefault.stdout" + - name: Allow port 8080 for remote control + community.general.ufw: + rule: allow + port: '8080' + proto: tcp + handlers: