Jerry Vonau

Results 384 comments of Jerry Vonau

``` location /iiab { proxy_pass http://127.0.0.1:21080/; proxy_set_header Host $host; proxy_set_header Port $server_port; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-Ip $remote_addr; proxy_redirect off; } ``` easy addition to moodlebox's stock nginx sites-enabled/default

You do realize I purposely chose an ambiguous name so I can gain attention to start the dialog. Historically {{ apache_service }} and {{ mysql_service }} are currently in use,...

Went with 'nginx_systemd_name', save the reverted commit of is_guest for a different PR.

Not likely, the working code uses ansible_default_ipv4 to detect a gateway. Taken from "Display Ansible Facts": > "ansible_default_ipv4": {}, "ansible_default_ipv6": {}, > "ansible_wlan0": { "active": false, "device": "wlan0", "macaddress": "dc:a6:32:20:b8:78",...

There could be better staging of when cmd-serve starts to allow the network to become fully operational before starting the service using a later systemd target. Perhaps network.target might be...

Delay the starting of the service to be later in the boot sequence using After= some appropriate target or service in the unit file to give the network time to...

> ### Expected behavior and actual behavior: > > Do a BIG sized IIAB install with Azuracast enabled. It should work and it doesn't. > ### Steps to reproduce the...

I'm going to repeat myself see: https://github.com/iiab/iiab/pull/2865#issuecomment-882538964. I'd omit docker-compose.override.yml.j2 from the play to better understand what the stock network layout is without the override in place and somehow suppress...

`sudo systemctl stop docker.socket` `sudo systemctl start docker.socket` dropped the running docker-proxy processes but `sudo ./docker.sh uninstall` wiped it all but still 10080 still bound in use