[SOLVED] 6.8.3 Help: Home assistant set with reverse proxy + still having WAKE ON LAN functionality? (Network Type: Host)


Recommended Posts

My home assistant wakes up my devices fine when I set the network type as Host.

However when using SWAG and setting it as proxynet (spaceinvaders name stuck :)WOL magic packets no longer work.

 

How do I get this to work?

 

or how do I run SWAG with all my dockers in normal host mode? (I just thought of that so I will investigate first)

Edited by BelgarionNL
Link to comment

I followed spaceinvaders video and that worked for all containers that I put in proxynet. For home-assistant container that was in host mode, I left it like that and changed swag configuration to use the IP address of unreal.

 

       set $upstream_app 192.168.2.133;
        set $upstream_port 8123;
        set $upstream_proto http;
        proxy_pass $upstream_proto://$upstream_app:$upstream_port; 

 

 

Link to comment
  • BelgarionNL changed the title to [SOLVED] 6.8.3 Help: Home assistant set with reverse proxy + still having WAKE ON LAN functionality? (Network Type: Host)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.