Skip to content
Snippets Groups Projects
Commit cdb4e1e9 authored by nimrod's avatar nimrod
Browse files

Allow Docker containers to access Kodi's webui.

So Nginx can proxy it with ssl.
parent c466a660
No related branches found
No related tags found
No related merge requests found
Pipeline #1265 passed
......@@ -118,3 +118,10 @@
enabled: true
name: '{{ item }}'
state: started
- name: Allow access to Kodi's webui from Docker containers
community.general.ufw:
from: 172.16.0.0/12
proto: tcp
rule: allow
to_port: !!str 9090
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment